Skip to content

Commit

Permalink
chore(bindings): Pin zeroize to avoid MSRV increase (#4519)
Browse files Browse the repository at this point in the history
  • Loading branch information
goatgoose authored Apr 24, 2024
1 parent b3ee9af commit e2bd4ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bindings/rust/s2n-tls-sys/templates/Cargo.template
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,4 @@ cc = { version = "1.0", features = ["parallel"] }
jobserver = "=0.1.26" # newer versions require rust 1.66, see https://github.com/aws/s2n-tls/issues/4241
home = "=0.5.5" # newer versions require rust 1.70, see https://github.com/aws/s2n-tls/issues/4395
regex = "=1.9.6" # newer versions require rust 1.65, see https://github.com/aws/s2n-tls/issues/4242
zeroize = "=1.7.0" # newer versions require rust 1.72, see https://github.com/aws/s2n-tls/issues/4518

0 comments on commit e2bd4ee

Please sign in to comment.