Skip to content

Commit

Permalink
Bump rsa to v0.10.0-pre.2 (#1463)
Browse files Browse the repository at this point in the history
  • Loading branch information
tarcieri authored Jul 28, 2024
1 parent 7f2ba1f commit 0d294bb
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 8 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.

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

rsa = { git = "https://github.com/RustCrypto/RSA/", branch = "use-latest-prereleases" }
4 changes: 2 additions & 2 deletions cms/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const-oid = { version = "0.10.0-rc.0", features = ["db"] }
aes = { version = "=0.9.0-pre.1", optional = true }
cbc = { version = "=0.2.0-pre.1", optional = true }
cipher = { version = "=0.5.0-pre.6", features = ["alloc", "block-padding", "rand_core"], optional = true }
rsa = { version = "=0.10.0-pre.1", optional = true }
rsa = { version = "=0.10.0-pre.2", 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 @@ -37,7 +37,7 @@ hex-literal = "0.4"
pem-rfc7468 = "=1.0.0-rc.0"
pkcs5 = "=0.8.0-rc.0"
rand = "0.8.5"
rsa = { version = "=0.10.0-pre.1", features = ["sha2"] }
rsa = { version = "=0.10.0-pre.2", features = ["sha2"] }
ecdsa = { version = "=0.17.0-pre.7", features = ["digest", "pem"] }
p256 = "=0.14.0-pre.1"

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.1", features = ["sha2"] }
rsa = { version = "=0.10.0-pre.2", features = ["sha2"] }
ecdsa = { version = "=0.17.0-pre.7", features = ["digest", "pem"] }
p256 = "=0.14.0-pre.1"
rstest = "0.21"
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.1", default-features = false, features = ["sha2"] }
rsa = { version = "=0.10.0-pre.2", 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 0d294bb

Please sign in to comment.