Bumps the cargo-minor group with 12 updates:
Updates bytesize from 2.0.1 to 2.1.0
Release notes
Sourced from bytesize's releases.
bytesize: v2.1.0
- Support parsing and formatting exabytes (EB) & exbibytes (EiB).
- Migrate
serde dependency to serde_core.
Changelog
Sourced from bytesize's changelog.
2.1.0
- Support parsing and formatting exabytes (EB) & exbibytes (EiB).
- Migrate
serde dependency to serde_core.
Commits
ac756bb chore(bytesize): prepare release 2.1.0
3a0de52 chore: migrate to serde_core
e816797 feat: add exabyte and exbibyte support (#101)
3b89d01 chore(deps): bump actions/checkout from 4 to 5 (#105)
62e38cb chore(deps): bump actions-rust-lang/setup-rust-toolchain (#104)
4beb271 chore(deps): bump codecov/codecov-action from 5.4.3 to 5.5.0 (#106)
731c44c chore(deps): bump taiki-e/install-action from 2.57.8 to 2.58.29 (#107)
6613704 chore(deps): bump arbitrary from 1.4.1 to 1.4.2 (#108)
1463664 chore(deps): bump serde_json from 1.0.142 to 1.0.143 (#109)
8476c8a fix(ci): use variables directly in formatting for clippy (#103)
- 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.3
Changelog
Sourced from indexmap's changelog.
2.11.3 (2025年09月15日)
- Make the minimum
serde version only apply when "serde" is enabled.
2.11.2 (2025年09月15日)
- Switched the "serde" feature to depend on
serde_core, improving build
parallelism in cases where other dependents have enabled "serde/derive".
2.11.1 (2025年09月08日)
- Added a
get_key_value_mut method to IndexMap.
- Removed the unnecessary
Ord bound on insert_sorted_by methods.
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
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 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 tempfile from 3.15.0 to 3.22.0
Changelog
Sourced from tempfile's changelog.
3.22.0
- Updated
windows-sys requirement to allow version 0.61.x
- Remove
unstable-windows-keep-open-tempfile feature.
3.21.0
- Updated
windows-sys requirement to allow version 0.60.x
3.20.0
This release mostly unifies the behavior/capabilities around "keeping" temporary files:
- Rename
Builder::keep(bool) (via deprecation) to Builder::disable_cleanup(bool) to make it clear that behaves differently from NamedTempFile::keep(). The former disables automatic cleanup while the latter consumes the NamedTempFile object entirely and unsets the "temporary file" attribute (on Windows).
- Rename
TempDir::into_path (via deprecation) to TempDir::keep to mirror NamedTempFile::keep.
- Add
TempDir::disable_cleanup, NamedTempFile::disable_cleanup, and TempPath::disable_cleanup making it possible to disable automatic cleanup in-place after creating a temporary file/directory (equivalent to calling Builder::disable_cleanup before creating the file/directory).
Additionally, it adds a few spooled temporary file features:
- Add
SpooledTempFile::into_file for turning a SpooledTempFile into a regular unnamed temporary file, writing it to the backing storage ("rolling" it) if it was still stored in-memory.
- Add
spooled_tempfile_in and SpooledTempFile::new_in methods 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::keep deprecated in favor of Builder::disable_cleanup.
TempDir::into_path is 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
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).
3.17.1
- Fix build with
windows-sys 0.52. Unfortunately, we have no CI for older windows-sys versions at the moment...
3.17.0
... (truncated)
Commits
f720dbe chore: release 3.22.0
55d742c chore: remove deprecated unstable feature flag
bc41a0b build(deps): update windows-sys requirement from >=0.52, <0.61 to >=0.52, <0....
3c55387 test: make sure we don't drop tempdirs early (#373)
17bf644 doc(builder): clarify permissions (#372)
c7423f1 doc(env): document the alternative to setting the tempdir (#371)
5af60ca test(wasi): run a few tests that shouldn't have been disabled (#370)
6c0c561 fix(doc): temp_dir doesn't check if writable
48bff5f test(tempdir): configure tempdir on wasi
704a1d2 test(tempdir): cleanup tempdir tests and run more tests on wasi
- Additional commits viewable in compare view
Updates gix from 0.71.0 to 0.72.1
Release notes
Sourced from gix's releases.
gix v0.72.1
Commit Statistics
- 1 commit contributed to the release.
- 0 commits were understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
- Uncategorized
- Bump all prior pratch levels to majors (5f7f805)
Commits
e104545 Release gix-date v0.10.1, gix-utils v0.3.0, gix-actor v0.35.1, gix-validate v...
5f7f805 bump all prior pratch levels to majors
cc5b696 Release gix-path v0.10.16, gix-features v0.42.0, gix-hash v0.17.1, gix-object...
614b389 update more changelogs
49fa9f3 Adjusting changelogs prior to release of gix-path v0.10.16, gix-features v0.4...
db0b095 Release gix-date v0.10.0, gix-utils v0.2.1, gix-actor v0.35.0, gix-validate v...
0bf84db update changelogs prior to release
3b1bef7 Merge pull request #1935 from pierrechevalier83/fix_1923
c3c6504 j fmt
6f009d7 thanks clippy
- Additional commits viewable in compare view
Updates rayon from 1.10.0 to 1.11.0
Changelog
Sourced from rayon'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.
Commits
Updates gix-path from 0.10.15 to 0.10.18
Release notes
Sourced from gix-path's releases.
gix-path v0.10.18
A maintenance release without user-facing changes.
Commit Statistics
- 4 commits contributed to the release over the course of 14 calendar days.
- 14 days passed between releases.
- 0 commits were understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Thanks Clippy
Clippy helped 1 time to make code idiomatic.
Commit Details
- Uncategorized
- Prepare changelogs prior to release of
gix-index (bfc4880)
- Merge pull request #1975 from GitoxideLabs/improvements (28935a5)
- Thanks clippy (dbf65c9)
- Merge pull request #1971 from GitoxideLabs/new-release (8d4c4d1)
gix-path v0.10.17
Commit Statistics
- 1 commit contributed to the release.
- 0 commits were understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
- Uncategorized
- Bump all prior pratch levels to majors (5f7f805)
Commits
d2b4c44 Release gix-path v0.10.18, gix-date v0.10.2, gix-traverse v0.46.2, gix-index ...
bfc4880 prepare changelogs prior to release of gix-index
fdfb239 Merge pull request #2000 from GitoxideLabs/improvements
33c4d6b Merge pull request #2005 from 0-wiz-0/main
00e8934 fix: Fix build on NetBSD
9d0c809 Merge pull request #2003 from EliahKagan/run-ci/msrv-check
3a63c68 Actually build gix to check MSRV
dc1d271 doc: Fix accessibility bug in MSRV badge
eaecc9b Further split check-msrv steps; let Windows use pwsh again
f10f18d Use --locked instead of checking Cargo.lock afterwards
- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase will rebase this PR
@dependabot recreate will recreate this PR, overwriting any edits that have been made to it
@dependabot merge will merge this PR after your CI passes on it
@dependabot squash and merge will squash and merge this PR after your CI passes on it
@dependabot cancel merge will cancel a previously requested merge and block automerging
@dependabot reopen will reopen this PR if it is closed
@dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
@dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
@dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
@dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
@dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
@dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
@dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions
Uh oh!
There was an error while loading. Please reload this page.
Bumps the cargo-minor group with 12 updates:
2.0.12.1.00.28.10.29.02.9.02.11.38.0.08.2.00.6.00.7.01.12.11.13.00.10.10.11.00.9.40.10.43.15.03.22.00.71.00.72.11.10.01.11.00.10.150.10.18Updates
bytesizefrom 2.0.1 to 2.1.0Release notes
Sourced from bytesize's releases.
Changelog
Sourced from bytesize's changelog.
Commits
ac756bbchore(bytesize): prepare release 2.1.03a0de52chore: migrate to serde_coree816797feat: add exabyte and exbibyte support (#101)3b89d01chore(deps): bump actions/checkout from 4 to 5 (#105)62e38cbchore(deps): bump actions-rust-lang/setup-rust-toolchain (#104)4beb271chore(deps): bump codecov/codecov-action from 5.4.3 to 5.5.0 (#106)731c44cchore(deps): bump taiki-e/install-action from 2.57.8 to 2.58.29 (#107)6613704chore(deps): bump arbitrary from 1.4.1 to 1.4.2 (#108)1463664chore(deps): bump serde_json from 1.0.142 to 1.0.143 (#109)8476c8afix(ci): use variables directly in formatting for clippy (#103)Updates
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.11.3Changelog
Sourced from indexmap's changelog.
Commits
fd5c819Merge pull request #417 from cuviper/release-2.11.39321145Release 2.11.37b48568Merge pull request #416 from cuviper/release-2.11.249ce7faRelease 2.11.258fd834Merge pull request #414 from DaniPopes/serde_core5dc1d6aDepend onserde_coreinstead ofserdedc8f9b3Merge pull request #415 from cuviper/vec-linksf3431bfFixVecdoc linksf33f4d9Merge pull request #413 from cuviper/release-2.11.14c680a7Release 2.11.1Updates
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
rayon-corefrom 1.12.1 to 1.13.0Changelog
Sourced from rayon-core's changelog.
Commits
7af20d7Merge pull request #1265 from cuviper/release-1.11.0c86161aRelease rayon 1.11.0 / rayon-core 1.13.072345cbMerge pull request #1264 from cuviper/mem-preludeb4c58afMerge pull request #1263 from cuviper/boxed8fdeaf3Usesize_of/size_of_valfrom the prelude2a85fbfimpl FromParallelIterator\<_> for Box\<str>viaString760a97cimpl\<T> IntoParallelIterator for Box\<[T]>and its refsdcea664Merge pull request #1262 from cuviper/relax-bounds3d63a87Relax trait bounds on many structs0baaff5Merge pull request #1261 from cuviper/compoundsUpdates
ronfrom 0.10.1 to 0.11.0Release notes
Sourced from ron's releases.
Changelog
Sourced from ron's changelog.
Commits
cdd9fccBump ron to v0.11.01dcc70ePatch serde content detection hack (#580)29e244aAdd file IO with Vec<T> example (#573)ba57201Fix (again) non-exhaustive matching on Number (#568)27a26d6SpannedError: Store error span (#569)b7a5bfcAddno_stdsupport (#567)3159534Add 564_exhaustive_number testUpdates
struct-patchfrom 0.9.4 to 0.10.4Commits
e0bf47dAdd op feature for filler (#110)e28969eBump crate-ci/typos from 1.35.4 to 1.35.5 (#109)4e8037aBump crate-ci/typos from 1.35.3 to 1.35.4 (#108)fa76211update ci and MSRV (#107)e01302bBump crate-ci/typos from 1.34.0 to 1.35.3 (#106)7f41227Bump actions/checkout from 4 to 5 (#105)9e8e7f0Bump crate-ci/typos from 1.33.1 to 1.34.0 (#104)52699c8Bump crate-ci/typos from 1.32.0 to 1.33.1 (#103)8aed78aFixnestingwithstatusfeature (#101)f9d60b6fix nesting with other features (#100)Updates
tempfilefrom 3.15.0 to 3.22.0Changelog
Sourced from tempfile's changelog.
... (truncated)
Commits
f720dbechore: release 3.22.055d742cchore: remove deprecated unstable feature flagbc41a0bbuild(deps): update windows-sys requirement from >=0.52, <0.61 to >=0.52, <0....3c55387test: make sure we don't drop tempdirs early (#373)17bf644doc(builder): clarify permissions (#372)c7423f1doc(env): document the alternative to setting the tempdir (#371)5af60catest(wasi): run a few tests that shouldn't have been disabled (#370)6c0c561fix(doc): temp_dir doesn't check if writable48bff5ftest(tempdir): configure tempdir on wasi704a1d2test(tempdir): cleanup tempdir tests and run more tests on wasiUpdates
gixfrom 0.71.0 to 0.72.1Release notes
Sourced from gix's releases.
Commits
e104545Release gix-date v0.10.1, gix-utils v0.3.0, gix-actor v0.35.1, gix-validate v...5f7f805bump all prior pratch levels to majorscc5b696Release gix-path v0.10.16, gix-features v0.42.0, gix-hash v0.17.1, gix-object...614b389update more changelogs49fa9f3Adjusting changelogs prior to release of gix-path v0.10.16, gix-features v0.4...db0b095Release gix-date v0.10.0, gix-utils v0.2.1, gix-actor v0.35.0, gix-validate v...0bf84dbupdate changelogs prior to release3b1bef7Merge pull request #1935 from pierrechevalier83/fix_1923c3c6504j fmt6f009d7thanks clippyUpdates
rayonfrom 1.10.0 to 1.11.0Changelog
Sourced from rayon's changelog.
Commits
6236214Merge #1031652f111Release rayon 1.7.0 and rayon-core 1.11.07df001dTweak plumbing consumer description322dfe8Merge #1026099241dMerge #1030a17bcb9Fix inappropriate use of slice::as_mut_ptr98077feBe more cautious about drain drops7069695Merge #1028874ff73Fix docs for the yieldNonecase onThreadPool58f7b7eBe careful comparingjob_ref.execute_fnUpdates
gix-pathfrom 0.10.15 to 0.10.18Release notes
Sourced from gix-path's releases.
Commits
d2b4c44Release gix-path v0.10.18, gix-date v0.10.2, gix-traverse v0.46.2, gix-index ...bfc4880prepare changelogs prior to release ofgix-indexfdfb239Merge pull request #2000 from GitoxideLabs/improvements33c4d6bMerge pull request #2005 from 0-wiz-0/main00e8934fix: Fix build on NetBSD9d0c809Merge pull request #2003 from EliahKagan/run-ci/msrv-check3a63c68Actually buildgixto check MSRVdc1d271doc: Fix accessibility bug in MSRV badgeeaecc9bFurther splitcheck-msrvsteps; let Windows usepwshagainf10f18dUse--lockedinstead of checkingCargo.lockafterwardsDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions