Skip to content

Commit 5b4d4d1

Browse files
committed
chore(deps): bump rand_core to 0.10.0-rc-5
1 parent 701baca commit 5b4d4d1

File tree

21 files changed

+121
-140
lines changed

21 files changed

+121
-140
lines changed

Cargo.lock

Lines changed: 52 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ pkcs1 = { path = "./pkcs1" }
5252
pkcs5 = { path = "./pkcs5" }
5353
pkcs8 = { path = "./pkcs8" }
5454
pkcs12 = { path = "./pkcs12" }
55-
#sec1 = { path = "./sec1" }
55+
sec1 = { path = "./sec1" }
5656
serdect = { path = "./serdect" }
5757
spki = { path = "./spki" }
5858
tai64 = { path = "./tai64" }

cms/Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ cbc = { version = "0.2.0-rc.2", optional = true }
2828
cipher = { version = "0.5.0-rc.3", features = ["alloc", "block-padding", "rand_core"], optional = true }
2929
digest = { version = "0.11.0-rc.5", optional = true }
3030
elliptic-curve = { version = "0.14.0-rc.21", optional = true }
31-
rsa = { version = "0.10.0-rc.11", optional = true }
31+
rsa = { version = "0.10.0-rc.13", optional = true }
3232
sha1 = { version = "0.11.0-rc.3", optional = true }
3333
sha2 = { version = "0.11.0-rc.3", optional = true }
3434
sha3 = { version = "0.11.0-rc.3", optional = true }
@@ -42,10 +42,10 @@ hex-literal = "1"
4242
pem-rfc7468 = "1"
4343
pkcs5 = "0.8.0-rc.12"
4444
pbkdf2 = "0.13.0-rc.6"
45-
rand = "0.10.0-rc.6"
46-
rsa = { version = "0.10.0-rc.11", features = ["sha2"] }
47-
ecdsa = { version = "0.17.0-rc.12", features = ["digest", "pem"] }
48-
p256 = "0.14.0-rc.4"
45+
rand = "0.10.0-rc.7"
46+
rsa = { version = "0.10.0-rc.13", features = ["sha2"] }
47+
ecdsa = { version = "0.17.0-rc.13", features = ["digest", "pem"] }
48+
p256 = "0.14.0-rc.5"
4949
tokio = { version = "1.45.1", features = ["macros", "rt"] }
5050
x509-cert = { version = "0.3.0-rc.3", features = ["pem"] }
5151

0 commit comments

Comments
 (0)