Loading CHANGELOG.next.toml +6 −0 Original line number Diff line number Diff line Loading @@ -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" rust-runtime/aws-smithy-query/Cargo.toml +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
CHANGELOG.next.toml +6 −0 Original line number Diff line number Diff line Loading @@ -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"
rust-runtime/aws-smithy-query/Cargo.toml +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading