Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Bump the cargo group across 1 directory with 20 updates #2705

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

Closed
dependabot wants to merge 1 commit into master from dependabot/cargo/cargo-7c48109ea0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 28, 2025
edited
Loading

Bumps the cargo group with 19 updates in the / directory:

Package From To
anyhow 1.0.98 1.0.99
backtrace 0.3.74 0.3.75
bitflags 2.9.1 2.9.3
clap 4.5.38 4.5.46
crossterm 0.28.1 0.29.0
indexmap 2.9.0 2.11.0
log 0.4.26 0.4.27
notify 8.0.0 8.2.0
notify-debouncer-mini 0.6.0 0.7.0
parking_lot_core 0.9.10 0.9.11
rayon-core 1.12.1 1.13.0
ron 0.10.1 0.11.0
struct-patch 0.9.4 0.10.4
which 7.0.2 8.0.0
tempfile 3.15.0 3.21.0
gix 0.71.0 0.73.0
openssl-sys 0.9.108 0.9.109
rayon 1.10.0 1.11.0
thiserror 2.0.12 2.0.16

Updates anyhow from 1.0.98 to 1.0.99

Release notes

Sourced from anyhow's releases.

1.0.99

  • Allow build-script cleanup failure with NFSv3 output directory to be non-fatal (#420)
Commits
  • f2b963a Release 1.0.99
  • 2c64c15 Merge pull request #420 from dtolnay/enotempty
  • 8cf66f7 Allow build-script cleanup failure with NFSv3 output directory to be non-fatal
  • f5e145c Revert "Pin nightly toolchain used for miri job"
  • 1d7ef1d Update ui test suite to nightly-2025年06月30日
  • 6929572 Update ui test suite to nightly-2025年06月18日
  • 37224e3 Ignore mismatched_lifetime_syntaxes lint
  • 11f0e81 Pin nightly toolchain used for miri job
  • d04c999 Raise required compiler for backtrace feature to rust 1.82
  • 219d163 Update test suite to nightly-2025年05月01日
  • See full diff in compare view

Updates backtrace from 0.3.74 to 0.3.75

Release notes

Sourced from backtrace's releases.

0.3.75

What's Changed

New Contributors

Full Changelog: rust-lang/backtrace-rs@0.3.74...0.3.75

Commits
  • f8cc6ac Merge pull request #680 from ChrisDenton/0.3.75
  • 612c018 Cut backtrace 0.3.75
  • d7c5a45 Merge pull request #689 from workingjubilee/formalize-lru
  • c88b038 Revert "mem::swap, not mem::replace, in LRU backshifts"
  • b7fbd04 mem::swap, not mem::replace, in LRU backshifts
  • 3afccb1 raise backtrace MSRV to allow inline_const
  • 63b7d26 Use a custom container for Cache's cache
  • 154a0ea Update libloading dep, run cargo updaterust-lang/backtrace-rs#650
  • 4d7906b rust-lang/backtrace-rs#682
  • a9c4658 Test Mac Catalyst in CI, and clean up unnecessary iOS env flags (rust-lang/ba...
  • Additional commits viewable in compare view

Updates bitflags from 2.9.1 to 2.9.3

Release notes

Sourced from bitflags's releases.

2.9.3

What's Changed

New Contributors

Full Changelog: bitflags/bitflags@2.9.2...2.9.3

2.9.2

What's Changed

Full Changelog: bitflags/bitflags@2.9.1...2.9.2

Changelog

Sourced from bitflags's changelog.

2.9.3

What's Changed

New Contributors

Full Changelog: bitflags/bitflags@2.9.2...2.9.3

2.9.2

What's Changed

Full Changelog: bitflags/bitflags@2.9.1...2.9.2

Commits
  • f59ad49 Merge pull request #459 from KodrAus/cargo/2.9.3
  • 2c3a4f4 prepare for 2.9.3 release
  • 9e1cf3e Merge pull request #458 from nnethercote/streamline-generated-code
  • a3f1f78 Avoid calling InternalBitFlags::{bits,from_bits_retain}.
  • aead794 Avoid local variables in generated code.
  • 85b5e60 Merge pull request #456 from KodrAus/cargo/2.9.2
  • d185ca5 remove reference to std internal features
  • 82a365f prepare for 2.9.2 release
  • f1beb28 Merge pull request #454 from KodrAus/fix/rustc-dep-of-std
  • ef247c5 update more error messages
  • Additional commits viewable in compare view

Updates clap from 4.5.38 to 4.5.46

Release notes

Sourced from clap's releases.

v4.5.46

[4.5.46] - 2025年08月26日

Features

  • Expose StyledStr::push_str

v4.5.45

[4.5.45] - 2025年08月12日

Fixes

  • (unstable-v5) ValueEnum variants now use the full doc comment, not summary, for PossibleValue::help

v4.5.44

[4.5.44] - 2025年08月11日

Features

  • Add Command::mut_subcommands

v4.5.43

[4.5.43] - 2025年08月06日

Fixes

  • (help) In long help, list Possible Values before defaults, rather than after, for a more consistent look

v4.5.42

[4.5.42] - 2025年07月30日

Fixes

  • Include subcommand visible long aliases in --help

v4.5.39

[4.5.39] - 2025年05月27日

Fixes

  • (help) Show short flag aliases before long
  • (help) Merge the short and long flag alias lists
Changelog

Sourced from clap's changelog.

[4.5.46] - 2025年08月26日

Features

  • Expose StyledStr::push_str

[4.5.45] - 2025年08月12日

Fixes

  • (unstable-v5) ValueEnum variants now use the full doc comment, not summary, for PossibleValue::help

[4.5.44] - 2025年08月11日

Features

  • Add Command::mut_subcommands

[4.5.43] - 2025年08月06日

Fixes

  • (help) In long help, list Possible Values before defaults, rather than after, for a more consistent look

[4.5.42] - 2025年07月30日

Fixes

  • Include subcommand visible long aliases in --help

[4.5.41] - 2025年07月09日

Features

  • Add Styles::context and Styles::context_value to customize the styling of [default: value] like notes in the --help

[4.5.40] - 2025年06月09日

Features

  • Support quoted ids in arg!() macro (e.g. arg!("check-config": ...))

[4.5.39] - 2025年05月27日

Fixes

  • (help) Show short flag aliases before long
  • (help) Merge the short and long flag alias lists
Commits
  • acf9abb chore: Release
  • 9186a18 docs: Update changelog
  • 233c316 Merge pull request #5926 from sorairolake/feature/value-parser-factory-for-sa...
  • 13931a2 Merge pull request #5923 from Reverier-Xu/master
  • 536e29f feat(builder): Add ValueParserFactory for Saturating\<T>
  • 45ed71c chore: Avoid using gen for rust 2024 preserved keyword
  • 5029bb3 chore: Avoid using gen for rust 2024 preserved keyword
  • 8a1d59b chore(deps): Update Rust Stable to v1.85 (#5921)
  • 9caee53 docs(changelog): Clarify 5.0.0
  • cb2352f Merge pull request #5918 from epage/test
  • Additional commits viewable in compare view

Updates crossterm from 0.28.1 to 0.29.0

Release notes

Sourced from crossterm's releases.

0.29

Version 0.29

Added ⭐

  • Copy to clipboard using OSC52 (#974)
  • Derive standard traits for "SetCursorStyle" (#909)
  • Add query_keyboard_enhancement_flags to read enabled flags (#958)
  • Add is_* and as_* methods to the event enums (#949)
  • Add a feature flag for derive_more impls (#970)
  • Update rustix to 1.0 (#982)
  • Upgrade various dependencies

Breaking ⚠️

  • Correctly fix KeyModifiers Display impl Properly adding + in between modifiers (#979)

@​joshka @​linrongbin16 @​kmicklas @​maciek50322 @​rosew0od @​sxyazi @​the-mikedavis @​hthuz @​aschey @​naseschwarz @​Flokkq @​gaesa @​WindSoilder

Changelog

Sourced from crossterm's changelog.

Unreleased

Version 0.29

Added ⭐

  • Copy to clipboard using OSC52 (#974)
  • Derive standard traits for "SetCursorStyle" (#909)
  • Add query_keyboard_enhancement_flags to read enabled flags (#958)
  • Add is_* and as_* methods to the event enums (#949)
  • Add a feature flag for derive_more impls (#970)
  • Update rustix to 1.0 (#982)

Breaking ⚠️

  • Correctly fix KeyModifiers Display impl Properly adding + in between modifiers (#979)
Commits

Updates indexmap from 2.9.0 to 2.11.0

Changelog

Sourced from indexmap's changelog.

2.11.0 (2025年08月22日)

  • Added insert_sorted_by and insert_sorted_by_key methods to IndexMap, IndexSet, and VacantEntry, like customizable versions of insert_sorted.
  • Added is_sorted, is_sorted_by, and is_sorted_by_key methods to IndexMap and IndexSet, as well as their Slice counterparts.
  • Added sort_by_key and sort_unstable_by_key methods to IndexMap and IndexSet, as well as parallel counterparts.
  • Added replace_index methods to IndexMap, IndexSet, and VacantEntry to replace the key (or set value) at a given index.
  • Added optional sval serialization support.

2.10.0 (2025年06月26日)

  • Added extract_if methods to IndexMap and IndexSet, similar to the methods for HashMap and HashSet with ranges like Vec::extract_if.
  • Added more #[track_caller] annotations to functions that may panic.
Commits
  • 91d53ad Merge pull request #409 from cuviper/release-2.11.0
  • cf566a7 Release 2.11.0
  • 2e173dc Merge pull request #408 from cuviper/is_sorted
  • e4bb7d0 Add is_sorted{,_by,_by_key}
  • 0f40489 Merge pull request #407 from cuviper/sort_by_key
  • ab9e461 Add sort_by_key and sort_unstable_by_key
  • a468ca4 Normalize to ASCII apostrophes
  • 7939ae9 Merge pull request #406 from cuviper/more-insert_sorted_by
  • 354345b Take two entries in insert_sorted_by
  • 314ec7d Add quick checks for insert_sorted_by
  • Additional commits viewable in compare view

Updates log from 0.4.26 to 0.4.27

Release notes

Sourced from log's releases.

0.4.27

What's Changed

Full Changelog: rust-lang/log@0.4.26...0.4.27

Changelog

Sourced from log's changelog.

[0.4.27] - 2025年03月24日

What's Changed

Full Changelog: rust-lang/log@0.4.26...0.4.27

Commits
  • 35161d0 Merge pull request #674 from rust-lang/cargo/0.4.27
  • cc131ef prepare for 0.4.27 release
  • ea6f54d Merge pull request #673 from rust-lang/feat/logger-by-ref
  • d229c73 fix unclosed code block
  • 02486e4 fill in more tests for logger argument
  • 71e034f expand logger tests
  • dfa067e fix up kv passing
  • 39d4c3a run fmt
  • 7aacc8f pass global logger by value, supplied logger by ref
  • a438c6e Merge pull request #664 from tisonkun/logger-field
  • Additional commits viewable in compare view

Updates notify from 8.0.0 to 8.2.0

Release notes

Sourced from notify's releases.

notify-8.2.0

notify 8.2.0 (2025年08月03日)

  • FEATURE: notify user if inotify's max_user_watches has been reached #698
  • FIX: INotifyWatcher ignore events with unknown watch descriptors (instead of EventMask::Q_OVERFLOW) #700

#698: notify-rs/notify#698 #700: notify-rs/notify#700

debouncer-full 0.6.0 (2025年08月03日)

  • FEATURE: allow FileIdCache trait implementations to choose ownership of the returned file-ids #664
  • FEATURE: added support for the flume crate #680
  • FIX: skip all Modify events right after a Create event, unless it's a rename event #701

#664: notify-rs/notify#664 #680: notify-rs/notify#680 #701: notify-rs/notify#701

debouncer-mini 0.7.0 (2025年08月03日)

  • FEATURE: added support for the flume crate #680

file-id 0.2.3 (2025年08月03日)

  • CHANGE: implement AsRef<FileId> for FileId #664

Full Changelog: notify-rs/notify@notify-8.1.0...notify-8.2.0

notify v8.1.0

What's Changed

New Contributors

... (truncated)

Changelog

Sourced from notify's changelog.

notify 8.2.0 (2025年08月03日)

  • FEATURE: notify user if inotify's max_user_watches has been reached #698
  • FIX: INotifyWatcher ignore events with unknown watch descriptors (instead of EventMask::Q_OVERFLOW) #700

#698: notify-rs/notify#698 #700: notify-rs/notify#700

debouncer-full 0.6.0 (2025年08月03日)

  • FEATURE: allow FileIdCache trait implementations to choose ownership of the returned file-ids #664
  • FEATURE: added support for the flume crate #680
  • FIX: skip all Modify events right after a Create event, unless it's a rename event #701

#664: notify-rs/notify#664 #680: notify-rs/notify#680 #701: notify-rs/notify#701

debouncer-mini 0.7.0 (2025年08月03日)

  • FEATURE: added support for the flume crate #680

file-id 0.2.3 (2025年08月03日)

  • CHANGE: implement AsRef<FileId> for FileId #664

notify 8.1.0 (2025年07月03日)

  • FEATURE: added support for the flume crate
  • FIX: kqueue-backend: do not double unwatch top-level directory when recursively unwatching #683
  • FIX: Return the crate error PathNotFound instead bubbling up the std::io error #685
  • FIX: fix server hangs when trashing folders on Windows #674
Commits
  • a1d7c2d Prepare release (#706)
  • c685ea7 Skip all Modify events right after a Create event, unless it's a rename e...
  • e36d54e fix: INotifyWatcher may raise events with no paths (#700)
  • 394ef18 feat(inotify): notify a user if the max_user_watches has been reached impli...
  • 04473de chore: Prepare 8.1.0 release (#697)
  • 12a026d fix: make PathsMut::commit consuming (#695)
  • d824023 feat: introduce Watcher::paths_mut for adding/removing paths in batch (#692)
  • b984134 Do not clone paths while walking dirs (#693)
  • 416ba82 chore: Use MSRV for Clippy and rustfmt (#694)
  • 10ce3ef Update windows-sys to v0.60 (#691)
  • Additional commits viewable in compare view

Updates notify-debouncer-mini from 0.6.0 to 0.7.0

Changelog

Sourced from notify-debouncer-mini's changelog.

debouncer-full 0.6.0 (2025年08月03日)

  • FEATURE: allow FileIdCache trait implementations to choose ownership of the returned file-ids #664
  • FEATURE: added support for the flume crate #680
  • FIX: skip all Modify events right after a Create event, unless it's a rename event #701

#664: notify-rs/notify#664 #680: notify-rs/notify#680 #701: notify-rs/notify#701

debouncer-mini 0.7.0 (2025年08月03日)

  • FEATURE: added support for the flume crate #680

file-id 0.2.3 (2025年08月03日)

  • CHANGE: implement AsRef<FileId> for FileId #664

notify 8.1.0 (2025年07月03日)

  • FEATURE: added support for the flume crate
  • FIX: kqueue-backend: do not double unwatch top-level directory when recursively unwatching #683
  • FIX: Return the crate error PathNotFound instead bubbling up the std::io error #685
  • FIX: fix server hangs when trashing folders on Windows #674

notify 8.0.0 (2025年01月10日)

  • CHANGE: update notify-types to version 2.0.0
  • CHANGE: raise MSRV to 1.77 breaking
  • FEATURE: add config option to disable following symbolic links #635
  • FIX: unaligned access to FILE_NOTIFY_INFORMATION #647 breaking

#635: notify-rs/notify#635 #647: notify-rs/notify#647

notify-types 2.0.0 (2025年01月10日)

  • CHANGE: replace instant crate with web-time #652 breaking
  • CHANGE: the web-time dependency is now behind the web-time feature breaking

#652: notify-rs/notify#652

debouncer-mini 0.6.0 (2025年01月10日)

  • CHANGE: update notify to version 8.0.0

debouncer-full 0.5.0 (2025年01月10日)

  • CHANGE: update notify to version 8.0.0
  • CHANGE: pass web-time feature to notify-types

notify-types 1.0.1 (2024年12月17日)

  • FIX: Event::kind serialization with serialization-compat-6 feature #660

... (truncated)

Commits

Updates parking_lot_core from 0.9.10 to 0.9.11

Changelog

Sourced from parking_lot_core's changelog.

parking_lot_core - 0.9.11 - 2025年05月29日

  • Use Release/Acquire ordering in thread_parker::windows::Backend::create
  • Remove warnings due to new lint on unknown cfgs

lock_api - 0.4.13 - 2025年05月29日

  • Remove warnings due to new lint on unknown cfgs

parking_lot 0.12.3 (2024年05月24日)

  • Export types provided by arc_lock feature (#442)
Commits
  • df66e66 Update CHANGELOG.md
  • bc72f02 chore: release
  • 7bd09e2 Merge pull request #469 from Amanieu/release-plz-changelog
  • 965216f Use a single changelog with release-plz
  • 398560e Merge pull request #467 from Amanieu/release-plz
  • a7c490f Add release-plz for automatic releases
  • 4989a4f Merge pull request #466 from Amanieu/issue-465
  • 249cb2a Fix parked upgraders potentially not being woken up after a write lock
  • a0d2de0 Fix clearing PARKED_WRITER_BIT after a timeout
  • 03b0192 Merge pull request #464 from Amanieu/ci-msrv
  • Additional commits viewable in compare view

Updates rayon-core from 1.12.1 to 1.13.0

Changelog

Sourced from rayon-core's changelog.

Release rayon 1.11.0 / rayon-core 1.13.0 (2025年08月12日)

  • The minimum supported rustc is now 1.80.
  • iter::repeatn has been renamed to iter::repeat_n to match the name stabilized in the standard library. The old name still exists as a deprecated function for compatibility.
  • Fixed a bug in in_place_scope when the default global registry uses the current thread, like on WebAssembly without threading support.
  • binary_heap::Iter no longer requires a temporary allocation.
  • Relaxed trait bounds on many of the public structs.
  • Implemented IntoParallelIterator for Box<[T]> and its references.
  • Implemented FromParallelIterator<_> for Box<str> via String.

Release rayon 1.10.0 (2024年03月23日)

  • The new methods ParallelSlice::par_chunk_by and ParallelSliceMut::par_chunk_by_mut work like the slice methods chunk_by and chunk_by_mut added in Rust 1.77.

Release rayon 1.9.0 (2024年02月27日)

  • The new methods IndexedParallelIterator::by_exponential_blocks and by_uniform_blocks allow processing items in smaller groups at a time.
  • The new iter::walk_tree, walk_tree_prefix, and walk_tree_postfix functions enable custom parallel iteration over tree-like structures.
  • The new method ParallelIterator::collect_vec_list returns items as a linked list of vectors, which is an efficient mode of parallel collection used by many of the internal implementations of collect.
  • The new methods ParallelSliceMut::par_split_inclusive_mut, ParallelSlice::par_split_inclusive, and ParallelString::par_split_inclusive all work like a normal split but keeping the separator as part of the left slice.
  • The new ParallelString::par_split_ascii_whitespace splits only on ASCII whitespace, which is faster than including Unicode multi-byte whitespace.
  • OsString now implements FromParallelIterator<_> and ParallelExtend<_> for a few item types similar to the standard FromIterator and Extend.
  • The internal Pattern trait for string methods is now implemented for [char; N] and &[char; N], matching any of the given characters.
Commits
  • 7af20d7 Merge pull request #1265 from cuviper/release-1.11.0
  • c86161a Release rayon 1.11.0 / rayon-core 1.13.0
  • 72345cb Merge pull request #1264 from cuviper/mem-prelude
  • b4c58af Merge pull request #1263 from cuviper/boxed
  • 8fdeaf3 Use size_of/size_of_val from the prelude
  • 2a85fbf impl FromParallelIterator\<_> for Box\<str> via String
  • 760a97c impl\<T> IntoParallelIterator for Box\<[T]> and its refs
  • dcea664 Merge pull request #1262 from cuviper/relax-bounds
  • 3d63a87 Relax trait bounds on many structs
  • 0baaff5 Merge pull request #1261 from cuviper/compounds
  • Additional commits viewable in compare view

Updates ron from 0.10.1 to 0.11.0

Release notes

Sourced from ron's releases.

v0.11.0

What's Changed

New Contributors

Full Changelog: ron-rs/ron@v0.10.1...v0.11.0

Changelog

Sourced from ron's changelog.

[0.11.0] - 2025年08月27日

API Changes

  • Breaking: SpannedError now stores the full error span in span: Span { start: Position, end: Position }`, to facilitate, e.g., language server highlighting of syntax errors.

  • Breaking: Added no_std support via a new std feature (enabled by default). With default features disabled, you must enable the std feature to access de::from_reader, and the std::io operations on Options, such as from_reader, from_reader_seed, to_io_writer, and to_io_writer_pretty (#567)

  • Breaking: Fixed (again) ron::value::Number to ensure it is non-exhaustive, to avoid breaking matches when feature unification enables more of its variants than expected (#568)

Examples

  • Add a new example file_read_write_vec.rs for reading and writing Vec<T> to/from files. (#573)
Commits

Updates struct-patch from 0.9.4 to 0.10.4

Commits

Updates which from 7.0.2 to 8.0.0

Release notes

Sourced from which's releases...

Description has been truncated

Bumps the cargo group with 19 updates in the / directory:
| Package | From | To |
| --- | --- | --- |
| [anyhow](https://github.com/dtolnay/anyhow) | `1.0.98` | `1.0.99` |
| [backtrace](https://github.com/rust-lang/backtrace-rs) | `0.3.74` | `0.3.75` |
| [bitflags](https://github.com/bitflags/bitflags) | `2.9.1` | `2.9.3` |
| [clap](https://github.com/clap-rs/clap) | `4.5.38` | `4.5.46` |
| [crossterm](https://github.com/crossterm-rs/crossterm) | `0.28.1` | `0.29.0` |
| [indexmap](https://github.com/indexmap-rs/indexmap) | `2.9.0` | `2.11.0` |
| [log](https://github.com/rust-lang/log) | `0.4.26` | `0.4.27` |
| [notify](https://github.com/notify-rs/notify) | `8.0.0` | `8.2.0` |
| [notify-debouncer-mini](https://github.com/notify-rs/notify) | `0.6.0` | `0.7.0` |
| [parking_lot_core](https://github.com/Amanieu/parking_lot) | `0.9.10` | `0.9.11` |
| [rayon-core](https://github.com/rayon-rs/rayon) | `1.12.1` | `1.13.0` |
| [ron](https://github.com/ron-rs/ron) | `0.10.1` | `0.11.0` |
| [struct-patch](https://github.com/yanganto/struct-patch) | `0.9.4` | `0.10.4` |
| [which](https://github.com/harryfei/which-rs) | `7.0.2` | `8.0.0` |
| [tempfile](https://github.com/Stebalien/tempfile) | `3.15.0` | `3.21.0` |
| [gix](https://github.com/GitoxideLabs/gitoxide) | `0.71.0` | `0.73.0` |
| [openssl-sys](https://github.com/sfackler/rust-openssl) | `0.9.108` | `0.9.109` |
| [rayon](https://github.com/rayon-rs/rayon) | `1.10.0` | `1.11.0` |
| [thiserror](https://github.com/dtolnay/thiserror) | `2.0.12` | `2.0.16` |
Updates `anyhow` from 1.0.98 to 1.0.99
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](dtolnay/anyhow@1.0.98...1.0.99)
Updates `backtrace` from 0.3.74 to 0.3.75
- [Release notes](https://github.com/rust-lang/backtrace-rs/releases)
- [Commits](rust-lang/backtrace-rs@0.3.74...0.3.75)
Updates `bitflags` from 2.9.1 to 2.9.3
- [Release notes](https://github.com/bitflags/bitflags/releases)
- [Changelog](https://github.com/bitflags/bitflags/blob/main/CHANGELOG.md)
- [Commits](bitflags/bitflags@2.9.1...2.9.3)
Updates `clap` from 4.5.38 to 4.5.46
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@clap_complete-v4.5.38...clap_complete-v4.5.46)
Updates `crossterm` from 0.28.1 to 0.29.0
- [Release notes](https://github.com/crossterm-rs/crossterm/releases)
- [Changelog](https://github.com/crossterm-rs/crossterm/blob/master/CHANGELOG.md)
- [Commits](https://github.com/crossterm-rs/crossterm/commits/0.29)
Updates `indexmap` from 2.9.0 to 2.11.0
- [Changelog](https://github.com/indexmap-rs/indexmap/blob/main/RELEASES.md)
- [Commits](indexmap-rs/indexmap@2.9.0...2.11.0)
Updates `log` from 0.4.26 to 0.4.27
- [Release notes](https://github.com/rust-lang/log/releases)
- [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md)
- [Commits](rust-lang/log@0.4.26...0.4.27)
Updates `notify` from 8.0.0 to 8.2.0
- [Release notes](https://github.com/notify-rs/notify/releases)
- [Changelog](https://github.com/notify-rs/notify/blob/main/CHANGELOG.md)
- [Commits](notify-rs/notify@notify-8.0.0...notify-8.2.0)
Updates `notify-debouncer-mini` from 0.6.0 to 0.7.0
- [Release notes](https://github.com/notify-rs/notify/releases)
- [Changelog](https://github.com/notify-rs/notify/blob/main/CHANGELOG.md)
- [Commits](notify-rs/notify@debouncer-full-0.6.0...debouncer-mini-0.7.0)
Updates `parking_lot_core` from 0.9.10 to 0.9.11
- [Release notes](https://github.com/Amanieu/parking_lot/releases)
- [Changelog](https://github.com/Amanieu/parking_lot/blob/master/CHANGELOG.md)
- [Commits](Amanieu/parking_lot@core-0.9.10...parking_lot_core-v0.9.11)
Updates `rayon-core` from 1.12.1 to 1.13.0
- [Changelog](https://github.com/rayon-rs/rayon/blob/main/RELEASES.md)
- [Commits](rayon-rs/rayon@rayon-core-v1.12.1...rayon-core-v1.13.0)
Updates `ron` from 0.10.1 to 0.11.0
- [Release notes](https://github.com/ron-rs/ron/releases)
- [Changelog](https://github.com/ron-rs/ron/blob/master/CHANGELOG.md)
- [Commits](ron-rs/ron@v0.10.1...v0.11.0)
Updates `struct-patch` from 0.9.4 to 0.10.4
- [Commits](yanganto/struct-patch@v0.9.4...v0.10.4)
Updates `which` from 7.0.2 to 8.0.0
- [Release notes](https://github.com/harryfei/which-rs/releases)
- [Changelog](https://github.com/harryfei/which-rs/blob/master/CHANGELOG.md)
- [Commits](harryfei/which-rs@7.0.2...8.0.0)
Updates `tempfile` from 3.15.0 to 3.21.0
- [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md)
- [Commits](Stebalien/tempfile@v3.15.0...v3.21.0)
Updates `gix` from 0.71.0 to 0.73.0
- [Release notes](https://github.com/GitoxideLabs/gitoxide/releases)
- [Changelog](https://github.com/GitoxideLabs/gitoxide/blob/main/CHANGELOG.md)
- [Commits](GitoxideLabs/gitoxide@gix-v0.71.0...gix-v0.73.0)
Updates `openssl-sys` from 0.9.108 to 0.9.109
- [Release notes](https://github.com/sfackler/rust-openssl/releases)
- [Commits](rust-openssl/rust-openssl@openssl-sys-v0.9.108...openssl-sys-v0.9.109)
Updates `rayon` from 1.10.0 to 1.11.0
- [Changelog](https://github.com/rayon-rs/rayon/blob/main/RELEASES.md)
- [Commits](rayon-rs/rayon@rayon-core-v1.10.0...rayon-core-v1.11.0)
Updates `thiserror` from 2.0.12 to 2.0.16
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](dtolnay/thiserror@2.0.12...2.0.16)
Updates `gix-path` from 0.10.15 to 0.10.20
- [Release notes](https://github.com/GitoxideLabs/gitoxide/releases)
- [Changelog](https://github.com/GitoxideLabs/gitoxide/blob/main/CHANGELOG.md)
- [Commits](GitoxideLabs/gitoxide@gix-path-v0.10.15...gix-path-v0.10.20)
---
updated-dependencies:
- dependency-name: anyhow
 dependency-version: 1.0.99
 dependency-type: direct:production
 update-type: version-update:semver-patch
 dependency-group: cargo
- dependency-name: backtrace
 dependency-version: 0.3.75
 dependency-type: direct:production
 update-type: version-update:semver-patch
 dependency-group: cargo
- dependency-name: bitflags
 dependency-version: 2.9.3
 dependency-type: direct:production
 update-type: version-update:semver-patch
 dependency-group: cargo
- dependency-name: clap
 dependency-version: 4.5.46
 dependency-type: direct:production
 update-type: version-update:semver-patch
 dependency-group: cargo
- dependency-name: crossterm
 dependency-version: 0.29.0
 dependency-type: direct:production
 update-type: version-update:semver-minor
 dependency-group: cargo
- dependency-name: indexmap
 dependency-version: 2.11.0
 dependency-type: direct:production
 update-type: version-update:semver-minor
 dependency-group: cargo
- dependency-name: log
 dependency-version: 0.4.27
 dependency-type: direct:production
 update-type: version-update:semver-patch
 dependency-group: cargo
- dependency-name: notify
 dependency-version: 8.2.0
 dependency-type: direct:production
 update-type: version-update:semver-minor
 dependency-group: cargo
- dependency-name: notify-debouncer-mini
 dependency-version: 0.7.0
 dependency-type: direct:production
 update-type: version-update:semver-minor
 dependency-group: cargo
- dependency-name: parking_lot_core
 dependency-version: 0.9.11
 dependency-type: direct:production
 update-type: version-update:semver-patch
 dependency-group: cargo
- dependency-name: rayon-core
 dependency-version: 1.13.0
 dependency-type: direct:production
 update-type: version-update:semver-minor
 dependency-group: cargo
- dependency-name: ron
 dependency-version: 0.11.0
 dependency-type: direct:production
 update-type: version-update:semver-minor
 dependency-group: cargo
- dependency-name: struct-patch
 dependency-version: 0.10.4
 dependency-type: direct:production
 update-type: version-update:semver-minor
 dependency-group: cargo
- dependency-name: which
 dependency-version: 8.0.0
 dependency-type: direct:production
 update-type: version-update:semver-major
 dependency-group: cargo
- dependency-name: tempfile
 dependency-version: 3.21.0
 dependency-type: direct:production
 update-type: version-update:semver-minor
 dependency-group: cargo
- dependency-name: gix
 dependency-version: 0.73.0
 dependency-type: direct:production
 update-type: version-update:semver-minor
 dependency-group: cargo
- dependency-name: openssl-sys
 dependency-version: 0.9.109
 dependency-type: direct:production
 update-type: version-update:semver-patch
 dependency-group: cargo
- dependency-name: rayon
 dependency-version: 1.11.0
 dependency-type: direct:production
 update-type: version-update:semver-minor
 dependency-group: cargo
- dependency-name: thiserror
 dependency-version: 2.0.16
 dependency-type: direct:production
 update-type: version-update:semver-patch
 dependency-group: cargo
- dependency-name: gix-path
 dependency-version: 0.10.20
 dependency-type: direct:production
 update-type: version-update:semver-patch
 dependency-group: cargo
...
Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Aug 28, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 9, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot deleted the dependabot/cargo/cargo-7c48109ea0 branch September 9, 2025 02:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update rust code

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

1 participant

AltStyle によって変換されたページ (->オリジナル) /