Skip to content

Commit dca654b

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 8639a22 commit dca654b

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
@@ -95,7 +95,7 @@ chrono = { version = "0.4", default-features = false, features = [
9595
"now",
9696
"serde",
9797
] }
98-
const-oid = { version = "0.9", default-features = false, features = ["db"] }
98+
const-oid = { version = "0.10", default-features = false, features = ["db"] }
9999
crypto_secretbox = { version = "0.1", default-features = false, features = [
100100
"alloc",
101101
"salsa20",

0 commit comments

Comments
 (0)