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(deps): update compatible #15249

Merged
merged 1 commit into from
Mar 1, 2025
Merged

chore(deps): update compatible #15249

merged 1 commit into from
Mar 1, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 1, 2025

This PR contains the following updates:

Package Type Update Change
anyhow workspace.dependencies patch 1.0.95 -> 1.0.96
blake3 workspace.dependencies minor 1.5.5 -> 1.6.1
clap workspace.dependencies patch 4.5.28 -> 4.5.31
clap_complete workspace.dependencies patch 4.5.44 -> 4.5.46
curl-sys workspace.dependencies patch 0.4.79+curl-8.12.0 -> 0.4.80
flate2 workspace.dependencies minor 1.0.35 -> 1.1.0
libc workspace.dependencies patch 0.2.169 -> 0.2.170
serde (source) workspace.dependencies patch 1.0.217 -> 1.0.218
serde_json workspace.dependencies patch 1.0.138 -> 1.0.139
tar workspace.dependencies patch 0.4.43 -> 0.4.44
tempfile (source) workspace.dependencies minor 3.16.0 -> 3.17.1
toml_edit workspace.dependencies patch 0.22.23 -> 0.22.24
unicode-ident workspace.dependencies patch 1.0.16 -> 1.0.17

Release Notes

dtolnay/anyhow (anyhow)

v1.0.96

Compare Source

  • Documentation improvements
BLAKE3-team/BLAKE3 (blake3)

v1.6.1

Compare Source

version 1.6.1

Changes since 1.6.0:

  • Remove mmap from the default features list. It was added
    accidentally in v1.6.0, last week. This is technically a
    backwards-incompatible change, but I would rather not tag v2.0.0 for a
    build-time bugfix with a simple workaround.

v1.6.0

Compare Source

version 1.6.0

Changes since 1.5.5:

  • Add Hash::from_slice. (#​448)
  • Fix a build error on Windows 7 targets. (#​447)
clap-rs/clap (clap)

v4.5.31

Compare Source

Features
  • Add ValueParserFactory for Saturating<T>

v4.5.30

Compare Source

Fixes
  • (assert) Allow num_args(0..=1) to be used with SetTrue
  • (assert) Clean up rendering of takes_values assertions

v4.5.29

Compare Source

Fixes
  • Change ArgMatches::args_present so not-present flags are considered not-present (matching the documentation)
alexcrichton/curl-rust (curl-sys)

v0.4.80

Compare Source

rust-lang/flate2-rs (flate2)

v1.1.0

Compare Source

What's Changed

New Contributors

Full Changelog: rust-lang/flate2-rs@1.0.35...1.1.0

rust-lang/libc (libc)

v0.2.170

Compare Source

Added
  • Android: Declare setdomainname and getdomainname #​4212
  • FreeBSD: Add evdev structures #​3756
  • FreeBSD: Add the new st_filerev field to stat32 (#​4254)
  • Linux: Add SI_*`` and TRAP_*`` signal codes #​4225
  • Linux: Add experimental configuration to enable 64-bit time in kernel APIs, set by RUST_LIBC_UNSTABLE_LINUX_TIME_BITS64. #​4148
  • Linux: Add recent socket timestamping flags #​4273
  • Linux: Added new CANFD_FDF flag for the flags field of canfd_frame #​4223
  • Musl: add CLONE_NEWTIME #​4226
  • Solarish: add the posix_spawn family of functions #​4259
Deprecated
  • Linux: deprecate kernel modules syscalls #​4228
Changed
  • Emscripten: Assume version is at least 3.1.42 #​4243
Fixed
  • BSD: Correct the definition of WEXITSTATUS #​4213
  • Hurd: Fix CMSG_DATA on 64bit systems (#​4240)
  • NetBSD: fix getmntinfo (#​4265
  • VxWorks: Fix the size of time_t #​426
Other
  • Add labels to FIXMEs #​4230, #​4229, #​4237
  • CI: Bump FreeBSD CI to 13.4 and 14.2 #​4260
  • Copy definitions from core::ffi and centralize them #​4256
  • Define c_char at top-level and remove per-target c_char definitions #​4202
  • Port style.rs to syn and add tests for the style checker #​4220
serde-rs/serde (serde)

v1.0.218

Compare Source

  • Documentation improvements
serde-rs/json (serde_json)

v1.0.139

Compare Source

  • Documentation improvements
alexcrichton/tar-rs (tar)

v0.4.44

Compare Source

Stebalien/tempfile (tempfile)

v3.17.1

Compare Source

  • Fix build with windows-sys 0.52. Unfortunately, we have no CI for older windows-sys versions at the moment...

v3.17.0

Compare Source

  • Make sure to use absolute paths in when creating unnamed temporary files (avoids a small race in the "immediate unlink" logic) and in Builder::make_in (when creating temporary files of arbitrary types).
  • Prevent a theoretical crash that could (maybe) happen when a temporary file is created from a drop function run in a TLS destructor. Nobody has actually reported a case of this happening in practice and I have been unable to create this scenario in a test.
  • When reseeding with getrandom, use platform (e.g., CPU) specific randomness sources where possible.
  • Clarify some documentation.
  • Unlink unnamed temporary files on windows immediately when possible instead of waiting for the handle to be closed. We open files with "Unix" semantics, so this is generally possible.
toml-rs/toml (toml_edit)

v0.22.24

Compare Source

dtolnay/unicode-ident (unicode-ident)

v1.0.17

Compare Source

  • Documentation improvements

Configuration

📅 Schedule: Branch creation - "before 5am on the first day of the month" (UTC), 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 was generated by Mend Renovate. View the repository job log.

@rustbot
Copy link
Collaborator

rustbot commented Mar 1, 2025

r? @ehuss

rustbot has assigned @ehuss.
They will have a look at your PR within the next two weeks and either review your PR or reassign to another reviewer.

Use r? to explicitly pick a reviewer

@rustbot rustbot added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Mar 1, 2025
@ehuss ehuss added this pull request to the merge queue Mar 1, 2025
Merged via the queue into master with commit df37758 Mar 1, 2025
23 checks passed
@ehuss ehuss deleted the renovate/compatible branch March 1, 2025 19:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants