Skip to content

Commit 09a62b4

Browse files
build(deps): update const-oid requirement from 0.9 to 0.10
Updates the requirements on [const-oid](https://github.com/RustCrypto/formats) to permit the latest version. - [Commits](RustCrypto/formats@const-oid/v0.9.0...const-oid/v0.10.0) --- updated-dependencies: - dependency-name: const-oid dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c39c519 commit 09a62b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ chrono = { version = "0.4", default-features = false, features = [
9797
"now",
9898
"serde",
9999
] }
100-
const-oid = { version = "0.9", features = ["db"] }
100+
const-oid = { version = "0.10", features = ["db"] }
101101
digest = { version = "0.10", default-features = false }
102102
ecdsa = { version = "0.16", features = ["pkcs8", "digest", "der", "signing"] }
103103
ed25519 = { version = "2.2", features = ["alloc"] }

0 commit comments

Comments
 (0)