Bumps the cargo group with 13 updates in the / directory:
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
- f8cc6acMerge pull request #680 from ChrisDenton/0.3.75
- 612c018Cut backtrace 0.3.75
- d7c5a45Merge pull request #689 from workingjubilee/formalize-lru
- c88b038Revert "mem::swap, not mem::replace, in LRU backshifts"
- b7fbd04mem::swap, not mem::replace, in LRU backshifts
- 3afccb1raise backtrace MSRV to allow- inline_const
- 63b7d26Use a custom container for Cache's cache
- 154a0eaUpdate libloading dep, run- cargo update- rust-lang/backtrace-rs#650
- 4d7906b- rust-lang/backtrace-rs#682
- a9c4658Test Mac Catalyst in CI, and clean up unnecessary iOS env flags (rust-lang/ba...
- Additional commits viewable in compare view 
 
Updates clap from 4.5.38 to 4.5.42
Release notes
Sourced from clap's releases.
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.42] - 2025年07月30日
Fixes
- Include subcommand visible long aliases in --help
[4.5.41] - 2025年07月09日
Features
- Add Styles::contextandStyles::context_valueto 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
- 27cc4b7chore: Release
- 16a4fc7docs: Update changelog
- 07f9f15Merge pull request #5874 from tetzng/fix-fish-completions
- 721deabchore: Release
- a4be55bdocs: Update changelog
- fd5e691Merge pull request #5877 from therealprof/features/use-btreemap-instead-of-so...
- 6604e79Use BTreeMap instead of a sorted Vec
- 28e163afix(complete): Remove {} and replace commas with newlines
- b5a47c4chore: Release
- b154a7adocs: Update changelog
- 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.10.0
Changelog
Sourced from indexmap's changelog.
2.10.0 (2025年06月26日)
- Added extract_ifmethods toIndexMapandIndexSet, similar to the
methods forHashMapandHashSetwith ranges likeVec::extract_if.
- Added more #[track_caller]annotations to functions that may panic.
 
Commits
- 91dbcc5Merge pull request #399 from cuviper/release-2.10.0
- 67a5a71Release 2.10.0
- 37e519aMerge pull request #308 from cuviper/extract_if
- 4d7618fMerge pull request #398 from cuviper/bench-deps
- 68201ebDrop lazy_static for LazyLock
- eaaaa56Switch to fastrand for bench shuffling
- b19d84eFix- clippy::needless_lifetimes
- 4f62778- impl FusedIterator for ExtractIf
- e09eaafDocument and track- extract_ifpanics
- a8d7dc5Add range support to- extract_if
- 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
- 35161d0Merge pull request #674 from rust-lang/cargo/0.4.27
- cc131efprepare for 0.4.27 release
- ea6f54dMerge pull request #673 from rust-lang/feat/logger-by-ref
- d229c73fix unclosed code block
- 02486e4fill in more tests for logger argument
- 71e034fexpand logger tests
- dfa067efix up kv passing
- 39d4c3arun fmt
- 7aacc8fpass global logger by value, supplied logger by ref
- a438c6eMerge 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_watcheshas been reached #698
- FIX: INotifyWatcherignore events with unknown watch descriptors (instead ofEventMask::Q_OVERFLOW) #700
#698: notify-rs/notify#698
#700: notify-rs/notify#700 
debouncer-full 0.6.0 (2025年08月03日)
- FEATURE: allow FileIdCachetrait implementations to choose ownership of the returned file-ids #664
- FEATURE: added support for the flumecrate #680
- FIX: skip all Modifyevents right after aCreateevent, 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 flumecrate #680
file-id 0.2.3 (2025年08月03日)
- CHANGE: implement AsRef<FileId>forFileId#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_watcheshas been reached #698
- FIX: INotifyWatcherignore events with unknown watch descriptors (instead ofEventMask::Q_OVERFLOW) #700
#698: notify-rs/notify#698
#700: notify-rs/notify#700 
debouncer-full 0.6.0 (2025年08月03日)
- FEATURE: allow FileIdCachetrait implementations to choose ownership of the returned file-ids #664
- FEATURE: added support for the flumecrate #680
- FIX: skip all Modifyevents right after aCreateevent, 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 flumecrate #680
file-id 0.2.3 (2025年08月03日)
- CHANGE: implement AsRef<FileId>forFileId#664
notify 8.1.0 (2025年07月03日)
- FEATURE: added support for the flumecrate
- FIX: kqueue-backend: do not double unwatch top-level directory when recursively unwatching #683 
- FIX: Return the crate error PathNotFoundinstead bubbling up the std::io error #685
- FIX: fix server hangs when trashing folders on Windows #674 
 
