Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 17, 2025

This PR contains the following updates:

Package Type Update Change
lockFileMaintenance All locks refreshed
bitflags workspace.dependencies minor 2.8.0 -> 2.9.0
bpaf workspace.dependencies patch 0.9.16 -> 0.9.19
compact_str workspace.dependencies minor 0.8.1 -> 0.9.0
console workspace.dependencies patch 0.15.10 -> 0.15.11
convert_case workspace.dependencies minor 0.7.1 -> 0.8.0
fast-glob workspace.dependencies patch 0.4.4 -> 0.4.5
flate2 workspace.dependencies minor 1.0.35 -> 1.1.0
globset (source) workspace.dependencies patch 0.4.15 -> 0.4.16
handlebars workspace.dependencies patch 6.3.1 -> 6.3.2
indexmap workspace.dependencies minor 2.7.1 -> 2.8.0
insta (source) workspace.dependencies patch 1.42.1 -> 1.42.2
itoa workspace.dependencies patch 1.0.14 -> 1.0.15
markdown workspace.dependencies patch 1.0.0-alpha.22 -> 1.0.0-alpha.23
papaya workspace.dependencies patch 0.2.0 -> 0.2.1
prettyplease workspace.dependencies patch 0.2.29 -> 0.2.31
proc-macro2 workspace.dependencies patch 1.0.93 -> 1.0.94
quote workspace.dependencies patch 1.0.38 -> 1.0.40
schemars (source) workspace.dependencies patch 0.8.21 -> 0.8.22
seq-macro workspace.dependencies patch 0.3.5 -> 0.3.6
serde (source) workspace.dependencies patch 1.0.218 -> 1.0.219
serde_json workspace.dependencies patch 1.0.139 -> 1.0.140
similar-asserts workspace.dependencies minor 1.6.1 -> 1.7.0
syn workspace.dependencies patch 2.0.98 -> 2.0.100
tempfile (source) workspace.dependencies minor 3.17.1 -> 3.19.0
tokio (source) workspace.dependencies minor 1.43.0 -> 1.44.1
ureq workspace.dependencies patch 3.0.6 -> 3.0.9

🔧 This Pull Request updates lock files to use the latest dependency versions.


Release Notes

bitflags/bitflags (bitflags)

v2.9.0

Compare Source

What's Changed

Full Changelog: bitflags/bitflags@2.8.0...2.9.0

pacak/bpaf (bpaf)

v0.9.19

Compare Source

  • Fix one more problematic corner case of fallback_to_usage - it should no override
    inner parser printing usage or version info

v0.9.18

