Skip to content
Snippets Groups Projects
Unverified Commit 057fe971 authored by ethyi's avatar ethyi Committed by GitHub
Browse files

Update with flexible zeroize version (#1817)

parent 4255eb38
Branches
Tags
No related merge requests found
...@@ -149,3 +149,9 @@ message = "Convert the `protocol` argument on `PyMiddlewares::new` constructor t ...@@ -149,3 +149,9 @@ message = "Convert the `protocol` argument on `PyMiddlewares::new` constructor t
references = ["smithy-rs#1829"] references = ["smithy-rs#1829"]
meta = { "breaking" = true, "tada" = false, "bug" = false, "target" = "server" } meta = { "breaking" = true, "tada" = false, "bug" = false, "target" = "server" }
author = "hlbarber" 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"
\ No newline at end of file
...@@ -16,7 +16,7 @@ aws-smithy-types = { path = "../../../rust-runtime/aws-smithy-types" } ...@@ -16,7 +16,7 @@ aws-smithy-types = { path = "../../../rust-runtime/aws-smithy-types" }
aws-smithy-client = { path = "../../../rust-runtime/aws-smithy-client" } aws-smithy-client = { path = "../../../rust-runtime/aws-smithy-client" }
aws-smithy-http = { path = "../../../rust-runtime/aws-smithy-http" } aws-smithy-http = { path = "../../../rust-runtime/aws-smithy-http" }
tracing = "0.1" tracing = "0.1"
zeroize = "1.4.1" zeroize = "1"
http = "0.2.6" http = "0.2.6"
[dev-dependencies] [dev-dependencies]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment