Skip to content

Commit bf5ee01

Browse files
authored
chore(deps): bump const-oid from 0.10.0-rc.0 to 0.10 (#1676)
1 parent 2beb265 commit bf5ee01

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

der/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ rust-version = "1.85"
1919
[dependencies]
2020
arbitrary = { version = "1.4", features = ["derive"], optional = true }
2121
bytes = { version = "1", optional = true, default-features = false }
22-
const-oid = { version = "0.10.0-rc.0", optional = true }
22+
const-oid = { version = "0.10", optional = true }
2323
der_derive = { version = "0.8.0-rc.0", optional = true }
2424
flagset = { version = "0.4.6", optional = true }
2525
pem-rfc7468 = { version = "1.0.0-rc.1", optional = true, features = ["alloc"] }

pkcs1/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ spki = { version = "0.8.0-rc.0" }
2323
pkcs8 = { version = "0.11.0-rc.1", optional = true, default-features = false }
2424

2525
[dev-dependencies]
26-
const-oid = { version = "0.10.0-rc.0", features = ["db"] }
26+
const-oid = { version = "0.10", features = ["db"] }
2727
hex-literal = "1"
2828
tempfile = "3"
2929

0 commit comments

Comments
 (0)