-
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
More Rust dependency updates for upcoming v1.13 release #2851
Conversation
This commit builds `chrono` only with the features that we need to avoid pulling in an additional (and older) `time` dependency. This dependency won't completely fall out of Cargo.lock until coldsnap, tough, and testsys have been updated as well.
# testsys uses an old version of time | ||
{ name = "time", version = "=0.1.43" }, |
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.
We'll want to remove this whenever we update testsys.
@@ -74,10 +74,11 @@ checksum = "64cb94155d965e3d37ffbbe7cc5b82c3dd79dd33bd48e536f73d2cfb8d85506f" | |||
|
|||
[[package]] | |||
name = "assert-json-diff" | |||
version = "2.0.2" | |||
version = "1.1.0" |
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 is a dev-dependency for infrasys
and aws-smithy-protocol-test
. From what I can tell the infrasys
tests don't mine dropping to the same version as aws-smithy
, so we can avoid pulling multiple versions.
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 fine to me.
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.
Please test download repo before merging. 👍
I did
|
Issue number:
Closes #2763
Description of changes:
Updates AWS SDK for Rust,
aws-smithy
,coldsnap
, andtough
, while addressing any breaking changes.Also includes changes to remove an unnecessary
time
0.1.x dependency, although it won't be completely removed until the next release oftestsys
/bottlerocket-types
.Testing done:
Built and launched
aws-k8s-1.24
(x86_64) and ran through some basic operations.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.