Skip to content

Commit

Permalink
aws-smithy-query: bump to urlencoding v2.1 (#1301)
Browse files Browse the repository at this point in the history
* aws-smithy-query: bump to urlencoding v2.1

* Add changelog entry for urlencoding update

Co-authored-by: Russell Cohen <[email protected]>
  • Loading branch information
benesch and rcoh authored Apr 4, 2022
1 parent 70de093 commit 3aa1e36
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 @@ -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"
2 changes: 1 addition & 1 deletion rust-runtime/aws-smithy-query/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3aa1e36

Please sign in to comment.