Skip to content

Commit 3fa125f

Browse files
authored
digest: bump const-oid dependency to v0.10 (#1772)
Release notes: RustCrypto/formats#1672
1 parent 8c1a1d0 commit 3fa125f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

digest/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ crypto-common = { version = "0.2.0-rc.2", path = "../crypto-common" }
1919
block-buffer = { version = "0.11.0-rc.4", optional = true }
2020
subtle = { version = "2.4", default-features = false, optional = true }
2121
blobby = { version = "0.4.0-pre.0", optional = true }
22-
const-oid = { version = "0.10.0-rc.3", optional = true }
22+
const-oid = { version = "0.10", optional = true }
2323
zeroize = { version = "1.7", optional = true, default-features = false }
2424

2525
[features]

0 commit comments

Comments
 (0)