run cargo updates, disable legacy hyper/rustls in aws sdk#3265
Merged
GuillaumeGomez merged 2 commits intorust-lang:mainfrom Mar 22, 2026
Merged
run cargo updates, disable legacy hyper/rustls in aws sdk#3265GuillaumeGomez merged 2 commits intorust-lang:mainfrom
GuillaumeGomez merged 2 commits intorust-lang:mainfrom
Conversation
Updating aws-lc-rs v1.16.1 -> v1.16.2
Updating aws-lc-sys v0.38.0 -> v0.39.0
Updating aws-sdk-sts v1.100.0 -> v1.101.0
Updating aws-smithy-types v1.4.6 -> v1.4.7
Updating borsh v1.6.0 -> v1.6.1
Updating itoa v1.0.17 -> v1.0.18
Updating opentelemetry-otlp v0.31.0 -> v0.31.1
Updating rustls-webpki v0.103.9 -> v0.103.10
Updating toml v1.0.6+spec-1.1.0 -> v1.0.7+spec-1.1.0
Updating toml_datetime v1.0.0+spec-1.1.0 -> v1.0.1+spec-1.1.0
Updating toml_parser v1.0.9+spec-1.1.0 -> v1.0.10+spec-1.1.0
Updating toml_writer v1.0.6+spec-1.1.0 -> v1.0.7+spec-1.1.0
Updating ureq v3.2.0 -> v3.2.1
Adding utf8-zero v0.8.1
Adding winnow v1.0.0
Updating zerocopy v0.8.42 -> v0.8.47
Updating zerocopy-derive v0.8.42 -> v0.8.47
Updating zip v8.2.0 -> v8.3.0
GuillaumeGomez
approved these changes
Mar 22, 2026
Member
|
Thanks! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
to fix the current audit fails. Inspired by rust-lang/crates.io#13227