Skip to content

Commit

Permalink
chore(deps): bump rsa from 0.10.0-pre.2 to 0.10.0-pre.3 (#1554)
Browse files Browse the repository at this point in the history
  • Loading branch information
baloo authored Oct 8, 2024
1 parent 14d060c commit 2c4a141
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 9 deletions.
5 changes: 3 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,3 @@ tls_codec_derive = { path = "./tls_codec/derive" }
x509-tsp = { path = "./x509-tsp" }
x509-cert = { path = "./x509-cert" }
x509-ocsp = { path = "./x509-ocsp" }

# Temp patches to external crates
rsa = { git = "https://github.com/RustCrypto/RSA" }
4 changes: 2 additions & 2 deletions cms/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ aes = { version = "=0.9.0-pre.2", optional = true }
async-signature = { version = "=0.6.0-pre.4", features = ["digest", "rand_core"], optional = true }
cbc = { version = "=0.2.0-pre.2", optional = true }
cipher = { version = "=0.5.0-pre.7", features = ["alloc", "block-padding", "rand_core"], optional = true }
rsa = { version = "=0.10.0-pre.2", optional = true }
rsa = { version = "=0.10.0-pre.3", optional = true }
sha1 = { version = "=0.11.0-pre.4", optional = true }
sha2 = { version = "=0.11.0-pre.4", optional = true }
sha3 = { version = "=0.11.0-pre.4", optional = true }
Expand All @@ -38,7 +38,7 @@ hex-literal = "0.4"
pem-rfc7468 = "1.0.0-rc.1"
pkcs5 = "0.8.0-rc.1"
rand = "0.8.5"
rsa = { version = "=0.10.0-pre.2", features = ["sha2"] }
rsa = { version = "=0.10.0-pre.3", features = ["sha2"] }
ecdsa = { version = "=0.17.0-pre.9", features = ["digest", "pem"] }
p256 = "=0.14.0-pre.2"
tokio = { version = "1.40.0", features = ["macros", "rt"] }
Expand Down
2 changes: 1 addition & 1 deletion x509-cert/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ tls_codec = { version = "0.4.0", default-features = false, features = ["derive"]
[dev-dependencies]
hex-literal = "0.4"
rand = "0.8.5"
rsa = { version = "=0.10.0-pre.2", features = ["sha2"] }
rsa = { version = "=0.10.0-pre.3", features = ["sha2"] }
ecdsa = { version = "=0.17.0-pre.9", features = ["digest", "pem"] }
p256 = "=0.14.0-pre.2"
rstest = "0.23"
Expand Down
2 changes: 1 addition & 1 deletion x509-ocsp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ signature = { version = "=2.3.0-pre.4", optional = true, default-features = fals
hex-literal = "0.4.1"
lazy_static = "1.5.0"
rand = "0.8.5"
rsa = { version = "=0.10.0-pre.2", default-features = false, features = ["sha2"] }
rsa = { version = "=0.10.0-pre.3", default-features = false, features = ["sha2"] }
sha1 = { version = "=0.11.0-pre.4", default-features = false, features = ["oid"] }
sha2 = { version = "=0.11.0-pre.4", default-features = false, features = ["oid"] }

Expand Down

0 comments on commit 2c4a141

Please sign in to comment.