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

fix(deps): update all dependencies #894

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

platform-engineering-bot
Copy link
Collaborator

@platform-engineering-bot platform-engineering-bot commented Nov 11, 2024

This PR contains the following updates:

Package Type Update Change
EmbarkStudios/cargo-deny-action action major v1 -> v2
actions/checkout action major v3 -> v4
indexmap dependencies minor 2.6.0 -> 2.7.0
quay.io/fedora/fedora-bootc container major 41 -> 42
tokio (source) dependencies minor 1.41.1 -> 1.42.0
tokio (source) workspace.dependencies minor 1.41.1 -> 1.42.0

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

EmbarkStudios/cargo-deny-action (EmbarkStudios/cargo-deny-action)

v2

Compare Source

actions/checkout (actions/checkout)

v4

Compare Source

indexmap-rs/indexmap (indexmap)

v2.7.0

Compare Source

  • Added methods Entry::insert_entry and VacantEntry::insert_entry, returning
    an OccupiedEntry after insertion.
tokio-rs/tokio (tokio)

v1.42.0: Tokio v1.42.0

Compare Source

1.42.0 (Dec 3rd, 2024)
Added
  • io: add AsyncFd::{try_io, try_io_mut} (#​6967)
Fixed
  • io: avoid ptr->ref->ptr roundtrip in RegistrationSet (#​6929)
  • runtime: do not defer yield_now inside block_in_place (#​6999)
Changes
  • io: simplify io readiness logic (#​6966)
Documented
  • net: fix docs for tokio::net::unix::{pid_t, gid_t, uid_t} (#​6791)
  • time: fix a typo in Instant docs (#​6982)

Configuration

📅 Schedule: Branch creation - "* 0-3 * * 1" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@cgwalters
Copy link
Collaborator

Hmm this is a big mix of stuff...including things we don't want for now such as bumping fedora:41 -> fedora:42 (need to figure out how to teach renovate about pre-release versions there).

The biggest problem here is at least our renovate config doesn't understand Rust semver compatibility rules; the indexmap, uuid etc. bumps should have gone in with the other PR type.

Digging in I think we're inheriting from this global config
https://github.com/platform-engineering-org/.github/blob/main/default.json

@platform-engineering-bot platform-engineering-bot force-pushed the renovate/all branch 2 times, most recently from 4e66595 to 5e9001b Compare November 11, 2024 18:38
@platform-engineering-bot platform-engineering-bot force-pushed the renovate/all branch 10 times, most recently from e24dc01 to 3638a4d Compare November 22, 2024 19:15
@platform-engineering-bot platform-engineering-bot force-pushed the renovate/all branch 7 times, most recently from 83e091a to 8e64751 Compare December 3, 2024 13:57
@platform-engineering-bot platform-engineering-bot force-pushed the renovate/all branch 10 times, most recently from d958b2f to dfc9f90 Compare December 7, 2024 15:45
@platform-engineering-bot platform-engineering-bot changed the title chore(deps): update all dependencies fix(deps): update all dependencies Dec 9, 2024
@platform-engineering-bot platform-engineering-bot force-pushed the renovate/all branch 15 times, most recently from 70fcfe6 to f5af53a Compare December 13, 2024 22:16
@platform-engineering-bot platform-engineering-bot force-pushed the renovate/all branch 6 times, most recently from 60599fd to f967aa8 Compare December 18, 2024 16:27
Signed-off-by: Platform Engineering Bot <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants