-
-
Notifications
You must be signed in to change notification settings - Fork 32
chore(deps): bump the all-cargo-dependencies group across 1 directory with 21 updates #932
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
base: main
Are you sure you want to change the base?
chore(deps): bump the all-cargo-dependencies group across 1 directory with 21 updates #932
Conversation
… with 21 updates Bumps the all-cargo-dependencies group with 21 updates in the / directory: | Package | From | To | | --- | --- | --- | | [bumpalo](https://github.com/fitzgen/bumpalo) | `3.17.0` | `3.19.0` | | [enumset](https://github.com/Lymia/enumset) | `1.1.6` | `1.1.7` | | [libc](https://github.com/rust-lang/libc) | `0.2.172` | `0.2.174` | | [memmap2](https://github.com/RazrFalcon/memmap2-rs) | `0.9.5` | `0.9.7` | | [mio](https://github.com/tokio-rs/mio) | `1.0.3` | `1.0.4` | | [num_cpus](https://github.com/seanmonstar/num_cpus) | `1.16.0` | `1.17.0` | | [papaya](https://github.com/ibraheemdev/papaya) | `0.2.1` | `0.2.3` | | [parking_lot](https://github.com/Amanieu/parking_lot) | `0.12.3` | `0.12.4` | | [proptest](https://github.com/proptest-rs/proptest) | `1.6.0` | `1.7.0` | | [rand](https://github.com/rust-random/rand) | `0.9.1` | `0.9.2` | | [serde_json](https://github.com/serde-rs/json) | `1.0.140` | `1.0.141` | | [snafu](https://github.com/shepmaster/snafu) | `0.8.5` | `0.8.6` | | [syn](https://github.com/dtolnay/syn) | `2.0.101` | `2.0.104` | | [thread_local](https://github.com/Amanieu/thread_local-rs) | `1.1.8` | `1.1.9` | | [tokio](https://github.com/tokio-rs/tokio) | `1.45.0` | `1.47.0` | | [uuid](https://github.com/uuid-rs/uuid) | `1.16.0` | `1.17.0` | | [bytemuck](https://github.com/Lokathor/bytemuck) | `1.23.0` | `1.23.1` | | [clap](https://github.com/clap-rs/clap) | `4.5.38` | `4.5.41` | | [flate2](https://github.com/rust-lang/flate2-rs) | `1.1.1` | `1.1.2` | | [indexmap](https://github.com/indexmap-rs/indexmap) | `2.9.0` | `2.10.0` | | [reqwest](https://github.com/seanmonstar/reqwest) | `0.12.15` | `0.12.22` | Updates `bumpalo` from 3.17.0 to 3.19.0 - [Changelog](https://github.com/fitzgen/bumpalo/blob/main/CHANGELOG.md) - [Commits](https://github.com/fitzgen/bumpalo/commits) Updates `enumset` from 1.1.6 to 1.1.7 - [Changelog](https://github.com/Lymia/enumset/blob/main/RELEASES.md) - [Commits](Lymia/enumset@v1.1.6...v1.1.7) Updates `libc` from 0.2.172 to 0.2.174 - [Release notes](https://github.com/rust-lang/libc/releases) - [Changelog](https://github.com/rust-lang/libc/blob/0.2.174/CHANGELOG.md) - [Commits](rust-lang/libc@0.2.172...0.2.174) Updates `memmap2` from 0.9.5 to 0.9.7 - [Changelog](https://github.com/RazrFalcon/memmap2-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/RazrFalcon/memmap2-rs/commits) Updates `mio` from 1.0.3 to 1.0.4 - [Release notes](https://github.com/tokio-rs/mio/releases) - [Changelog](https://github.com/tokio-rs/mio/blob/master/CHANGELOG.md) - [Commits](https://github.com/tokio-rs/mio/commits) Updates `num_cpus` from 1.16.0 to 1.17.0 - [Release notes](https://github.com/seanmonstar/num_cpus/releases) - [Changelog](https://github.com/seanmonstar/num_cpus/blob/master/CHANGELOG.md) - [Commits](seanmonstar/num_cpus@v1.16.0...v1.17.0) Updates `papaya` from 0.2.1 to 0.2.3 - [Release notes](https://github.com/ibraheemdev/papaya/releases) - [Commits](ibraheemdev/papaya@v0.2.1...v0.2.3) Updates `parking_lot` from 0.12.3 to 0.12.4 - [Release notes](https://github.com/Amanieu/parking_lot/releases) - [Changelog](https://github.com/Amanieu/parking_lot/blob/master/CHANGELOG.md) - [Commits](Amanieu/parking_lot@0.12.3...parking_lot-v0.12.4) Updates `proptest` from 1.6.0 to 1.7.0 - [Release notes](https://github.com/proptest-rs/proptest/releases) - [Changelog](https://github.com/proptest-rs/proptest/blob/main/CHANGELOG.md) - [Commits](https://github.com/proptest-rs/proptest/commits) Updates `rand` from 0.9.1 to 0.9.2 - [Release notes](https://github.com/rust-random/rand/releases) - [Changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md) - [Commits](rust-random/rand@rand_core-0.9.1...rand_core-0.9.2) Updates `serde_json` from 1.0.140 to 1.0.141 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.140...v1.0.141) Updates `snafu` from 0.8.5 to 0.8.6 - [Changelog](https://github.com/shepmaster/snafu/blob/main/CHANGELOG.md) - [Commits](shepmaster/snafu@0.8.5...0.8.6) Updates `syn` from 2.0.101 to 2.0.104 - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](dtolnay/syn@2.0.101...2.0.104) Updates `thread_local` from 1.1.8 to 1.1.9 - [Release notes](https://github.com/Amanieu/thread_local-rs/releases) - [Changelog](https://github.com/Amanieu/thread_local-rs/blob/master/CHANGELOG.md) - [Commits](Amanieu/thread_local-rs@1.1.8...v1.1.9) Updates `tokio` from 1.45.0 to 1.47.0 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.45.0...tokio-1.47.0) Updates `uuid` from 1.16.0 to 1.17.0 - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](uuid-rs/uuid@v1.16.0...v1.17.0) Updates `bytemuck` from 1.23.0 to 1.23.1 - [Changelog](https://github.com/Lokathor/bytemuck/blob/main/changelog.md) - [Commits](Lokathor/bytemuck@v1.23.0...v1.23.1) Updates `clap` from 4.5.38 to 4.5.41 - [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.41) Updates `flate2` from 1.1.1 to 1.1.2 - [Release notes](https://github.com/rust-lang/flate2-rs/releases) - [Commits](rust-lang/flate2-rs@1.1.1...1.1.2) Updates `indexmap` from 2.9.0 to 2.10.0 - [Changelog](https://github.com/indexmap-rs/indexmap/blob/main/RELEASES.md) - [Commits](indexmap-rs/indexmap@2.9.0...2.10.0) Updates `reqwest` from 0.12.15 to 0.12.22 - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](seanmonstar/reqwest@v0.12.15...v0.12.22) --- updated-dependencies: - dependency-name: bumpalo dependency-version: 3.19.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-cargo-dependencies - dependency-name: enumset dependency-version: 1.1.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-cargo-dependencies - dependency-name: libc dependency-version: 0.2.174 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-cargo-dependencies - dependency-name: memmap2 dependency-version: 0.9.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-cargo-dependencies - dependency-name: mio dependency-version: 1.0.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-cargo-dependencies - dependency-name: num_cpus dependency-version: 1.17.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-cargo-dependencies - dependency-name: papaya dependency-version: 0.2.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-cargo-dependencies - dependency-name: parking_lot dependency-version: 0.12.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-cargo-dependencies - dependency-name: proptest dependency-version: 1.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-cargo-dependencies - dependency-name: rand dependency-version: 0.9.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-cargo-dependencies - dependency-name: serde_json dependency-version: 1.0.141 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-cargo-dependencies - dependency-name: snafu dependency-version: 0.8.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-cargo-dependencies - dependency-name: syn dependency-version: 2.0.104 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-cargo-dependencies - dependency-name: thread_local dependency-version: 1.1.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-cargo-dependencies - dependency-name: tokio dependency-version: 1.47.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-cargo-dependencies - dependency-name: uuid dependency-version: 1.17.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-cargo-dependencies - dependency-name: bytemuck dependency-version: 1.23.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-cargo-dependencies - dependency-name: clap dependency-version: 4.5.41 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-cargo-dependencies - dependency-name: flate2 dependency-version: 1.1.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-cargo-dependencies - dependency-name: indexmap dependency-version: 2.10.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-cargo-dependencies - dependency-name: reqwest dependency-version: 0.12.22 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-cargo-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
Benchmark Results for generalComparing to 666c649 |
|
Dependabot couldn't fetch all your path-based dependencies. Because of this, Dependabot cannot update this pull request. |
16 similar comments
|
Dependabot couldn't fetch all your path-based dependencies. Because of this, Dependabot cannot update this pull request. |
|
Dependabot couldn't fetch all your path-based dependencies. Because of this, Dependabot cannot update this pull request. |
|
Dependabot couldn't fetch all your path-based dependencies. Because of this, Dependabot cannot update this pull request. |
|
Dependabot couldn't fetch all your path-based dependencies. Because of this, Dependabot cannot update this pull request. |
|
Dependabot couldn't fetch all your path-based dependencies. Because of this, Dependabot cannot update this pull request. |
|
Dependabot couldn't fetch all your path-based dependencies. Because of this, Dependabot cannot update this pull request. |
|
Dependabot couldn't fetch all your path-based dependencies. Because of this, Dependabot cannot update this pull request. |
|
Dependabot couldn't fetch all your path-based dependencies. Because of this, Dependabot cannot update this pull request. |
|
Dependabot couldn't fetch all your path-based dependencies. Because of this, Dependabot cannot update this pull request. |
|
Dependabot couldn't fetch all your path-based dependencies. Because of this, Dependabot cannot update this pull request. |
|
Dependabot couldn't fetch all your path-based dependencies. Because of this, Dependabot cannot update this pull request. |
|
Dependabot couldn't fetch all your path-based dependencies. Because of this, Dependabot cannot update this pull request. |
|
Dependabot couldn't fetch all your path-based dependencies. Because of this, Dependabot cannot update this pull request. |
|
Dependabot couldn't fetch all your path-based dependencies. Because of this, Dependabot cannot update this pull request. |
|
Dependabot couldn't fetch all your path-based dependencies. Because of this, Dependabot cannot update this pull request. |
|
Dependabot couldn't fetch all your path-based dependencies. Because of this, Dependabot cannot update this pull request. |
Bumps the all-cargo-dependencies group with 21 updates in the / directory:
3.17.03.19.01.1.61.1.70.2.1720.2.1740.9.50.9.71.0.31.0.41.16.01.17.00.2.10.2.30.12.30.12.41.6.01.7.00.9.10.9.21.0.1401.0.1410.8.50.8.62.0.1012.0.1041.1.81.1.91.45.01.47.01.16.01.17.01.23.01.23.14.5.384.5.411.1.11.1.22.9.02.10.00.12.150.12.22Updates
bumpalofrom 3.17.0 to 3.19.0Changelog
Sourced from bumpalo's changelog.
Commits
Updates
enumsetfrom 1.1.6 to 1.1.7Changelog
Sourced from enumset's changelog.
Commits
3c942ddBump version to 1.1.71d459f2Fix a few remaining references to enumset_test_no_std9b3b85dClean up the serde feature to remove the ugly serde2 hack.b1a1f11Rename enumset_test_no_std to better reflect what it currently tests.dcb934bReuse enumset_test_no_std as a test for cross-compiling with divergent serde ...1d291f9Merge branch 'main' of github.com:Lymia/enumset47915ccBless actual current trybuild output.d72c744Merge pull request #63 from dtolnay-contrib/serdefe52c0dMerge pull request #61 from cbiffle/cbiffle/enumset-hygiene51e84d9Fix discrepancy between host vs target "serde" featureUpdates
libcfrom 0.2.172 to 0.2.174Release notes
Sourced from libc's releases.
Changelog
Sourced from libc's changelog.
... (truncated)
Commits
ea6f07fMerge pull request #4500 from tgross35/releasece31fdachore: release libc 0.2.174296b580Merge pull request #4499 from tgross35/backport-hungarian-wax264a539Add missing timespec.tv_nsec for gnux327d92568fix: use nlink_t type for st_nlink in struct stat definition for NuttX790180bRemove unessecary semicolons from definitions ofCMSG_NXTHDR.1e99d50make pidfd_info fields pubc08c507openbsd: Fix some clippy warnings to usepointer::cast.5134058Allow newunpredictable_function_pointer_comparisonslints9288ec0Merge pull request #4486 from tgross35/fix-no-publishUpdates
memmap2from 0.9.5 to 0.9.7Changelog
Sourced from memmap2's changelog.
Commits
Updates
miofrom 1.0.3 to 1.0.4Changelog
Sourced from mio's changelog.
Commits
Updates
num_cpusfrom 1.16.0 to 1.17.0Changelog
Sourced from num_cpus's changelog.
Commits
342af76v1.17.0e970a82Bump hermit-abi version (#144)797f827Update LICENSE-MIT (#143)b6ca8a4ci: worker cpus has been increasedf06cd50ci: remove asmjs job41e39ddci: mips is not tier 3, remove CI jobs13af26cremove special support for nacl815551cci: pin libc for msrv jobUpdates
papayafrom 0.2.1 to 0.2.3Release notes
Sourced from papaya's releases.
Commits
f50ab7frelease 0.2.32514b84remove 64-bit atomics7176273release 0.2.20574e3eenforce minimum alignment on entries to fix tagged pointer unsoundnessba2dbb7cache available_parallelismUpdates
parking_lotfrom 0.12.3 to 0.12.4Changelog
Sourced from parking_lot'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
proptestfrom 1.6.0 to 1.7.0Commits
Updates
randfrom 0.9.1 to 0.9.2Changelog
Sourced from rand's changelog.
Commits
d3dd415Prepare rand_core 0.9.2 (#1605)99fabd2Prepare rand_core 0.9.2c7fe1c4rand: re-exportrand_core(#1604)db2b1e0rand: re-exportrand_coreee1d96frand_core: implement reborrow forUnwrapMut(#1595)e0eb2eerand_core: implement reborrow forUnwrapMut975f602fixup clippy 1.85 warnings775b05bRelaxSizedrequirements for blanket impls (#1593)Updates
serde_jsonfrom 1.0.140 to 1.0.141Release notes
Sourced from serde_json's releases.
Commits
6843c36Release 1.0.1416e2c210Touch up PR 1273623d9b4Merge pull request #1273 from conradludgate/optimise-string-escapingde70b7duse unreachable_unchecked for escape table. use a second match to roundtrip E...f2d940dreplace start index with bytes slice referencecd55b5aIgnore mismatched_lifetime_syntaxes lintc1826ebPin nightly toolchain used for miri job8a56cfaMerge pull request #1248 from jimmycathy/masteraf3d80dchore: fix typoUpdates
snafufrom 0.8.5 to 0.8.6Changelog
Sourced from snafu's changelog.
Commits
b439312Release 0.8.62ec245aUpdate the changelog7e61e55Merge pull request #489 from shepmaster/name-selectorsaedc9dbMerge pull request #492 from jplatte/netlify-docsrs69b22bfBring netlify preview closer to docs.rs5d47b2eMerge pull request #488 from shepmaster/alloc3a2a770Split anallocfeature out from the existingstdfeature17c0fa2Allow naming context selectorsa5e5da1Add more attribute misuse tests58f46baClarify documentation forstdfeatureUpdates
synfrom 2.0.101 to 2.0.104Release notes
Sourced from syn's releases.
Commits
2283a98Release 2.0.104d745687Merge pull request #1872 from dtolnay/attrrange350a4abDisallow attributes on range expressionda96f95Add test of attributes on range7a79818Update test suite to nightly-2025-06-1985d4276Release 2.0.1036f7b0f3Merge pull request #1871 from dtolnay/binaryattr89f88faCorrectly track bailouts in parenthesized binary expressions0e07372Add binary operator attribute bailout testca8d876Insert parentheses around binary operation with attributeUpdates
thread_localfrom 1.1.8 to 1.1.9Release notes
Sourced from thread_local's releases.
Changelog
Sourced from thread_local's changelog.
Commits
4b7cc0fchore: release v1.1.911f0bccAdd release-plz for automated releasesb5aa929Merge pull request #76 from james7132/remove-once-cell-dependencyd7f100aRemove once_cell dependency6920311Merge pull request #73 from Swatinem/msrve3d9a42Bump MSRV to 1.61Updates
tokiofrom 1.45.0 to 1.47.0Release notes
Sourced from tokio's releases.
... (truncated)
Commits
3911cb8chore: prepare Tokio v1.47.0 (#7482)d545aa2sync: addsync::Notify::notified_owned()(#7465)911ab21sync: addSetOnce(#7418)9e94fa7task: remove raw-entry feature from hashbrown dep (#7252)0d234c3ci: unfreeze wasm-unknown-unknown from rustc 1.81 (#7471)3754e05ci: use ubuntu-24.04-arm instead of ubuntu-22.04-arm (#7470)6d868d9sync: fixCancellationTokenfailing to cancel the ready futures (#7462)0a3fe46sync: remove duplicated code inOnceCelltests (#7458)154d7d5ci: cleanup legacyR-loom-multi-thread-altlabel from the labeler (#7457)611b793coop: addcooperativeandpoll_proceed(#7405)Updates
uuidfrom 1.16.0 to 1.17.0Release notes
Sourced from uuid's releases.
Commits
2fd9b61Merge pull request #829 from uuid-rs/cargo/v1.17.0ed0d385prepare for 1.17.0 releasec54cadcMerge pull request #828 from bushrat011899/wasm32v1-none625d769Fix typo in MVP Web CI9d638e0Add MVP Web CI Task83dc528Addwasm32v1-nonesupport5fbd843Merge pull request #824 from diopoex/main6635ae4Merge pull request #825 from uuid-rs/ci/aarch64-apple-darwinb2370f2update toolchain for outdated jobc74ad33update OSX builds to armUpdates
bytemuckfrom 1.23.0 to 1.23.1Changelog
Sourced from bytemuck's changelog.
... (truncated)
Commits
ebb1326chore: Release bytemuck version 1.23.1b5a676dchangelog.53854c3we must limit the impl to only being defined on windows, where the stdcall AB...aa9a4a9Update zeroable_in_option.rs (#314)Updates
clapfrom 4.5.38 to 4.5.41Release notes
Sourced from clap's releases.
Changelog
Sourced from clap's changelog.
Commits
92fcd83chore: Releaseaca91b9docs: Update changelog8434510Merge pull request #5869 from tw4452852/patch-133b1fc3fix(complete): Fix env leakage in elvish dynamic completione5f1f48chore: Release9466a55docs: Update changelogd74b793Merge pull request #5865 from gifnksm/nushell-completion-value-typesecbc775fix(nu): Set argument type based onValueHint6784054Merge pull request #5857 from epage/emptycca5f32test(complete): Show empty option-value behaviorUpdates
flate2from 1.1.1 to 1.1.2Release notes
Sourced from flate2's releases.
Commits
ac4d950Merge pull request #490 from folkertdev/update-zlib-rs-0.5.1e38e16fupgrade zlib-rs to version0.5.176cc0ccMerge pull request #489 from CosminPerRam/feat/revert_updates8f52350Revert "chore: update deps"df11207Merge pull request #488 from CosminPerRam/ci/audita8872d7ci: rename audit job190750cci: add audit checkc2c78desolve remaining clippy warnings and add it to CI (#487)306e909Merge pull request #485 from CosminPerRam/chore/update_deps29d8194Merge pull request #484 from CosminPerRam/feat/simplify_manual_conversionUpdates
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
reqwestfrom 0.12.15 to 0.12.22Release notes
Sourced from reqwest's releases.