Skip to content

Commit 15f699e

Browse files
committed
Cargo: update to rsa 0.10.0-rc.1
1 parent 95d98dd commit 15f699e

File tree

2 files changed

+50
-56
lines changed

2 files changed

+50
-56
lines changed

Cargo.lock

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

update-format-crau/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ protobuf = "3"
1313

1414
# WIP to update rsa to 0.10.0-pre.?
1515
# Necessary to pin to specific pre/rc versions, because of sub-dependency issues.
16-
rsa = { version = "=0.10.0-pre.4", features = ["sha2"] }
17-
pkcs1 = { version = "=0.8.0-rc.1" }
18-
pkcs8 = { version = "=0.11.0-rc.1" }
16+
rsa = { version = "=0.10.0-rc.1", features = ["sha2"] }
17+
pkcs1 = { version = "=0.8.0-rc.2" }
18+
pkcs8 = { version = "=0.11.0-rc.4" }
1919

2020
[dev-dependencies]
2121
# Necessary to pin it under dev-dependencies, as it is an indirect dependency.
22-
der = { version = "=0.8.0-rc.1" }
22+
der = { version = "=0.8.0-rc.3" }

0 commit comments

Comments
 (0)