-
Notifications
You must be signed in to change notification settings - Fork 519
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update rust dependencies #3330
Update rust dependencies #3330
Conversation
I'll split this up into multiple commits after |
# aws-sdk-rust is using an old version of rustls, hyper-rustls, and tokio-rustls | ||
{ name = "rustls", version = "=0.20" }, | ||
{ name = "hyper-rustls", version = "=0.23" }, | ||
{ name = "tokio-rustls", version = "=0.23" }, | ||
# kube-client uses an old version of redox_syscall | ||
{ name = "redox_syscall", version = "=0.2" }, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks like a lot, but it's because we're no longer skipping the entire testsys-model
and bottlerocket-types
trees.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. Actually looked at it.
20ef5d1
to
c01bc58
Compare
|
Also bumps gptman from 1.0.0 to 1.0.1.
c01bc58
to
43452a2
Compare
Rebased PR. Ready for review. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Built variant and able to deploy. Everything looks good.
Description of changes:
Ran
cargo update
forsources
andtools
, avoided some updates that pull unnecessary extra versions, and adjusted the deny TOMLs as necessary. Also included updates for AWS SDK for Rust,coldsnap
, andtough
.Testing done:
Terms of contribution:
By submitting this pull request, I agree that this contribution is dual-licensed under the terms of both the Apache License, version 2.0, and the MIT license.