-
Notifications
You must be signed in to change notification settings - Fork 126
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
treewide: Update ECR public Rust images #1251
Open
ethan-readyset
wants to merge
2
commits into
main
Choose a base branch
from
Idad4f0c1727b5bc37c1f008281e450e8f63fa24d
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains 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
readysetbot
force-pushed
the
Ib15333b66c6bba2e3eb4a302ea85c3a03ab0acf5
branch
from
May 13, 2024 16:24
7cf68d7
to
f0a4a14
Compare
readysetbot
force-pushed
the
Idad4f0c1727b5bc37c1f008281e450e8f63fa24d
branch
from
May 13, 2024 16:24
59ea0b7
to
728f049
Compare
readysetbot
force-pushed
the
Ib15333b66c6bba2e3eb4a302ea85c3a03ab0acf5
branch
from
May 21, 2024 20:05
f0a4a14
to
29eb728
Compare
readysetbot
force-pushed
the
Idad4f0c1727b5bc37c1f008281e450e8f63fa24d
branch
from
May 21, 2024 20:06
728f049
to
a78d4cf
Compare
readysetbot
force-pushed
the
Ib15333b66c6bba2e3eb4a302ea85c3a03ab0acf5
branch
from
May 21, 2024 20:08
29eb728
to
dec04f5
Compare
readysetbot
force-pushed
the
Idad4f0c1727b5bc37c1f008281e450e8f63fa24d
branch
from
May 21, 2024 20:08
a78d4cf
to
4ea1e02
Compare
readysetbot
force-pushed
the
Ib15333b66c6bba2e3eb4a302ea85c3a03ab0acf5
branch
from
May 22, 2024 16:02
dec04f5
to
0acbdf7
Compare
readysetbot
force-pushed
the
Idad4f0c1727b5bc37c1f008281e450e8f63fa24d
branch
from
May 22, 2024 16:02
4ea1e02
to
d6fd55b
Compare
readysetbot
force-pushed
the
Ib15333b66c6bba2e3eb4a302ea85c3a03ab0acf5
branch
from
May 22, 2024 16:24
0acbdf7
to
28f912e
Compare
readysetbot
force-pushed
the
Idad4f0c1727b5bc37c1f008281e450e8f63fa24d
branch
from
May 22, 2024 16:24
d6fd55b
to
dcce070
Compare
readysetbot
force-pushed
the
Ib15333b66c6bba2e3eb4a302ea85c3a03ab0acf5
branch
from
May 22, 2024 17:46
28f912e
to
e774ed0
Compare
readysetbot
force-pushed
the
Idad4f0c1727b5bc37c1f008281e450e8f63fa24d
branch
from
May 22, 2024 17:46
dcce070
to
8cfa88f
Compare
This commit upgrades many of our dependencies to newer versions. Note that this was not just the result of a `cargo update` invocation; I used the `cargo-edit` tool to automate the process of upgrading crate versions in our Cargo.toml (I also ran `cargo update` afterwards for good measure). The code changes in this commit reflect breaking API changes in the new package versions. Change-Id: Ib15333b66c6bba2e3eb4a302ea85c3a03ab0acf5 Reviewed-on: https://gerrit.readyset.name/c/readyset/+/7378 Tested-by: Buildkite CI Reviewed-by: Jason Brown <[email protected]>
readysetbot
force-pushed
the
Ib15333b66c6bba2e3eb4a302ea85c3a03ab0acf5
branch
from
May 23, 2024 15:06
e774ed0
to
d1638d5
Compare
ethan-readyset
changed the base branch from
Ib15333b66c6bba2e3eb4a302ea85c3a03ab0acf5
to
main
May 23, 2024 19:08
readysetbot
force-pushed
the
Idad4f0c1727b5bc37c1f008281e450e8f63fa24d
branch
from
May 23, 2024 19:08
8cfa88f
to
e1721c8
Compare
This commit updates the Rust version of the public ECR library image we use for our xtask crate and for our cargo-deny docker image builder. The version is updated from 1.74 to 1.78. Change-Id: Idad4f0c1727b5bc37c1f008281e450e8f63fa24d
readysetbot
force-pushed
the
Idad4f0c1727b5bc37c1f008281e450e8f63fa24d
branch
from
May 23, 2024 19:53
e1721c8
to
e90dc5c
Compare
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.
This commit updates the Rust version of the public ECR library image we
use for our xtask crate and for our cargo-deny docker image builder. The
version is updated from 1.74 to 1.78.