Skip to content

Commit 9c68a29

Browse files
authored
Bump dbl to v0.5 (#712)
1 parent a1910d3 commit 9c68a29

File tree

4 files changed

+5
-6
lines changed

4 files changed

+5
-6
lines changed

Cargo.lock

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,5 @@ chacha20 = { git = "https://github.com/RustCrypto/stream-ciphers" }
2727
cmac = { git = "https://github.com/RustCrypto/MACs" }
2828
# https://github.com/RustCrypto/block-modes/pull/84
2929
ctr = { git = "https://github.com/RustCrypto/block-modes" }
30-
# https://github.com/RustCrypto/utils/pull/1208
31-
dbl = { git = "https://github.com/RustCrypto/utils" }
3230
# https://github.com/RustCrypto/MACs/pull/206
3331
pmac = { git = "https://github.com/RustCrypto/MACs" }

aes-siv/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ aes = "0.9.0-rc.0"
2222
cipher = "0.5.0-rc.1"
2323
cmac = "0.8.0-rc.0"
2424
ctr = "0.10.0-rc.0"
25-
dbl = "0.5.0-pre"
25+
dbl = "0.5"
2626
digest = { version = "0.11.0-rc.0", features = ["mac"] }
2727
zeroize = { version = "1", optional = true, default-features = false }
2828

ocb3/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
aead = { version = "0.6.0-rc.1", default-features = false }
2020
cipher = "0.5.0-rc.1"
2121
ctr = "0.10.0-rc.0"
22-
dbl = "0.5.0-pre"
22+
dbl = "0.5"
2323
subtle = { version = "2", default-features = false }
2424
aead-stream = { version = "0.6.0-rc.0", optional = true, default-features = false }
2525
zeroize = { version = "1", optional = true, default-features = false }

0 commit comments

Comments
 (0)