Skip to content

Commit c10fcf4

Browse files
authored
Cargo.lock: bump dependencies (#2245)
Temporarily pulls in `cbc`, `ctr`, `rsa`, and `universal-hash` from git until they receive new releases
1 parent 98719c3 commit c10fcf4

2 files changed

Lines changed: 79 additions & 54 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,11 @@ 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" }
66+
rsa = { git = "https://github.com/RustCrypto/RSA" }
67+
universal-hash = { git = "https://github.com/RustCrypto/traits" }
68+
6469
[workspace.lints.clippy]
6570
borrow_as_ptr = "warn"
6671
cast_lossless = "warn"

0 commit comments

Comments
 (0)