Skip to content

Commit 8d510c3

Browse files
Update Rust crate const-oid to 0.10.2
1 parent ef9e512 commit 8d510c3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ attest.path = "attest"
1919
chrono = { version = "0.4.42", default-features=false }
2020
clap = { version = "4.5.51", features = ["derive", "env"] }
2121
clap-verbosity = "2.1.0"
22-
const-oid = { version = "0.9.6", default-features = false }
22+
const-oid = { version = "0.10.2", default-features = false }
2323
corncobs = "0.1"
2424
ctrlc = "3.5.1"
2525
der = { version = "0.7.10", default-features = false }

dice-mfg/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ license = "MPL-2.0"
99
anyhow = { workspace = true, features = ["std"] }
1010
chrono = { workspace = true, features = ["clock", "std"] }
1111
clap.workspace = true
12-
const-oid = { version = "0.9.6", features = ["std", "db"] }
12+
const-oid = { version = "0.10.2", features = ["std", "db"] }
1313
corncobs.workspace = true
1414
dice-mfg-msgs = { path = "../dice-mfg-msgs", features = ["std"] }
1515
env_logger.workspace = true

0 commit comments

Comments
 (0)