Skip to content

Update Rust#2251

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

Update Rust#2251
bootc-bot[bot] wants to merge 1 commit into
mainfrom
bootc-renovate/rust

Conversation

@bootc-bot

@bootc-bot bootc-bot Bot commented Jun 14, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
anyhow workspace.dependencies patch 1.0.1021.0.103
bcvk-qemu dependencies digest 22a422392ee5ce
camino workspace.dependencies patch 1.2.21.2.4
chrono workspace.dependencies patch 0.4.440.4.45
clap_complete dependencies patch 4.6.54.6.7
composefs-ctl workspace.dependencies digest 679a342ff7d17a
containers-image-proxy dependencies minor 0.10.10.11.0
hyper (source) workspace.dependencies minor 1.9.01.10.1
indicatif workspace.dependencies patch 0.18.40.18.6
itertools dependencies minor 0.14.00.15.0
log workspace.dependencies patch 0.4.290.4.33
ocidir dependencies minor 0.7.20.8.0
ocidir dependencies minor 0.7.00.8.0
openssl workspace.dependencies patch 0.10.780.10.81
rand (source) dependencies patch 0.10.10.10.2
regex workspace.dependencies patch 1.12.31.12.4
rexpect dependencies patch 0.7.00.7.1
serde_json workspace.dependencies patch 1.0.1491.0.150
tokio (source) workspace.dependencies patch 1.52.11.52.3
uuid dependencies patch 1.23.31.23.4
which dependencies patch 8.0.38.0.4

Release Notes

dtolnay/anyhow (anyhow)

v1.0.103

