Skip to content

Commit a533d72

Browse files
committed
bump signature git pin
1 parent 305318b commit a533d72

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,8 @@ x509-ocsp = { path = "./x509-ocsp" }
6565

6666
# https://github.com/RustCrypto/signatures/pull/913
6767
# https://github.com/RustCrypto/signatures/pull/923
68-
ecdsa = { git = "https://github.com/RustCrypto/signatures.git" }
68+
#ecdsa = { git = "https://github.com/RustCrypto/signatures.git" }
69+
ecdsa = { git = "https://github.com/baloo/signatures.git", branch = "baloo/signature/pin" }
6970
rfc6979 = { git = "https://github.com/RustCrypto/signatures.git" }
7071
# https://github.com/RustCrypto/key-wraps/pull/34
7172
# https://github.com/RustCrypto/key-wraps/pull/35
@@ -80,12 +81,14 @@ ansi-x963-kdf = { git = "https://github.com/RustCrypto/KDFs.git" }
8081
# https://github.com/RustCrypto/traits/pull/1777
8182
crypto-common = { git = "https://github.com/RustCrypto/traits.git" }
8283
elliptic-curve = { git = "https://github.com/RustCrypto/traits.git" }
83-
signature = { git = "https://github.com/RustCrypto/traits.git" }
84+
#signature = { git = "https://github.com/RustCrypto/traits.git" }
85+
signature = { git = "https://github.com/baloo/traits.git", branch = "baloo/signature/remove-digest" }
8486
aead = { git = "https://github.com/RustCrypto/traits.git" }
8587

8688
# https://github.com/RustCrypto/RSA/pull/478
8789
# https://github.com/RustCrypto/RSA/pull/504
88-
rsa = { git = "https://github.com/RustCrypto/RSA.git" }
90+
#rsa = { git = "https://github.com/RustCrypto/RSA.git" }
91+
rsa = { git = "https://github.com/baloo/RSA.git", branch = "baloo/signature/bump" }
8992

9093
# https://github.com/RustCrypto/password-hashes/pull/577
9194
# https://github.com/RustCrypto/password-hashes/pull/578

0 commit comments

Comments
 (0)