diff --git a/Cargo.toml b/Cargo.toml index 6fb0374..d0e6c7c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ async-trait = "0.1.89" 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.2", 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 9092778..473cfac 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.2", features = ["std", "db"] } corncobs.workspace = true dice-mfg-msgs = { path = "../dice-mfg-msgs", features = ["std"] } env_logger.workspace = true