Unverified Commit 3aa1e36b authored by Nikhil Benesch's avatar Nikhil Benesch Committed by GitHub
Browse files

aws-smithy-query: bump to urlencoding v2.1 (#1301)



* aws-smithy-query: bump to urlencoding v2.1

* Add changelog entry for urlencoding update

Co-authored-by: default avatarRussell Cohen <rcoh@amazon.com>
parent 70de0935
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -52,3 +52,9 @@ message = "Add caching to [AssumeRoleProvider](https://docs.rs/aws-config/latest
references = ["smithy-rs#1296"]
meta = { "breaking" = false, "tada" = false, "bug" = false }
author = "rcoh"

[[smithy-rs]]
message = "Update urlencoding crate to v2.1.0"
references = ["smithy-rs#1301"]
meta = { "breaking" = false, "tada" = false, "bug" = false }
author = "benesch"
+1 −1
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@ repository = "https://github.com/awslabs/smithy-rs"

[dependencies]
aws-smithy-types = { path = "../aws-smithy-types" }
urlencoding = "1.3"
urlencoding = "2.1"

[package.metadata.docs.rs]
all-features = true