Commits
- a1d7c2dPrepare release (#706)
- c685ea7Skip all- Modifyevents right after a- Createevent, unless it's a rename e...
- e36d54efix: INotifyWatcher may raise events with no paths (#700)
- 394ef18feat(inotify): notify a user if the- max_user_watcheshas been reached impli...
- 04473dechore: Prepare 8.1.0 release (#697)
- 12a026dfix: make- PathsMut::commitconsuming (#695)
- d824023feat: introduce- Watcher::paths_mutfor adding/removing paths in batch (#692)
- b984134Do not clone paths while walking dirs (#693)
- 416ba82chore: Use MSRV for Clippy and rustfmt (#694)
- 10ce3efUpdate- windows-systo 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 FileIdCachetrait implementations to choose ownership of the returned file-ids #664
- FEATURE: added support for the flumecrate #680
- FIX: skip all Modifyevents right after aCreateevent, 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 flumecrate #680
file-id 0.2.3 (2025年08月03日)
- CHANGE: implement AsRef<FileId>forFileId#664
notify 8.1.0 (2025年07月03日)
- FEATURE: added support for the flumecrate
- FIX: kqueue-backend: do not double unwatch top-level directory when recursively unwatching #683 
- FIX: Return the crate error PathNotFoundinstead 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-timefeature 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-timefeature to notify-types
notify-types 1.0.1 (2024年12月17日)
- FIX: Event::kindserialization withserialization-compat-6feature #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
- df66e66Update CHANGELOG.md
- bc72f02chore: release
- 7bd09e2Merge pull request #469 from Amanieu/release-plz-changelog
- 965216fUse a single changelog with release-plz
- 398560eMerge pull request #467 from Amanieu/release-plz
- a7c490fAdd release-plz for automatic releases
- 4989a4fMerge pull request #466 from Amanieu/issue-465
- 249cb2aFix parked upgraders potentially not being woken up after a write lock
- a0d2de0Fix clearing- PARKED_WRITER_BITafter a timeout
- 03b0192Merge pull request #464 from Amanieu/ci-msrv
- Additional commits viewable in compare view 
 
Updates struct-patch from 0.9.4 to 0.10.3
Commits
 
Updates which from 7.0.2 to 8.0.0
Release notes
Sourced from which's releases.
8.0.0
What's Changed
- Add new Systrait to allow abstracting over the underlying filesystem. Particularly useful forwasm32-unknown-unknowntargets. Thanks@dsherretfor this contribution to which!
- Add more debug level tracing for otherwise silent I/O errors.
- Call the NonFatalHandlerin more places to catch previously ignored I/O errors.
- Remove use of the eitherdependency.
New Contributors
7.0.3
- Update rustix to version 1.0. Congrats to rustix on this milestone, and thanks @mhilsfor this contribution to which!
 
Changelog
Sourced from which's changelog.
8.0.0
- Add new Systrait to allow abstracting over the underlying filesystem. Particularly useful forwasm32-unknown-unknowntargets. Thanks@dsherretfor this contribution to which!
- Add more debug level tracing for otherwise silent I/O errors.
- Call the NonFatalHandlerin more places to catch previously ignored I/O errors.
- Remove use of the eitherdependency.
7.0.3
- Update rustix to version 1.0. Congrats to rustix on this milestone, and thanks @mhilsfor this contribution to which!
 
Commits
- adac2cdbump version, update changelog
- 84e152ereduce sys::Sys requirements, add some tracing for otherwise silent errors (#...
- a0a6daffeat: add Sys trait for swapping out system (#109)
- eef1998Add actively maintained badge
- 1d145derelease version 7.0.3
- f5e5292fix unrelated lint error
- 4dcefa6bump rustix
- See full diff in compare view 
 
Updates tempfile from 3.15.0 to 3.20.0
Changelog
Sourced from tempfile's changelog.
3.20.0
This release mostly unifies the behavior/capabilities around "keeping" temporary files:
- Rename Builder::keep(bool)(via deprecation) toBuilder::disable_cleanup(bool)to make it clear that behaves differently fromNamedTempFile::keep(). The former disables automatic cleanup while the latter consumes theNamedTempFileobject entirely and unsets the "temporary file" attribute (on Windows).
- Rename TempDir::into_path(via deprecation) toTempDir::keepto mirrorNamedTempFile::keep.
- Add TempDir::disable_cleanup,NamedTempFile::disable_cleanup, andTempPath::disable_cleanupmaking it possible to disable automatic cleanup in-place after creating a temporary file/directory (equivalent to callingBuilder::disable_cleanupbefore creating the file/directory).
Additionally, it adds a few spooled temporary file features:
- Add SpooledTempFile::into_filefor turning aSpooledTempFileinto a regular unnamed temporary file, writing it to the backing storage ("rolling" it) if it was still stored in-memory.
- Add spooled_tempfile_inandSpooledTempFile::new_inmethods for creating spooled temporary files in a specific directory. This makes it possible to choose the backing device for your spooled temporary file which is rather important on Linux where the default temporary directory is likely backed by memory (defeating the entire point of having a spooled temporary file).
Finally, this release improves documentation, especially the top-level documentation explaining which temporary file type to use.
BREAKING for those with deny(warnings):
- Builder::keepdeprecated in favor of- Builder::disable_cleanup.
- TempDir::into_pathis deprecated in favor of- TempDir::keep.
BREAKING:
3.19.1
- Don't unlink temporary files immediately on Windows (fixes #339). Unfortunately, this seemed to corrupt the file object (possibly a Windows kernel bug) in rare cases and isn't strictly speaking necessary.
3.19.0
- 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.
3.18.0
- Update rustixto 1.0.0.
- Make NamedTempFile::persist_noclobberatomic on Apple operating systems. It's now atomic on MacOS, Windows, and Linux (depending on the OS version and filesystem used).
3.17.1
- Fix build with windows-sys0.52. Unfortunately, we have no CI for olderwindows-sysversions at the moment...
3.17.0
- 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.
3.16.0
... (truncated)
 
Commits
- 99ffea6chore: release v3.20.0 (#358)
- bd2b267feat: make it possible to disable cleanup in-place after creation (#355)
- 3b30099ci: really check docs for warnings (#357)
- f701f52ci: check docs (#356)
- d34afe9doc: improve SpooledData documentation
- 6deb42edoc: make it easier to pick the correct tempfile constructor/type
- e284782feat: allow creating spooled temporary files in a specific directory (#353)
- 07edc31feat: implement- SpooledTempFile::into_file(#352)
- b122355fix: add must_use attribute to TempDir::keep (#351)
- cbd1e97feat: rename- TempDir::into_pathto- TempDir::keep(#349)
- Additional commits viewable in compare view 
 
Updates gix from 0.71.0 to 0.73.0
Release notes
Sourced from gix's releases.
gix v0.73.0
New Features
- add repo.references().pseudo()for traversing refs likeHEADandFETCH_HEAD.
- add Repository::committer_or_set_generic_fallback().
That way one can always obtain a committer, even though it might
not represent the entity actually committing.
- add revision::walk::Platform::hide().
This finally makes safe traversals possible and is what most people would want to use
instead ofboundary().
- add gitoxide.parsePreciousconfiguration key to opt-in to precious file parsing.
- add Repository::is_empty()to emulate the similargit2API
- add Repository::merge_bases_many()for simplified retrieval of multiple mergebases.
- add tree::EntryRef::to_owned().
That way it's in a more reasonable spot as sibling toEntryand it's clearer how to convert noe into the other.
- add EntryRef::kind()as shortcut forEntryRef::mode().kind().
Bug Fixes
- don't panic if remote::Connection::ref_map()doesn't finish the handshake
- Repository::branch_remote_ref_name()won't fail on short names anymore.
Instead, these partial names are turned into branch names, which seems more
in line with what Git can do.
- strict_configin conjunction with- GIT_WORK_TREEno longer triggers an error.
Other
-  Fixed no_locations options for diffing
Bug Fixes (BREAKING)
- allow querying Repository::submodules()in an unborn repository.
It's a breaking change merely because the error type changed.
Commit Statistics
- 52 commits contributed to the release over the course of 79 calendar days.
- 79 days passed between releases.
- 13 commits were understood as conventional.
- 2 unique issues were worked on: #1985, #2055 
Thanks Clippy
Clippy helped 1 time to make code idiomatic.
Commit Details
... (truncated)
 
Commits
- 5a919c4Release gix-date v0.10.3, gix-actor v0.35.2, gix-trace v0.1.13, gix-path v0.1...
- 65037b5update changelogs prior to release
- a8b5751fix:- gix submodule listnow prints the submodule path in debug mode
- a773854fix: improve error message for when there is too many packs.
- 45b369cdoc: Improve and correct- normalize()documentation (#2074)
- 1dd9329Merge pull request #2077 from EliahKagan/releasing-events
- ef5fff1Don't run- release.ymlon- pushexcept in testing
- e249706Add- justrecipes that trigger- release.yml
- 60c29a5Merge pull request #2061 from orthros/pseudo-refs
- 43f92b5refactor
- Additional commits viewable in compare view 
 
Updates openssl-sys from 0.9.108 to 0.9.109
Release notes
Sourced from openssl-sys's releases.
openssl-sys-v0.9.109
What's Changed
Full Changelog: rust-openssl/rust-openssl@openssl-sys-v0.9.108...openssl-sys-v0.9.109 
 
Commits
 
Updates gix-path from 0.10.15 to 0.10.20
Release notes
Sourced from gix-path's releases.
gix-path v0.10.20
A maintenance release without user-facing changes.
Commit Statistics
- 4 commits contributed to the release over the course of 19 calendar days.
- 19 days passed between releases.
- 0 commits were understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
- Uncategorized
- Prepare changelogs prior to release. (5e0122d)
- Merge pull request #2090 from GitoxideLabs/dependabot/cargo/cargo-f147714000 (473fe52)
- Bump the cargo group with 41 updates (428412c)
- Merge pull request #2075 from GitoxideLabs/improvements (784c046)
 
gix-path v0.10.19
Other
-  Improve and correct normalize()documentation
Commit Statistics
- 5 commits contributed to the release over the course of 65 calendar days.
- 65 days passed between releases.
- 1 commit was understood as conventional.
- 1 unique issue was worked on: #2074 
Commit Details
- #2074 
- Improve and correct normalize()documentation (45b369c)
 
- Uncategorized
- Update changelogs prior to release (65037b5)
- Merge pull request #2070 from GitoxideLabs/dependabot/cargo/cargo-827bceb7eb (dab97f7)
- Bump the cargo group across 1 directory with 68 updates (a9a8ea1)
- Merge pull request #2009 from GitoxideLabs/release-gix-index (c3f06ae)
 
... (truncated)
 
Commits
- d64f257Release gix-actor v0.35.3, gix-path v0.10.20, gix-features v0.43.1, gix-objec...
- 5e0122dprepare changelogs prior to release.
- ef73c6bMerge pull request #2098 from dscho/fix-parsing-of-legacy-git.git-commit
- 191067eremove unused struct.
- 8ad43f1refactor
- a0660feAllow empty-valued commit headers in more places
- a86f67bWork around parse errors of a bogus git.git commit
- a149d4eMerge pull request #2096 from svenstaro/patch-1
- 589d63eMerge pull request #2097 from GitoxideLabs/fix-gix-date
- 007e3f6Release gix-date v0.10.4
- Additional commits viewable in Description has been truncated
 
  
 
Uh oh!
There was an error while loading. Please reload this page.
Bumps the cargo group with 13 updates in the / directory:
0.3.740.3.754.5.384.5.420.28.10.29.02.9.02.10.00.4.260.4.278.0.08.2.00.6.00.7.00.9.100.9.110.9.40.10.37.0.28.0.03.15.03.20.00.71.00.73.00.9.1080.9.109Updates
backtracefrom 0.3.74 to 0.3.75Release notes
Sourced from backtrace's releases.
Commits
f8cc6acMerge pull request #680 from ChrisDenton/0.3.75612c018Cut backtrace 0.3.75d7c5a45Merge pull request #689 from workingjubilee/formalize-lruc88b038Revert "mem::swap, not mem::replace, in LRU backshifts"b7fbd04mem::swap, not mem::replace, in LRU backshifts3afccb1raise backtrace MSRV to allowinline_const63b7d26Use a custom container for Cache's cache154a0eaUpdate libloading dep, runcargo updaterust-lang/backtrace-rs#6504d7906brust-lang/backtrace-rs#682a9c4658Test Mac Catalyst in CI, and clean up unnecessary iOS env flags (rust-lang/ba...Updates
clapfrom 4.5.38 to 4.5.42Release notes
Sourced from clap's releases.
Changelog
Sourced from clap's changelog.
Commits
27cc4b7chore: Release16a4fc7docs: Update changelog07f9f15Merge pull request #5874 from tetzng/fix-fish-completions721deabchore: Releasea4be55bdocs: Update changelogfd5e691Merge pull request #5877 from therealprof/features/use-btreemap-instead-of-so...6604e79Use BTreeMap instead of a sorted Vec28e163afix(complete): Remove {} and replace commas with newlinesb5a47c4chore: Releaseb154a7adocs: Update changelogUpdates
crosstermfrom 0.28.1 to 0.29.0Release notes
Sourced from crossterm's releases.
Changelog
Sourced from crossterm's changelog.
Commits
Updates
indexmapfrom 2.9.0 to 2.10.0Changelog
Sourced from indexmap's changelog.
Commits
91dbcc5Merge pull request #399 from cuviper/release-2.10.067a5a71Release 2.10.037e519aMerge pull request #308 from cuviper/extract_if4d7618fMerge pull request #398 from cuviper/bench-deps68201ebDrop lazy_static for LazyLockeaaaa56Switch to fastrand for bench shufflingb19d84eFixclippy::needless_lifetimes4f62778impl FusedIterator for ExtractIfe09eaafDocument and trackextract_ifpanicsa8d7dc5Add range support toextract_ifUpdates
logfrom 0.4.26 to 0.4.27Release notes
Sourced from log's releases.
Changelog
Sourced from log's changelog.
Commits
35161d0Merge pull request #674 from rust-lang/cargo/0.4.27cc131efprepare for 0.4.27 releaseea6f54dMerge pull request #673 from rust-lang/feat/logger-by-refd229c73fix unclosed code block02486e4fill in more tests for logger argument71e034fexpand logger testsdfa067efix up kv passing39d4c3arun fmt7aacc8fpass global logger by value, supplied logger by refa438c6eMerge pull request #664 from tisonkun/logger-fieldUpdates
notifyfrom 8.0.0 to 8.2.0Release notes
Sourced from notify's releases.
... (truncated)
Changelog
Sourced from notify's changelog.
Commits
a1d7c2dPrepare release (#706)c685ea7Skip allModifyevents right after aCreateevent, unless it's a rename e...e36d54efix: INotifyWatcher may raise events with no paths (#700)394ef18feat(inotify): notify a user if themax_user_watcheshas been reached impli...04473dechore: Prepare 8.1.0 release (#697)12a026dfix: makePathsMut::commitconsuming (#695)d824023feat: introduceWatcher::paths_mutfor adding/removing paths in batch (#692)b984134Do not clone paths while walking dirs (#693)416ba82chore: Use MSRV for Clippy and rustfmt (#694)10ce3efUpdatewindows-systo v0.60 (#691)Updates
notify-debouncer-minifrom 0.6.0 to 0.7.0Changelog
Sourced from notify-debouncer-mini's changelog.
... (truncated)
Commits
Updates
parking_lot_corefrom 0.9.10 to 0.9.11Changelog
Sourced from parking_lot_core's changelog.
Commits
df66e66Update CHANGELOG.mdbc72f02chore: release7bd09e2Merge pull request #469 from Amanieu/release-plz-changelog965216fUse a single changelog with release-plz398560eMerge pull request #467 from Amanieu/release-plza7c490fAdd release-plz for automatic releases4989a4fMerge pull request #466 from Amanieu/issue-465249cb2aFix parked upgraders potentially not being woken up after a write locka0d2de0Fix clearingPARKED_WRITER_BITafter a timeout03b0192Merge pull request #464 from Amanieu/ci-msrvUpdates
struct-patchfrom 0.9.4 to 0.10.3Commits
8aed78aFixnestingwithstatusfeature (#101)f9d60b6fix nesting with other features (#100)52f0a9denable nesting feature for derive2492b24Add nesting feature (#98)f4915a5Bump crate-ci/typos from 1.31.2 to 1.32.0 (#96)Updates
whichfrom 7.0.2 to 8.0.0Release notes
Sourced from which's releases.
Changelog
Sourced from which's changelog.
Commits
adac2cdbump version, update changelog84e152ereduce sys::Sys requirements, add some tracing for otherwise silent errors (#...a0a6daffeat: add Sys trait for swapping out system (#109)eef1998Add actively maintained badge1d145derelease version 7.0.3f5e5292fix unrelated lint error4dcefa6bump rustixUpdates
tempfilefrom 3.15.0 to 3.20.0Changelog
Sourced from tempfile's changelog.
... (truncated)
Commits
99ffea6chore: release v3.20.0 (#358)bd2b267feat: make it possible to disable cleanup in-place after creation (#355)3b30099ci: really check docs for warnings (#357)f701f52ci: check docs (#356)d34afe9doc: improve SpooledData documentation6deb42edoc: make it easier to pick the correct tempfile constructor/typee284782feat: allow creating spooled temporary files in a specific directory (#353)07edc31feat: implementSpooledTempFile::into_file(#352)b122355fix: add must_use attribute to TempDir::keep (#351)cbd1e97feat: renameTempDir::into_pathtoTempDir::keep(#349)Updates
gixfrom 0.71.0 to 0.73.0Release notes
Sourced from gix's releases.
... (truncated)
Commits
5a919c4Release gix-date v0.10.3, gix-actor v0.35.2, gix-trace v0.1.13, gix-path v0.1...65037b5update changelogs prior to releasea8b5751fix:gix submodule listnow prints the submodule path in debug modea773854fix: improve error message for when there is too many packs.45b369cdoc: Improve and correctnormalize()documentation (#2074)1dd9329Merge pull request #2077 from EliahKagan/releasing-eventsef5fff1Don't runrelease.ymlonpushexcept in testinge249706Addjustrecipes that triggerrelease.yml60c29a5Merge pull request #2061 from orthros/pseudo-refs43f92b5refactorUpdates
openssl-sysfrom 0.9.108 to 0.9.109Release notes
Sourced from openssl-sys's releases.
Commits
e6209d4Merge pull request #2415 from alex/bump-version9ca6cfeRelease openssl v0.10.73 and openssl-sys v0.9.109c42d49cMerge pull request #2414 from alex/boringssl-fix5e24219Attempt to fix with vcpkg93f30fffixed building on the latest boringssleb88fb0Merge pull request #2403 from botovq/ctest79a304aReplace ctest2 with ctestUpdates
gix-pathfrom 0.10.15 to 0.10.20Release notes
Sourced from gix-path's releases.
... (truncated)
Commits
d64f257Release gix-actor v0.35.3, gix-path v0.10.20, gix-features v0.43.1, gix-objec...5e0122dprepare changelogs prior to release.ef73c6bMerge pull request #2098 from dscho/fix-parsing-of-legacy-git.git-commit191067eremove unused struct.8ad43f1refactora0660feAllow empty-valued commit headers in more placesa86f67bWork around parse errors of a bogus git.git commita149d4eMerge pull request #2096 from svenstaro/patch-1589d63eMerge pull request #2097 from GitoxideLabs/fix-gix-date007e3f6Release gix-date v0.10.4