We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50d15e0 commit e99740dCopy full SHA for e99740d
Cargo.toml
@@ -24,7 +24,7 @@ features = ["rust_crypto"]
24
25
[dependencies]
26
base64 = "0.22"
27
-serde = { version = "1.0", features = ["derive"] }
+serde = { version = "1.0.228", features = ["derive"] }
28
serde_json = "1.0"
29
signature = { version = "2.2.0", features = ["std"] }
30
@@ -33,7 +33,7 @@ pem = { version = "3", optional = true }
33
simple_asn1 = { version = "0.6", optional = true }
34
35
# "aws_lc_rs" feature
36
-aws-lc-rs = { version = "1.10.0", optional = true }
+aws-lc-rs = { version = "1.15.0", optional = true }
37
38
# "rust_crypto" feature
39
ed25519-dalek = { version = "2.1.1", optional = true, features = ["pkcs8"] }
0 commit comments