Skip to content

Commit f200863

Browse files
authored
cms+pkcs5: bump cbc and ctr (#2246)
Switches from `git` to crate releases
1 parent c10fcf4 commit f200863

4 files changed

Lines changed: 9 additions & 9 deletions

File tree

Cargo.lock

Lines changed: 7 additions & 5 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
@@ -61,8 +61,6 @@ x509-tsp = { path = "./x509-tsp" }
6161
x509-cert = { path = "./x509-cert" }
6262
x509-ocsp = { path = "./x509-ocsp" }
6363

64-
cbc = { git = "https://github.com/RustCrypto/block-modes" }
65-
ctr = { git = "https://github.com/RustCrypto/block-modes" }
6664
rsa = { git = "https://github.com/RustCrypto/RSA" }
6765
universal-hash = { git = "https://github.com/RustCrypto/traits" }
6866

cms/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ x509-cert = { version = "0.3.0-rc.4", default-features = false }
2424
aes = { version = "0.9.0-rc.4", optional = true }
2525
aes-kw = { version = "0.3.0-rc.2", optional = true }
2626
ansi-x963-kdf = { version = "0.1.0-rc.2", optional = true }
27-
cbc = { version = "0.2.0-rc.3", optional = true }
27+
cbc = { version = "0.2.0-rc.4", optional = true }
2828
cipher = { version = "0.5", features = ["alloc", "block-padding", "rand_core"], optional = true }
2929
digest = { version = "0.11", optional = true }
3030
elliptic-curve = { version = "0.14.0-rc.28", optional = true }

pkcs5/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ der = { version = "0.8", features = ["oid"] }
2020
spki = "0.8.0-rc.4"
2121

2222
# optional dependencies
23-
cbc = { version = "0.2.0-rc.3", optional = true }
23+
cbc = { version = "0.2.0-rc.4", optional = true }
2424
aes = { version = "0.9.0-rc.4", optional = true, default-features = false }
2525
aes-gcm = { version = "0.11.0-rc.3", optional = true, default-features = false, features = ["aes"] }
2626
des = { version = "0.9.0-rc.3", optional = true, default-features = false }

0 commit comments

Comments
 (0)