Skip to content

Commit fc5ec65

Browse files
Update Rust crate const-oid to 0.10.2
1 parent 7989ef2 commit fc5ec65

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
@@ -20,7 +20,7 @@ attest.path = "attest"
2020
chrono = { version = "0.4.42", default-features=false }
2121
clap = { version = "4.5.51", features = ["derive", "env"] }
2222
clap-verbosity = "2.1.0"
23-
const-oid = { version = "0.9.6", default-features = false }
23+
const-oid = { version = "0.10.2", default-features = false }
2424
corncobs = "0.1"
2525
ctrlc = "3.5.1"
2626
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)