From d56bb8e6a069fc3eb5ffdcc6b3e8dca8eac2e4c3 Mon Sep 17 00:00:00 2001 From: Nikhil Benesch Date: Mon, 4 Apr 2022 10:44:48 -0400 Subject: [PATCH 1/2] aws-smithy-query: bump to urlencoding v2.1 --- rust-runtime/aws-smithy-query/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-runtime/aws-smithy-query/Cargo.toml b/rust-runtime/aws-smithy-query/Cargo.toml index f179c0291e..a4f517ae2a 100644 --- a/rust-runtime/aws-smithy-query/Cargo.toml +++ b/rust-runtime/aws-smithy-query/Cargo.toml @@ -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 From f7e5000bfe3fbb0cbe67e879b50c2b230992cbab Mon Sep 17 00:00:00 2001 From: Nikhil Benesch Date: Mon, 4 Apr 2022 16:49:51 -0400 Subject: [PATCH 2/2] Add changelog entry for urlencoding update --- CHANGELOG.next.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.next.toml b/CHANGELOG.next.toml index 4c66e9ad17..790bd8f767 100644 --- a/CHANGELOG.next.toml +++ b/CHANGELOG.next.toml @@ -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"