Compare Source

  • Fix Stacked Borrows violation (UB) in Error::downcast_mut (#​451, #​452)
camino-rs/camino (camino)

v1.2.4

Compare Source

Added

Methods to convert between Box<Utf8Path> and Box<Path>:

  • From<Box<Utf8Path>> for Box<Path> (as of release, not documented due to rust-lang/rust#158466).
  • Utf8Path::into_std_boxed_path(self: Box<Self>)
  • Utf8Path::from_boxed_path(path: Box<Path>)
  • TryFrom<Box<Path>> for Box<Utf8Path>

Thanks nicopap for your first contribution!

v1.2.3

Compare Source

Performance improvements
  • Utf8Path::hash now delegates to std::path::Path::hash, resulting in hashing requiring ~2x fewer instructions. Thanks stormslowly for your first contribution!
chronotope/chrono (chrono)

v0.4.45: 0.4.45

Compare Source

What's Changed

clap-rs/clap (clap_complete)

v4.6.7

Compare Source

v4.6.6

Compare Source

containers/containers-image-proxy-rs (containers-image-proxy)

v0.11.0

Compare Source

What's Changed

New Contributors

Full Changelog: bootc-dev/containers-image-proxy-rs@v0.10.1...v0.11.0

hyperium/hyper (hyper)

v1.10.1

Compare Source

Bug Fixes

v1.10.0

Compare Source

Bug Fixes
Features
console-rs/indicatif (indicatif)

v0.18.6

Compare Source

What's Changed

v0.18.5

Compare Source

What's Changed

rust-itertools/itertools (itertools)

v0.15.0

Compare Source

Breaking
  • Restructure Position as struct instead of enum (#​1042, #​1043)
  • Canonicalize all_equal_value's error type (#​1032)
Added
  • Add *_with_hasher adaptors (#​1007)
  • Add strip_prefix and strip_prefix_by methods (#​1104)
Changed
  • Remove Clone bounds from tuple_combinations and array_combinations(#​1011)
  • must_use for collect_vec (#​1009)
  • Make izip! temporary friendly (#​1021)
  • Add array_combinations_with_replacement (#​1033)
  • Implement Debug for remaining public types (#​1038)
  • Specialize ExactlyOneError::count (#​1046)
  • Implement PeekingNext for more types, in particular vec::IntoIter (#​1059, #​1073)
  • Fix PadUsing::next_back (#​1082)
  • Introduce [circular_]array_windows, deprecate tuple_windows (#​1086)
  • Deprecate tuple_combinations (replaced by array_combinations) (#​1085)
Notable Internal Changes
rust-lang/log (log)

v0.4.33

Compare Source

v0.4.32

Compare Source

What's Changed
  • Support Value -> string conversions with kv + std features instead of kv_std by @​tisonkun in #​729

Full Changelog: rust-lang/log@0.4.31...0.4.32

v0.4.31

Compare Source

What's Changed
  • Support Value -> string conversions with kv + std features instead of kv_std by @​tisonkun in #​729

Full Changelog: rust-lang/log@0.4.31...0.4.32

v0.4.30

Compare Source

What's Changed
New Contributors

Full Changelog: rust-lang/log@0.4.30...0.4.31

containers/ocidir-rs (ocidir)

v0.8.0

Compare Source

What's Changed

New Contributors

Full Changelog: bootc-dev/ocidir-rs@v0.7.2...v0.8.0

rust-openssl/rust-openssl (openssl)

v0.10.81

Compare Source

What's Changed

New Contributors

Full Changelog: rust-openssl/rust-openssl@openssl-v0.10.80...openssl-v0.10.81

v0.10.80

Compare Source

What's Changed

  • Prefer Homebrew openssl@​4 and stop looking for openssl@​1.1 by @​alex in #​2633
  • Fix output buffer overflow in cipher_update_inplace for AES key-wrap-with-padding by @​alex in #​2638
  • Release openssl 0.10.80 and openssl-sys 0.9.116 by @​alex in #​2639

Full Changelog: rust-openssl/rust-openssl@openssl-v0.10.79...openssl-v0.10.80

v0.10.79

Compare Source

What's Changed

Full Changelog: rust-openssl/rust-openssl@openssl-v0.10.78...openssl-v0.10.79

rust-random/rand (rand)

v0.10.2

Compare Source

Fixes
  • Fix possible memory safety violation due to deserialization of UniformChar from bad source (#​1790)
Changes
  • Document required output order of fn partial_shuffle and apply #[must_use] (#​1769)
  • Avoid usage of unsafe in contexts where non-local memory corruption could invalidate contract (#​1791)
rust-lang/regex (regex)

v1.12.4

Compare Source

===================
This release includes a performance optimization for compilation of regexes
with very large character classes.

Improvements:

  • #​1308:
    Avoid re-canonicalizing the entire interval set when pushing new class ranges.
rust-cli/rexpect (rexpect)

v0.7.1

Compare Source

Fixes
  • Avoid char boundary panics with NBReader::try_read
serde-rs/json (serde_json)

v1.0.150

Compare Source

tokio-rs/tokio (tokio)

v1.52.3: Tokio v1.52.3

Compare Source

1.52.3 (May 8th, 2026)

Fixed
  • sync: fix underflow in mpsc channel len() (#​8062)
  • sync: notify receivers in mpsc OwnedPermit::release() method (#​8075)
  • sync: require that an RwLock has max_readers != 0 (#​8076)
  • sync: return Empty from try_recv() when mpsc is closed with outstanding permits (#​8074)

v1.52.2: Tokio v1.52.2

Compare Source

1.52.2 (May 4th, 2026)

This release reverts the LIFO slot stealing change introduced in 1.51.0 (#​7431), due to its performance impact. (#​8100)

uuid-rs/uuid (uuid)

v1.23.4

Compare Source

What's Changed

New Contributors

Full Changelog: uuid-rs/uuid@v1.23.3...v1.23.4

harryfei/which-rs (which)

v8.0.4

Compare Source

  • On Windows we now emit a NonFatalError if the PATHEXT environment variable is not populated, and the query did not specify a file extension.

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.

@bootc-bot bootc-bot Bot requested a review from jeckersb June 14, 2026 01:28
@bootc-bot bootc-bot Bot force-pushed the bootc-renovate/rust branch 2 times, most recently from 87a6100 to f0aad9f Compare June 15, 2026 11:21
@bootc-bot bootc-bot Bot force-pushed the bootc-renovate/rust branch 10 times, most recently from 164a684 to 50e8186 Compare June 23, 2026 01:14
@bootc-bot bootc-bot Bot force-pushed the bootc-renovate/rust branch 11 times, most recently from 1fdb2fb to 177c2f9 Compare June 29, 2026 20:47
@bootc-bot bootc-bot Bot changed the title Update Rust fix(deps): update rust Jun 29, 2026
@bootc-bot bootc-bot Bot force-pushed the bootc-renovate/rust branch 4 times, most recently from 7084e06 to 16281c9 Compare June 30, 2026 20:50
@bootc-bot bootc-bot Bot force-pushed the bootc-renovate/rust branch 2 times, most recently from b2cb08c to 1f89d7b Compare July 1, 2026 05:47
@bootc-bot bootc-bot Bot changed the title fix(deps): update rust Update Rust Jul 1, 2026
@bootc-bot bootc-bot Bot force-pushed the bootc-renovate/rust branch 5 times, most recently from 143cb7a to 07cf521 Compare July 1, 2026 19:41
@github-actions github-actions Bot added the area/ostree Issues related to ostree label Jul 1, 2026
@bootc-bot bootc-bot Bot force-pushed the bootc-renovate/rust branch 5 times, most recently from c9d719e to 8ab004c Compare July 2, 2026 21:34
Signed-off-by: bootc-bot[bot] <225049296+bootc-bot[bot]@users.noreply.github.com>
@bootc-bot bootc-bot Bot force-pushed the bootc-renovate/rust branch from 8ab004c to fa8901a Compare July 6, 2026 15:16
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