Skip to content

Commit be18550

Browse files
chore(deps): bump the all-deps group with 4 updates (#2001)
1 parent 3db5969 commit be18550

File tree

2 files changed

+18
-18
lines changed

2 files changed

+18
-18
lines changed

Cargo.lock

Lines changed: 13 additions & 15 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 & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,9 @@ x509-tsp = { path = "./x509-tsp" }
6060
x509-cert = { path = "./x509-cert" }
6161
x509-ocsp = { path = "./x509-ocsp" }
6262

63+
crypto-bigint = { git = "https://github.com/RustCrypto/crypto-bigint.git" }
6364
elliptic-curve = { git = "https://github.com/RustCrypto/traits.git" }
64-
ecdsa = { git = "https://github.com/RustCrypto/signatures.git" }
65-
primefield = { git = "https://github.com/RustCrypto/elliptic-curves.git" }
66-
p256 = { git = "https://github.com/RustCrypto/elliptic-curves.git" }
65+
ecdsa = { git = "https://github.com/RustCrypto/signatures.git" }
66+
primefield = { git = "https://github.com/RustCrypto/elliptic-curves.git" }
67+
p256 = { git = "https://github.com/RustCrypto/elliptic-curves.git" }
68+
rsa = { git = "https://github.com/RustCrypto/RSA.git" }

0 commit comments

Comments
 (0)