build(deps): bump the non-breaking group across 1 directory with 9 updates #573
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 non-breaking group with 9 updates in the / directory:
2.9.0
2.9.1
1.0.19
1.0.20
1.1.5
1.1.7
0.3.11
0.3.13
0.2.172
0.2.175
0.4.9
0.4.11
0.27.1
0.27.2
3.19.1
3.20.0
2.0.12
2.0.14
Updates
bitflags
from 2.9.0 to 2.9.1Release notes
Sourced from bitflags's releases.
Changelog
Sourced from bitflags's changelog.
Commits
51927b3
Merge pull request #445 from KodrAus/cargo/v2.9.11c35c8a
prepare for 2.9.1 release3d5d100
Merge pull request #444 from KodrAus/docs/cargo-features994608d
update compile errorsdffa2e3
document Cargo featuresUpdates
dyn-clone
from 1.0.19 to 1.0.20Release notes
Sourced from dyn-clone's releases.
Commits
1d2d15c
Release 1.0.200f48a72
Merge pull request #33 from dtolnay/thumbv6m3446ea0
Merge "Check if target has atomic before using arc"584d7d7
Merge pull request #34 from dtolnay/upd1f30c1
Resolve uninlined_format_args pedantic clippy lint in test1e18d0b
Resolve borrow_as_ptr pedantic clippy lintec7b093
Raise required compiler to Rust 1.6033d9177
Add CI on a target without atomic ptr9438fae
Merge pull request 32 from af-afk/master02be822
Check if target has atomic before using ARCUpdates
enumset
from 1.1.5 to 1.1.7Changelog
Sourced from enumset's changelog.
Commits
3c942dd
Bump version to 1.1.71d459f2
Fix a few remaining references to enumset_test_no_std9b3b85d
Clean up the serde feature to remove the ugly serde2 hack.b1a1f11
Rename enumset_test_no_std to better reflect what it currently tests.dcb934b
Reuse enumset_test_no_std as a test for cross-compiling with divergent serde ...1d291f9
Merge branch 'main' of github.com:Lymia/enumset47915cc
Bless actual current trybuild output.d72c744
Merge pull request #63 from dtolnay-contrib/serdefe52c0d
Merge pull request #61 from cbiffle/cbiffle/enumset-hygiene51e84d9
Fix discrepancy between host vs target "serde" featureUpdates
errno
from 0.3.11 to 0.3.13Release notes
Sourced from errno's releases.
Changelog
Sourced from errno's changelog.
Commits
d09eaa4
Release 0.3.13. (#114)9ec212e
Update windows-sys requirement from >=0.52, <=0.59 to >=0.52, <=0.60 (#113)eb75f22
Release 0.3.12. (#111)a9bd71e
Issue a better error message if the target is unsupported. (#110)Updates
libc
from 0.2.172 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
slab
from 0.4.9 to 0.4.11Release notes
Sourced from slab's releases.
Changelog
Sourced from slab's changelog.
Commits
2e5779f
Release v0.4.11 (#153)2d65c51
Fix get_disjoint_mut error condition (#152)6a1b675
Release v0.4.10 (#151)f801afe
feat: addget_disjoint_mut
(#149)8e65636
Bump MSRV to v1.46 (#150)30e8dd7
Fix clippy::needless_lifetimes warning (#147)fecdd68
Fix CI failures (#146)f7b621f
Always set #![no_std] to fix redundant import warning (#143)334a837
Update CI config (#141)Updates
strum
from 0.27.1 to 0.27.2Release notes
Sourced from strum's releases.
Changelog
Sourced from strum's changelog.
Commits
38f6621
Expound upon use_phf docs (#449)bb13390
Implement asuffix
attribute for serialization of enum variants (#440)c9e52bf
Add#[automatically_derived]
to theimpl
s (#444)1b00f89
Change enum table callbacks to FnMut. (#443)6e2ca25
Remove broken link to EnumTable docs (#427)9503781
allow discriminants on empty enum (#435)8553ba2
Upgradephf
to v0.12 (#448)2eba5c2
Drop needlessrustversion
dependency (#446)f301b67
Merge branch 'linclelinkpart5-master-2'455b2bf
Merge branch 'master' of https://github.com/linclelinkpart5/strum into lincle...Updates
tempfile
from 3.19.1 to 3.20.0Changelog
Sourced from tempfile's changelog.
Commits
99ffea6
chore: release v3.20.0 (#358)bd2b267
feat: make it possible to disable cleanup in-place after creation (#355)3b30099
ci: really check docs for warnings (#357)f701f52
ci: check docs (#356)d34afe9
doc: improve SpooledData documentation6deb42e
doc: make it easier to pick the correct tempfile constructor/typee284782
feat: allow creating spooled temporary files in a specific directory (#353)07edc31
feat: implementSpooledTempFile::into_file
(#352)b122355
fix: add must_use attribute to TempDir::keep (#351)cbd1e97
feat: renameTempDir::into_path
toTempDir::keep
(#349)Updates
thiserror
from 2.0.12 to 2.0.14Release notes
Sourced from thiserror's releases.
Commits
eea6799
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_linksf1eb081
Add links to more itemsf301423
Revert "Pin nightly toolchain used for miri job"7a5fbc6
Update ui test suite to nightly-2025-07-30Dependabot 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