Skip to content

Commit

Permalink
Update with flexible zeroize version (#1817)
Browse files Browse the repository at this point in the history
  • Loading branch information
ethyi authored Oct 11, 2022
1 parent 4255eb3 commit 057fe97
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.next.toml
Original file line number Diff line number Diff line change
Expand Up @@ -149,3 +149,9 @@ message = "Convert the `protocol` argument on `PyMiddlewares::new` constructor t
references = ["smithy-rs#1829"]
meta = { "breaking" = true, "tada" = false, "bug" = false, "target" = "server" }
author = "hlbarber"

[[smithy-rs]]
message = "Update aws-types zeroize to flexible version to prevent downstream version conflicts."
references = ["smithy-rs#1817"]
meta = { "breaking" = false, "tada" = false, "bug" = true }
author = "ethyi"
2 changes: 1 addition & 1 deletion aws/rust-runtime/aws-types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ aws-smithy-types = { path = "../../../rust-runtime/aws-smithy-types" }
aws-smithy-client = { path = "../../../rust-runtime/aws-smithy-client" }
aws-smithy-http = { path = "../../../rust-runtime/aws-smithy-http" }
tracing = "0.1"
zeroize = "1.4.1"
zeroize = "1"
http = "0.2.6"

[dev-dependencies]
Expand Down

0 comments on commit 057fe97

Please sign in to comment.