Bump the rust-dependencies group with 8 updates #595
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps the rust-dependencies group with 8 updates:
1.17.0
1.18.0
2.0.12
2.0.15
1.2.32
1.2.33
0.2.174
0.2.175
1.0.96
1.0.101
1.10.0
1.11.0
1.12.1
1.13.0
2.0.12
2.0.15
Updates
uuid
from 1.17.0 to 1.18.0Release notes
Sourced from uuid's releases.
Commits
60a49eb
Merge pull request #839 from uuid-rs/cargo/v1.18.0eb8c697
prepare for 1.18.0 release281f26f
Merge pull request #838 from uuid-rs/chore/time-conversion2d67ab2
don't use allocated values in errorsc284ed5
wrap the error type used in time conversions87a4359
Merge pull request #835 from dcormier/main8927396
Merge pull request #837 from uuid-rs/fix/lifetime-syntaxes6dfb4b1
Conversions betweenTimestamp
andstd::time::SystemTime
b508383
fix up mismatched_lifetime_syntaxes lintUpdates
thiserror
from 2.0.12 to 2.0.15Release notes
Sourced from thiserror's releases.
Commits
f6145eb
Release 2.0.152717177
Merge pull request #427 from dtolnay/caplints2cd13e6
Make error_generic_member_access compatible with -Dwarningseea6799
Release 2.0.14a2aa6d7
Merge pull request #426 from dtolnay/enotemptyf00ebc5
Allow build-script cleanup failure with NFSv3 output directory to be non-fatal61f28da
Release 2.0.1389872e3
Unindent crate-level markdown linksaee87e5
Wrap PR 425 to 80 columns0f94e99
Merge pull request #425 from Kriskras99/feat/doc_linksUpdates
cc
from 1.2.32 to 1.2.33Changelog
Sourced from cc's changelog.
Commits
a928923
chore: release v1.2.33 (#1522)9c33178
Regenerate target info (#1521)220d772
Bump actions/checkout from 4 to 5 (#1520)9de267d
[win][arm64ec] Add testing for Arm64EC Windows (#1512)37fc899
Fix gen-windows-sys-binding (#1518)de7e8d5
Fix parsing of nigthly targets (#1517)ca81dcc
[win][arm64ec] Fix finding assembler and setting is_arm for Arm64EC (#1511)Updates
libc
from 0.2.174 to 0.2.175Release notes
Sourced from libc's releases.
... (truncated)
Changelog
Sourced from libc's changelog.
... (truncated)
Commits
84e26e6
Update the lockfile4d04aee
chore: release libc 0.2.17594a7f32
cleanup: Format a file that was missed1725273
Rename the ctest file frommain
toctest
e9b021b
freebsd adding further TCP stack related constants.9606a29
freebsd15: Add ki_uerrmsg to struct kinfo_proc2816bc2
libc-test: include sys/ktls.h on freebsdadfe283
libc-test: Account for xktls_session_onedir::gen (freebsd)4cc1bf4
freebsd: Document avoidance of reserved namegen
7cdcaa6
freebsd: Fix type of struct xktls_session_onedir, field ifnetUpdates
proc-macro2
from 1.0.96 to 1.0.101Release notes
Sourced from proc-macro2's releases.
Commits
d3188ea
Release 1.0.101cbd1286
Merge pull request #519 from dtolnay/binarysearchfab4cb6
Convert SourceMap scan to binary searchf4708a8
Factor out SourceMap linear search to methodfdc853a
Release 1.0.100848ed0b
Merge pull request #518 from dtolnay/spanfile76ce1a3
Stabilize Span::file and Span::local_fileb5dd3c6
Merge pull request #517 from dtolnay/startend1d0ffc0
Use Span's start, end, line, column methods on stable 1.88+4f5845e
Merge pull request #516 from dtolnay/probeUpdates
rayon
from 1.10.0 to 1.11.0Changelog
Sourced from rayon's changelog.
Commits
6236214
Merge #1031652f111
Release rayon 1.7.0 and rayon-core 1.11.07df001d
Tweak plumbing consumer description322dfe8
Merge #1026099241d
Merge #1030a17bcb9
Fix inappropriate use of slice::as_mut_ptr98077fe
Be more cautious about drain drops7069695
Merge #1028874ff73
Fix docs for the yieldNone
case onThreadPool
58f7b7e
Be careful comparingjob_ref.execute_fn
Updates
rayon-core
from 1.12.1 to 1.13.0Changelog
Sourced from rayon-core's changelog.
Commits
7af20d7
Merge pull request #1265 from cuviper/release-1.11.0c86161a
Release rayon 1.11.0 / rayon-core 1.13.072345cb
Merge pull request #1264 from cuviper/mem-preludeb4c58af
Merge pull request #1263 from cuviper/boxed8fdeaf3
Usesize_of
/size_of_val
from the prelude2a85fbf
impl FromParallelIterator\<_> for Box\<str>
viaString
760a97c
impl\<T> IntoParallelIterator for Box\<[T]>
and its refsdcea664
Merge pull request #1262 from cuviper/relax-bounds3d63a87
Relax trait bounds on many structs0baaff5
Merge pull request #1261 from cuviper/compoundsUpdates
thiserror-impl
from 2.0.12 to 2.0.15Release notes
Sourced from thiserror-impl's releases.
Commits
f6145eb
Release 2.0.152717177
Merge pull request #427 from dtolnay/caplints2cd13e6
Make error_generic_member_access compatible with -Dwarningseea6799
Release 2.0.14a2aa6d7
Merge pull request #426 from dtolnay/enotemptyf00ebc5
Allow build-script cleanup failure with NFSv3 output directory to be non-fatal61f28da
Release 2.0.1389872e3
Unindent crate-level markdown linksaee87e5
Wrap PR 425 to 80 columns0f94e99
Merge pull request #425 from Kriskras99/feat/doc_linksDependabot 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