We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44fa00d commit 5200f6eCopy full SHA for 5200f6e
aws-lc-rs/Cargo.toml
@@ -1,7 +1,7 @@
1
[package]
2
name = "aws-lc-rs"
3
authors = ["AWS-LibCrypto"]
4
-version = "1.12.1"
+version = "1.12.2"
5
# this crate re-exports whatever sys crate that was selected
6
links = "aws_lc_rs_1_12_1_sys"
7
edition = "2021"
@@ -48,7 +48,7 @@ fips = ["dep:aws-lc-fips-sys"]
48
[dependencies]
49
untrusted = { version = "0.7.1", optional = true }
50
aws-lc-sys = { version = "0.25.0", path = "../aws-lc-sys", optional = true }
51
-aws-lc-fips-sys = { version = "0.13.0", path = "../aws-lc-fips-sys", optional = true }
+aws-lc-fips-sys = { version = "0.13.1", path = "../aws-lc-fips-sys", optional = true }
52
zeroize = "1.7"
53
paste = "1.0.11"
54
0 commit comments