Compare Source

  • Several small documentation fixes (#​414, #​413)
    thanks @​yerke
  • fallback_to_usage only applies if parser fails (#​415)
    Previously it would print a usage info even if parser can succeed without any input

v0.9.17

Compare Source

  • A new method format_fallback allows to format fallback values using
    a custom formatting function. This extends functionality offered by format_debug and
    format_display that use Debug and Display instances respectively
    thanks @​antalsz
ParkMyCar/compact_str (compact_str)

v0.9.0

Compare Source

February 24, 2025

Breaking Changes 💥

Changes

console-rs/console (console)

v0.15.11

Compare Source

What's Changed

oxc-project/fast-glob (fast-glob)

v0.4.5

Other
  • reduce generic expansion on function glob_match
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

sunng87/handlebars-rust (handlebars)

v6.3.2

Compare Source

  • [Fixed] Reimplementation of partial context [#​699]
indexmap-rs/indexmap (indexmap)

v2.8.0

Compare Source

  • Added indexmap_with_default! and indexset_with_default! to be used with
    alternative hashers, especially when using the crate without std.
  • Implemented PartialEq between each Slice and []/arrays.
  • Removed the internal rustc-rayon feature and dependency.
mitsuhiko/insta (insta)

v1.42.2

Compare Source

  • Support other indention characters than spaces in inline snapshots. #​679
  • Fix an issue where multiple targets with the same root would cause too many pending snapshots to be reported. #​730
  • Hide unseen option in CLI, as it's pending deprecation. #​732
  • Stop \t and \x1b (ANSI color escape) from causing snapshots to be escaped. #​715
  • Improved handling of inline snapshots within allow_duplicates! { .. }. #​712
dtolnay/itoa (itoa)

v1.0.15

Compare Source

  • Documentation improvements
wooorm/markdown-rs (markdown)

v1.0.0-alpha.23

Compare Source

Add

Full Changelog: https://github.com/wooorm/markdown-rs/compare/mdast_util_to_markdown@0.0.1...1.0.0-alpha.23

ibraheemdev/papaya (papaya)

v0.2.1: 0.2.1

Compare Source

dtolnay/prettyplease (prettyplease)

v0.2.31

Compare Source

  • Format multiple array elements on the same line (#​108)

v0.2.30

Compare Source

  • Documentation improvements
dtolnay/proc-macro2 (proc-macro2)

v1.0.94

Compare Source

  • Documentation improvements
dtolnay/quote (quote)

v1.0.40

Compare Source

v1.0.39

Compare Source

  • Documentation improvements
GREsau/schemars (schemars)

v0.8.22

Compare Source

Fixed:
dtolnay/seq-macro (seq-macro)

v0.3.6

Compare Source

  • Documentation improvements
serde-rs/serde (serde)

v1.0.219

Compare Source

  • Prevent absolute_paths Clippy restriction being triggered inside macro-generated code (#​2906, thanks @​davidzeng0)
serde-rs/json (serde_json)

v1.0.140

Compare Source

  • Documentation improvements
mitsuhiko/similar-asserts (similar-asserts)

v1.7.0

Compare Source

  • Added support for SIMILAR_ASSERTS_CONTEXT_SIZE. #​13
dtolnay/syn (syn)

v2.0.100

Compare Source

  • Add Visit::visit_token_stream, VisitMut::visit_token_stream_mut, Fold::fold_token_stream for processing TokenStream during syntax tree traversals (#​1852)

v2.0.99

Compare Source

  • Documentation improvements
Stebalien/tempfile (tempfile)

v3.19.0

Compare Source

  • Remove direct dependency on cfg-if. It's still in the tree, but we didn't really need to use it in this crate.
  • Add an unstable feature (unstable-windows-keep-open-tempfile) to test a potential fix to #​339.

v3.18.0

Compare Source

  • Update rustix to 1.0.0.
  • Make NamedTempFile::persist_noclobber atomic on Apple operating systems. It's now atomic on MacOS, Windows, and Linux (depending on the OS version and filesystem used).
tokio-rs/tokio (tokio)

v1.44.1: Tokio v1.44.1

Compare Source

1.44.1 (March 13th, 2025)

Fixed
  • rt: skip defer queue in block_in_place context (#​7216)

v1.44.0: Tokio v1.44.0

Compare Source

1.44.0 (March 7th, 2025)

This release changes the from_std method on sockets to panic if a blocking socket is provided. We determined this change is not a breaking change as Tokio is not intended to operate using blocking sockets. Doing so results in runtime hangs and should be considered a bug. Accidentally passing a blocking socket to Tokio is one of the most common user mistakes. If this change causes an issue for you, please comment on #​7172.

Added
  • coop: add task::coop module (#​7116)
  • process: add Command::get_kill_on_drop() (#​7086)
  • sync: add broadcast::Sender::closed (#​6685, #​7090)
  • sync: add broadcast::WeakSender (#​7100)
  • sync: add oneshot::Receiver::is_empty() (#​7153)
  • sync: add oneshot::Receiver::is_terminated() (#​7152)
Fixed
  • fs: empty reads on File should not start a background read (#​7139)
  • process: calling start_kill on exited child should not fail (#​7160)
  • signal: fix CTRL_CLOSE, CTRL_LOGOFF, CTRL_SHUTDOWN on windows (#​7122)
  • sync: properly handle panic during mpsc drop (#​7094)
Changes
  • runtime: clean up magic number in registration set (#​7112)
  • coop: make coop yield using waker defer strategy (#​7185)
  • macros: make select! budget-aware (#​7164)
  • net: panic when passing a blocking socket to from_std (#​7166)
  • io: clean up buffer casts (#​7142)
Changes to unstable APIs
  • rt: add before and after task poll callbacks (#​7120)
  • tracing: make the task tracing API unstable public (#​6972)
Documented
  • docs: fix nesting of sections in top-level docs (#​7159)
  • fs: rename symlink and hardlink parameter names (#​7143)
  • io: swap reader/writer in simplex doc test (#​7176)
  • macros: docs about select! alternatives (#​7110)
  • net: rename the argument for send_to (#​7146)
  • process: add example for reading Child stdout (#​7141)
  • process: clarify Child::kill behavior (#​7162)
  • process: fix grammar of the ChildStdin struct doc comment (#​7192)
  • runtime: consistently use worker_threads instead of core_threads (#​7186)
algesten/ureq (ureq)

v3.0.9

Compare Source

  • Bump deps (#​1031)
    • Allow body for all methods when using http-crate API (#​1035)
    • Improved errors and doc for bespoke transports (#​1032)

v3.0.8

Compare Source

  • Fix incorrect parsing bug "missing http version" (#​1026)

v3.0.7

Compare Source

  • Allow non-standard HTTP methods (#​1018)
    • Fix not appending port to host header (#​1017)

Configuration

📅 Schedule: Branch creation - "before 10pm on monday" in timezone Asia/Shanghai, Automerge - "before 10pm on monday" in timezone Asia/Shanghai.

🚦 Automerge: Enabled.

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 was generated by Mend Renovate. View the repository job log.

Copy link
Contributor

graphite-app bot commented Mar 17, 2025

How to use the Graphite Merge Queue

Add either label to this PR to merge it via the merge queue:

  • 0-merge - adds this PR to the back of the merge queue
  • hotfix - for urgent hot fixes, skip the queue and merge this PR next

You must have a Graphite account in order to use the merge queue. Sign up using this link.

An organization admin has enabled the Graphite Merge Queue in this repository.

Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue.

@github-actions github-actions bot added the C-cleanup Category - technical debt or refactoring. Solution not expected to change behavior label Mar 17, 2025
@renovate renovate bot force-pushed the renovate/rust-crates branch from 41e279a to 0f6c7f5 Compare March 17, 2025 04:15
Copy link

codspeed-hq bot commented Mar 17, 2025

CodSpeed Performance Report

Merging #9814 will not alter performance

Comparing renovate/rust-crates (76a9137) with main (84fa538)

Summary

✅ 33 untouched benchmarks

@renovate renovate bot force-pushed the renovate/rust-crates branch 2 times, most recently from 946dc81 to f02fd8f Compare March 17, 2025 04:38
@renovate renovate bot force-pushed the renovate/rust-crates branch from f02fd8f to 76a9137 Compare March 17, 2025 04:42
@renovate renovate bot merged commit 7da3124 into main Mar 17, 2025
38 checks passed
@renovate renovate bot deleted the renovate/rust-crates branch March 17, 2025 05:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-cleanup Category - technical debt or refactoring. Solution not expected to change behavior
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants