bump dependencies to latest rc, bump MSRV to 1.85 (#612)
This commit is contained in:
+15
-17
@@ -14,37 +14,35 @@ readme = "README.md"
|
||||
categories = ["api-bindings", "authentication", "cryptography", "hardware-support"]
|
||||
keywords = ["ecdsa", "encryption", "rsa", "piv", "signature"]
|
||||
edition = "2021"
|
||||
rust-version = "1.81"
|
||||
rust-version = "1.85"
|
||||
|
||||
[workspace]
|
||||
members = [".", "cli"]
|
||||
|
||||
[workspace.dependencies]
|
||||
sha2 = "=0.11.0-pre.4"
|
||||
x509-cert = { version = "=0.3.0-pre.0", features = [ "builder", "hazmat" ] }
|
||||
sha2 = "0.11.0-rc.0"
|
||||
x509-cert = { version = "0.3.0-rc.1", features = [ "builder", "hazmat" ] }
|
||||
|
||||
[dependencies]
|
||||
bitflags = "2.5.0"
|
||||
der = "=0.8.0-rc.1"
|
||||
des = "=0.9.0-pre.2"
|
||||
elliptic-curve = "=0.14.0-rc.1"
|
||||
der = "0.8.0-rc.7"
|
||||
des = "0.9.0-rc.0"
|
||||
elliptic-curve = "0.14.0-rc.7"
|
||||
hex = { package = "base16ct", version = "0.2", features = ["alloc"] }
|
||||
log = "0.4"
|
||||
nom = "7"
|
||||
num-bigint-dig = { version = "0.8", features = ["rand"] }
|
||||
num-traits = "0.2"
|
||||
num-integer = "0.1"
|
||||
ecdsa = { version = "=0.17.0-pre.9", features = ["digest", "pem"] }
|
||||
p256 = "=0.14.0-pre.2"
|
||||
p384 = "=0.14.0-pre.2"
|
||||
pbkdf2 = { version = "=0.13.0-pre.1", default-features = false, features = ["hmac"] }
|
||||
ecdsa = { version = "0.17.0-rc.2", features = ["digest", "pem"] }
|
||||
p256 = "=0.14.0-pre.9"
|
||||
p384 = "=0.14.0-pre.9"
|
||||
pbkdf2 = { version = "0.13.0-rc.0", default-features = false, features = ["hmac"] }
|
||||
pcsc = "2.3.1"
|
||||
rand_core = { version = "0.6", features = ["std"] }
|
||||
rsa = { version = "=0.10.0-pre.3", features = ["sha2"] }
|
||||
rand = "0.9"
|
||||
rand_core = { version = "0.9", features = ["os_rng"] }
|
||||
rsa = { version = "0.10.0-rc.3", features = ["sha2"] }
|
||||
secrecy = "0.8"
|
||||
sha1 = { version = "=0.11.0-pre.4", features = ["oid"] }
|
||||
sha1 = { version = "0.11.0-rc.0", features = ["oid"] }
|
||||
sha2 = { workspace = true, features = ["oid"] }
|
||||
signature = "=2.3.0-pre.4"
|
||||
signature = "3.0.0-rc.0"
|
||||
subtle = "2"
|
||||
uuid = { version = "1.2", features = ["v4"] }
|
||||
x509-cert.workspace = true
|
||||
|
||||
Reference in New Issue
Block a user