diff --git a/Cargo.toml b/Cargo.toml index 9cbc008..f20b1fc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ anyhow = { version = "1.0.100", default-features = false } attest.path = "attest" chrono = { version = "0.4.42", default-features=false } clap = { version = "4.5.51", features = ["derive", "env"] } -const-oid = { version = "0.9.6", default-features = false } +const-oid = { version = "0.10.1", default-features = false } corncobs = "0.1" der = { version = "0.7.10", default-features = false } ecdsa = { version = "0.16", default-features = false } diff --git a/dice-mfg/Cargo.toml b/dice-mfg/Cargo.toml index a22d434..98a1f02 100644 --- a/dice-mfg/Cargo.toml +++ b/dice-mfg/Cargo.toml @@ -9,7 +9,7 @@ license = "MPL-2.0" anyhow = { workspace = true, features = ["std"] } chrono = { workspace = true, features = ["clock", "std"] } clap.workspace = true -const-oid = { version = "0.9.6", features = ["std", "db"] } +const-oid = { version = "0.10.1", features = ["std", "db"] } corncobs.workspace = true dice-mfg-msgs = { path = "../dice-mfg-msgs", features = ["std"] } env_logger.workspace = true