Skip to content

fix(deps): update rust - #2459

Open
bootc-bot[bot] wants to merge 1 commit into
mainfrom
bootc-renovate/rust
Open

fix(deps): update rust#2459
bootc-bot[bot] wants to merge 1 commit into
mainfrom
bootc-renovate/rust

Conversation

@bootc-bot

@bootc-bot bootc-bot Bot commented Sep 13, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
cargo_metadata build-dependencies minor 0.190.23
flate2 dependencies patch 1.1.91.1.10
hyper (source) workspace.dependencies patch 1.11.01.11.1
indexmap dependencies patch 2.14.02.14.2
log workspace.dependencies patch 0.4.330.4.34
mandown (source) dependencies patch 1.1.01.1.1
owo-colors workspace.dependencies minor 4.3.04.4.0
selinux workspace.dependencies minor =0.5.0=0.6.3
toml workspace.dependencies patch 1.1.4+spec-1.1.01.1.6
uuid dependencies minor 1.24.11.26.1
which dependencies patch 8.0.58.0.6
zstd dependencies minor 0.13.10.14.0

Release Notes

oli-obk/cargo_metadata (cargo_metadata)

v0.23.1

Compare Source

Changed
  • Stabilized build_directory

v0.23.0

Compare Source

Added
  • Added FeatureName and PackageName newtype wrappers.

v0.22.0

Compare Source

Added
  • Added pub fn env_remove<K: Into<OsString>>(&mut self, key: K) -> &mut MetadataCommand to MetadataCommand.
  • Added export of cargo_platform at crate's root module.
Changed
  • Updated dependencies:
    • camino from 1.0.7 to 1.1.10
    • cargo_platform from 0.2.0 to 0.3.0
    • derive_builder from 0.12 to 0.20
    • semver from 1.0.7 to 1.0.26
    • serde_json from 1.0.118 to 1.0.142
    • serde from 1.0.136 to 1.0.219
    • thiserror from 2.0.3 to 2.0.12
  • Made Dependency's source member the same type as Package's source member: Option<Source>.

v0.21.0

Compare Source

v0.20.0

Compare Source

rust-lang/flate2-rs (flate2)

v1.1.10

Compare Source

What's Changed

New Contributors

Full Changelog: rust-lang/flate2-rs@1.1.9...1.1.10

hyperium/hyper (hyper)

v1.11.1

Compare Source

Bug Fixes
indexmap-rs/indexmap (indexmap)

v2.14.2

Compare Source

  • Fix item hygiene in map and set macros. Previously, an internal const CAP
    could shadow the same name in the caller's namespace.
  • Allow const initialization of empty indexmap_with_default! and
    indexset_with_default!. The hasher may also be omitted if it's inferrable.

v2.14.1

Compare Source

  • Simplify comparisons where Equivalent isn't needed (Q = K).
  • Unify index assertions for bounds checks.
  • Fix (or expect) clippy lints.
rust-lang/log (log)

v0.4.34

Compare Source

kornelski/mandown (mandown)

v1.1.1

Compare Source

owo-colors/owo-colors (owo-colors)

v4.4.0

Compare Source

Changed
  • Updated MSRV to Rust 1.83. Thanks Expyron for your first contribution!
koutheir/selinux (selinux)

v0.6.3

Added
  • Added selinux::context_restore::RestoreFlags::SKIP_MULTILINK constant.

v0.6.2

Changed
  • Fixed a memory leak in the iterator context_restore::DirectoryXAttributesIter.
    The leak happens when the iterator is created, usually through a call to
    context_restore::ContextRestore::manage_security_sehash_xattr_entries(),
    but without consuming all the elements of the iterator.

    Thank you very much, timlange.

v0.6.1

Changed
  • Updated dependencies.

v0.6.0

Changed
  • The prototype of context_restore::ContextRestore::restore_context_of_file_system_entry() changed,
    in order to add support for the new features introduced by libselinux version 3.10.

    ⚠️ This is a breaking change.

  • Updated dependencies.

  • Updated copyright years.

v0.5.3

Added
  • The following existing structures now implement Eq and PartialEq:
    SecurityContext, SecurityContextList, OpaqueSecurityContext.

v0.5.2

Added
  • Support for Android.

Thank you very much, ejcaruso.

v0.5.1

Changed
  • Migrated from 2021 edition to 2024.
toml-rs/toml (toml)

v1.1.6

Compare Source

v1.1.5

Compare Source

uuid-rs/uuid (uuid)

v1.26.1

Compare Source

What's Changed

New Contributors

Full Changelog: uuid-rs/uuid@v1.26.0...v1.26.1

v1.26.0

Compare Source

What's Changed

Full Changelog: uuid-rs/uuid@1.25.0...v1.26.0

v1.25.0

Compare Source

What's Changed

New Contributors

Full Changelog: uuid-rs/uuid@v1.24.1...1.25.0

harryfei/which-rs (which)

v8.0.6

Compare Source

  • Bug fix: #​128 Resolve relative PATH entries against the user provided CWD when available, rather than the process CWD.
    Thanks @​RSS1102 for your contribution to which!
gyscos/zstd-rs (zstd)

v0.14.0

Compare Source

Breaking
  • The with_prepared_dictionary() constructors now borrow the dictionary for as long as the stream (#​372). The dictionary is registered with the underlying context by pointer, so dropping it early left the stream with a dangling pointer - reachable from safe code.
  • The project is now licensed under BSD-3-Clause (#​360, #​314).
  • Requires zstd-safe 8.0.0.
Fixed
  • Decoder::finish() now consumes the rest of the frame, so the reader is handed back positioned just after it (#​251, #​255). zstd can produce the last of the decoded data before it has read the frame epilogue, so a caller who stops reading once it has the bytes it wanted used to get its reader back pointing inside the frame. Note that finish() may now read from the underlying reader; Decoder::finish_frame() is the same operation with the error surfaced.
  • Read::read() with an empty buffer returns Ok(0) instead of an error (#​318).
New
  • Decoder::finish_frame(), to consume the rest of the current frame explicitly.
  • bulk::Compressor::set_pledged_src_size() (#​320).
  • The missing with_context constructors (#​338).
  • cmake and vendored features, forwarded to zstd-safe.

Configuration

📅 Schedule: (in timezone UTC)

  • Branch creation
    • "on sunday"
  • Automerge
    • At any time (no schedule defined)

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

Rebasing: Whenever PR becomes conflicted, 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 Mend Renovate CLI.

Signed-off-by: bootc-bot[bot] <225049296+bootc-bot[bot]@users.noreply.github.com>
@github-actions github-actions Bot added the area/ostree Issues related to ostree label Sep 13, 2026
@bootc-bot
bootc-bot Bot requested a review from cgwalters September 13, 2026 01:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/ostree Issues related to ostree

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants