Skip to content
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

chore: run 'cargo update' #2292

Merged
merged 1 commit into from
Sep 24, 2023
Merged

chore: run 'cargo update' #2292

merged 1 commit into from
Sep 24, 2023

Conversation

thoughtpolice
Copy link
Collaborator

Summary: Dependabot will update all of our "first-party" dependencies that we list in Cargo.toml, but that doesn't mean it will pick up transitive dependencies that might also see minor semver compatible bumps. cargo update handles that for us, instead.

Ideally, this would be handled as a separate dependabot flow, but I don't know how to do that...

Change-Id: I12cd2e03e2863abd8ed961304685d276

Checklist

If applicable:

  • I have updated CHANGELOG.md
  • I have updated the documentation (README.md, docs/, demos/)
  • I have updated the config schema (cli/src/config-schema.json)
  • I have added tests to cover my changes

Summary: Dependabot will update all of our "first-party" dependencies that
we list in Cargo.toml, but that doesn't mean it will pick up transitive
dependencies that might also see minor semver compatible bumps. `cargo update`
handles that for us, instead.

Ideally, this would be handled as a separate dependabot flow, but I don't know
how to do that...

Signed-off-by: Austin Seipp <aseipp@pobox.com>
Change-Id: I12cd2e03e2863abd8ed961304685d276
@thoughtpolice thoughtpolice enabled auto-merge (rebase) September 24, 2023 18:11
@thoughtpolice thoughtpolice merged commit ca6371c into main Sep 24, 2023
15 checks passed
@thoughtpolice thoughtpolice deleted the push-ruvnolxuxvnv branch September 24, 2023 20:35
@thoughtpolice thoughtpolice added the dependencies Pull requests that update a dependency file label Oct 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants