Bump the cargo group across 1 directory with 18 updates#57
Closed
dependabot[bot] wants to merge 1 commit intomainfrom
Closed
Bump the cargo group across 1 directory with 18 updates#57dependabot[bot] wants to merge 1 commit intomainfrom
dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
Bumps the cargo group with 17 updates in the / directory: | Package | From | To | | --- | --- | --- | | [clap](https://github.com/clap-rs/clap) | `4.5.23` | `4.5.60` | | [futures](https://github.com/rust-lang/futures-rs) | `0.3.31` | `0.3.32` | | [listenfd](https://github.com/mitsuhiko/listenfd) | `1.0.1` | `1.0.2` | | [log](https://github.com/rust-lang/log) | `0.4.22` | `0.4.29` | | [memchr](https://github.com/BurntSushi/memchr) | `2.7.4` | `2.8.0` | | [mongodb](https://github.com/mongodb/mongo-rust-driver) | `3.1.1` | `3.2.5` | | [rand](https://github.com/rust-random/rand) | `0.8.5` | `0.9.2` | | [serde](https://github.com/serde-rs/serde) | `1.0.217` | `1.0.228` | | [serde_with](https://github.com/jonasbb/serde_with) | `3.12.0` | `3.18.0` | | [sha2](https://github.com/RustCrypto/hashes) | `0.10.8` | `0.11.0` | | [thiserror](https://github.com/dtolnay/thiserror) | `2.0.9` | `2.0.18` | | [tikv-jemallocator](https://github.com/tikv/jemallocator) | `0.6.0` | `0.6.1` | | [tokio](https://github.com/tokio-rs/tokio) | `1.42.0` | `1.51.0` | | [tokio-stream](https://github.com/tokio-rs/tokio) | `0.1.17` | `0.1.18` | | [tokio-util](https://github.com/tokio-rs/tokio) | `0.7.13` | `0.7.18` | | [tower-http](https://github.com/tower-rs/tower-http) | `0.6.2` | `0.6.8` | | [tracing-subscriber](https://github.com/tokio-rs/tracing) | `0.3.19` | `0.3.23` | Updates `clap` from 4.5.23 to 4.5.60 - [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.23...clap_complete-v4.5.60) Updates `futures` from 0.3.31 to 0.3.32 - [Release notes](https://github.com/rust-lang/futures-rs/releases) - [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md) - [Commits](rust-lang/futures-rs@0.3.31...0.3.32) Updates `futures-util` from 0.3.31 to 0.3.32 - [Release notes](https://github.com/rust-lang/futures-rs/releases) - [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md) - [Commits](rust-lang/futures-rs@0.3.31...0.3.32) Updates `listenfd` from 1.0.1 to 1.0.2 - [Changelog](https://github.com/mitsuhiko/listenfd/blob/master/CHANGELOG.md) - [Commits](mitsuhiko/listenfd@1.0.1...1.0.2) Updates `log` from 0.4.22 to 0.4.29 - [Release notes](https://github.com/rust-lang/log/releases) - [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md) - [Commits](rust-lang/log@0.4.22...0.4.29) Updates `memchr` from 2.7.4 to 2.8.0 - [Commits](BurntSushi/memchr@2.7.4...2.8.0) Updates `mongodb` from 3.1.1 to 3.2.5 - [Release notes](https://github.com/mongodb/mongo-rust-driver/releases) - [Commits](mongodb/mongo-rust-driver@v3.1.1...v3.2.5) Updates `rand` from 0.8.5 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@0.8.5...rand_core-0.9.2) Updates `serde` from 1.0.217 to 1.0.228 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.217...v1.0.228) Updates `serde_with` from 3.12.0 to 3.18.0 - [Release notes](https://github.com/jonasbb/serde_with/releases) - [Commits](jonasbb/serde_with@v3.12.0...v3.18.0) Updates `sha2` from 0.10.8 to 0.11.0 - [Commits](RustCrypto/hashes@sha2-v0.10.8...sha2-v0.11.0) Updates `thiserror` from 2.0.9 to 2.0.18 - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@2.0.9...2.0.18) Updates `tikv-jemallocator` from 0.6.0 to 0.6.1 - [Release notes](https://github.com/tikv/jemallocator/releases) - [Changelog](https://github.com/tikv/jemallocator/blob/main/CHANGELOG.md) - [Commits](tikv/jemallocator@0.6.0...0.6.1) Updates `tokio` from 1.42.0 to 1.51.0 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.42.0...tokio-1.51.0) Updates `tokio-stream` from 0.1.17 to 0.1.18 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-stream-0.1.17...tokio-stream-0.1.18) Updates `tokio-util` from 0.7.13 to 0.7.18 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-util-0.7.13...tokio-util-0.7.18) Updates `tower-http` from 0.6.2 to 0.6.8 - [Release notes](https://github.com/tower-rs/tower-http/releases) - [Commits](tower-rs/tower-http@tower-http-0.6.2...tower-http-0.6.8) Updates `tracing-subscriber` from 0.3.19 to 0.3.23 - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](tokio-rs/tracing@tracing-subscriber-0.3.19...tracing-subscriber-0.3.23) --- updated-dependencies: - dependency-name: clap dependency-version: 4.5.60 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: futures dependency-version: 0.3.32 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: futures-util dependency-version: 0.3.32 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: listenfd dependency-version: 1.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: log dependency-version: 0.4.29 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: memchr dependency-version: 2.8.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo - dependency-name: mongodb dependency-version: 3.2.5 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo - dependency-name: rand dependency-version: 0.9.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo - dependency-name: serde dependency-version: 1.0.228 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: serde_with dependency-version: 3.18.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo - dependency-name: sha2 dependency-version: 0.11.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo - dependency-name: thiserror dependency-version: 2.0.18 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: tikv-jemallocator dependency-version: 0.6.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: tokio dependency-version: 1.51.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo - dependency-name: tokio-stream dependency-version: 0.1.18 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: tokio-util dependency-version: 0.7.18 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: tower-http dependency-version: 0.6.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: tracing-subscriber dependency-version: 0.3.23 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo ... Signed-off-by: dependabot[bot] <support@github.com>
Member
|
@dependabot unignore * |
Contributor
Author
|
No dependency name (*) or ignore conditions found to unignore. |
Member
|
https://github.com/dependabot unignore shakmaty |
Contributor
Author
|
OK, I will stop ignoring the shakmaty dependency. |
Contributor
Author
|
This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests. To ignore these dependencies, configure ignore rules in dependabot.yml |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Rebasing might not happen immediately, so don't worry if this takes some time.
Note: if you make any changes to this PR yourself, they will take precedence over the rebase.
Bumps the cargo group with 17 updates in the / directory:
4.5.234.5.600.3.310.3.321.0.11.0.20.4.220.4.292.7.42.8.03.1.13.2.50.8.50.9.21.0.2171.0.2283.12.03.18.00.10.80.11.02.0.92.0.180.6.00.6.11.42.01.51.00.1.170.1.180.7.130.7.180.6.20.6.80.3.190.3.23Updates
clapfrom 4.5.23 to 4.5.60Release notes
Sourced from clap's releases.
... (truncated)
Changelog
Sourced from clap's changelog.
... (truncated)
Commits
33d24d8chore: Release9332409docs: Update changelogb7adce5Merge pull request #6166 from fabalchemy/fix-dynamic-powershell-completion009bba4fix(clap_complete): Improve powershell registrationd89d57dchore: Releasef18b67edocs: Update changelog9d218ebMerge pull request #6165 from epage/shirt126440cfix(help): Correctly calculate padding for short-only args9e3c05etest(help): Show panic with short, valueless argc9898d0test(help): Verify short with valueUpdates
futuresfrom 0.3.31 to 0.3.32Release notes
Sourced from futures's releases.
Changelog
Sourced from futures's changelog.
Commits
d9bba94Release 0.3.32151e0b9Add comments on rust-version field in Cargo.toml4aaf00cBump MSRV of utility crates to 1.71a4cce12perf: improve AtomicWaker::wake performance (#2983)ba9d102Add#[clippy::has_significant_drop]to guards (#2967)20396a8Fix rustdoc::broken_intra_doc_links warning815f6ebFix documentation ofBiLock::lock(#2971)0f0db04futures-util: makeMutex::new()const (#2956)5d6fc5eci: Test big-endian target (s390x Linux)9f739feIgnore dead_code lint on Fn1 traitUpdates
futures-utilfrom 0.3.31 to 0.3.32Release notes
Sourced from futures-util's releases.
Changelog
Sourced from futures-util's changelog.
Commits
d9bba94Release 0.3.32151e0b9Add comments on rust-version field in Cargo.toml4aaf00cBump MSRV of utility crates to 1.71a4cce12perf: improve AtomicWaker::wake performance (#2983)ba9d102Add#[clippy::has_significant_drop]to guards (#2967)20396a8Fix rustdoc::broken_intra_doc_links warning815f6ebFix documentation ofBiLock::lock(#2971)0f0db04futures-util: makeMutex::new()const (#2956)5d6fc5eci: Test big-endian target (s390x Linux)9f739feIgnore dead_code lint on Fn1 traitUpdates
listenfdfrom 1.0.1 to 1.0.2Changelog
Sourced from listenfd's changelog.
Commits
119770e1.0.242b8ef9Merge tag '1.0.1'fe9d2f1Fix CI (#20)ae6039brustfmt8dea4f0Remove build status from readme61efdd7Fix warning7d4675cMention systemd-socket-activateUpdates
logfrom 0.4.22 to 0.4.29Release notes
Sourced from log's releases.
... (truncated)
Changelog
Sourced from log's changelog.
... (truncated)
Commits
b1e2df7Merge pull request #719 from rust-lang/cargo/0.4.293fe1a54prepare for 0.4.29 release7a432d9Merge pull request #718 from rust-lang/ci/msrv0689d56rebump msrv to 1.68.046b448etry drop msrv back to 1.61.0929ab38fix up doc test feature gate957cecebump serde-dependent cratesbea40c8bump msrv to 1.68.0c540184Merge pull request #716 from rust-lang/ci-smaller-matrix2c971e63Merge branch 'master' into ci-smaller-matrix2Updates
memchrfrom 2.7.4 to 2.8.0Commits
886ca4c2.8.07de50d0memmem: add owned finder constructor variants1230fc5benchmarks: fix date in file name43300c6benchmarks: add latest x86-64 benchmark results9bf2301benchmarks: update everything9ba486e2.7.6ec25b80aarch64: fix NEON optimization on big-endian39621182.7.5599d9d9cargo: removecompiler-builtinsfromrustc-dep-of-stddependenciesceef3c9ci: fix wasm32 environment variablesUpdates
mongodbfrom 3.1.1 to 3.2.5Release notes
Sourced from mongodb's releases.
... (truncated)
Commits
0b49612release v3.2.5 (#1457)21ed6aeRUST-2265: cherrypick #1453 for 3.2.5 (#1455)359734arelease v3.2.4 (#1409)6e2b391RUST-2233 Cherrypick more fixes for 3.2.4 release (#1407)ebfb3abRUST-2219 Cherrypick domain name parsing fix into 3.2.x (#1404)34653farelease v3.2.3 (#1338)6d8cf54release v3.2.2 (#1325)3bce574RUST-2155 Precreate cleanup task for endSessions (#1305) (#1323)53fa15arelease v3.2.1 (#1299)974465arelease v3.2.0 (#1286)Updates
randfrom 0.8.5 to 0.9.2Changelog
Sourced from rand's changelog.
... (truncated)
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)ec6d5c0Prepare rand_core v0.9.1 (#1591)6a06056rand_core: introduce an UnwrapMut wrapper (#1589)Updates
serdefrom 1.0.217 to 1.0.228Release notes
Sourced from serde's releases.
Commits
a866b33Release 1.0.2285adc9e8Merge pull request #2995 from dtolnay/rustdocflagsab58178Workaround for RUSTDOCFLAGS='--cfg=docsrs'415d9fcRelease 1.0.2277c58427Merge pull request #2991 from dtolnay/inlinecoredoc9d3410eMerge pull request #2992 from dtolnay/inplaceseed2fb6748Remove InPlaceSeed public re-exportf8137c7Inline serde_core into serde in docsrs modeb7dbf7eMerge pull request #2990 from dtolnay/integer1287c83691No longer macro_use integer128 moduleUpdates
serde_withfrom 3.12.0 to 3.18.0Release notes
Sourced from serde_with's releases.
... (truncated)
Commits
d50ec96Bump version to 3.18.0 (#931)984fe32Bump version to 3.18.04ba41c7Bump actions/upload-artifact from 6 to 7 in the github-actions group (#927)8fb2468Bump actions/upload-artifact from 6 to 7 in the github-actions groupaec0a23Bump MSRV to 1.88 (#930)25c15a2Update time dependency to 0.3.4793bd3f4Update test output after darling updatef825dbfUpgrade darling to 0.23.065cbd73Bump MSRV to 1.88daff02eExtend OneOrMany implementation to more collection types (#929)Updates
sha2from 0.10.8 to 0.11.0Commits
ffe0939Release sha2 0.11.0 (#806)8991b65Use the standard order of the[package]section fields (#807)3d2bc57sha2: refactor backends (#802)faa55fbsha3: bumpkeccakto v0.2 (#803)d3e6489sha3 v0.11.0-rc.9 (#801)bbf6f51sha2: tweak backend docs (#800)155dbbfsha3: add default value for theDSgeneric parameter onTurboShake128/256...ed514f2Use published version ofkeccakv0.2 (#799)702bcd8Migrate to closure-basedkeccak(#796)827c043sha3 v0.11.0-rc.8 (#794)Updates
thiserrorfrom 2.0.9 to 2.0.18Release notes
Sourced from thiserror's releases.