-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Bump the cargo-deps group across 1 directory with 26 updates #3841
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
Closed
Conversation
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
Bumps the cargo-deps group with 26 updates in the / directory: | Package | From | To | | --- | --- | --- | | [indexmap](https://github.com/indexmap-rs/indexmap) | `2.8.0` | `2.9.0` | | [implicit-clone](https://github.com/yewstack/implicit-clone) | `0.5.0` | `0.6.0` | | [base64ct](https://github.com/RustCrypto/formats) | `1.6.0` | `1.7.3` | | [bincode](https://github.com/bincode-org/bincode) | `1.3.3` | `2.0.1` | | [tokio](https://github.com/tokio-rs/tokio) | `1.43.1` | `1.44.2` | | [syn](https://github.com/dtolnay/syn) | `2.0.98` | `2.0.100` | | [once_cell](https://github.com/matklad/once_cell) | `1.20.3` | `1.21.3` | | [prettyplease](https://github.com/dtolnay/prettyplease) | `0.2.29` | `0.2.32` | | [divan](https://github.com/nvzqz/divan) | `0.1.17` | `0.1.18` | | [rand](https://github.com/rust-random/rand) | `0.8.5` | `0.9.0` | | [average](https://github.com/vks/average) | `0.15.1` | `0.16.0` | | [serde_json](https://github.com/serde-rs/json) | `1.0.139` | `1.0.140` | | [clap](https://github.com/clap-rs/clap) | `4.5.30` | `4.5.35` | | [reqwest](https://github.com/seanmonstar/reqwest) | `0.12.12` | `0.12.15` | | [anyhow](https://github.com/dtolnay/anyhow) | `1.0.96` | `1.0.97` | | [chrono](https://github.com/chronotope/chrono) | `0.4.39` | `0.4.40` | | [git2](https://github.com/rust-lang/git2-rs) | `0.20.0` | `0.20.1` | | [semver](https://github.com/dtolnay/semver) | `1.0.25` | `1.0.26` | | [log](https://github.com/rust-lang/log) | `0.4.26` | `0.4.27` | | [fake](https://github.com/cksac/fake-rs) | `4.0.0` | `4.3.0` | | [time](https://github.com/time-rs/time) | `0.3.37` | `0.3.41` | | [uuid](https://github.com/uuid-rs/uuid) | `1.14.0` | `1.16.0` | | [bytes](https://github.com/tokio-rs/bytes) | `1.10.0` | `1.10.1` | | [hyper-util](https://github.com/hyperium/hyper-util) | `0.1.10` | `0.1.11` | | [axum](https://github.com/tokio-rs/axum) | `0.8.1` | `0.8.3` | | [env_logger](https://github.com/rust-cli/env_logger) | `0.11.6` | `0.11.8` | Updates `indexmap` from 2.8.0 to 2.9.0 - [Changelog](https://github.com/indexmap-rs/indexmap/blob/main/RELEASES.md) - [Commits](indexmap-rs/indexmap@2.8.0...2.9.0) Updates `implicit-clone` from 0.5.0 to 0.6.0 - [Commits](https://github.com/yewstack/implicit-clone/commits/v0.6.0) Updates `base64ct` from 1.6.0 to 1.7.3 - [Commits](https://github.com/RustCrypto/formats/commits) Updates `bincode` from 1.3.3 to 2.0.1 - [Release notes](https://github.com/bincode-org/bincode/releases) - [Commits](bincode-org/bincode@v1.3.3...v2.0.1) Updates `tokio` from 1.43.1 to 1.44.2 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.43.1...tokio-1.44.2) Updates `syn` from 2.0.98 to 2.0.100 - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](dtolnay/syn@2.0.98...2.0.100) Updates `once_cell` from 1.20.3 to 1.21.3 - [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md) - [Commits](matklad/once_cell@v1.20.3...v1.21.3) Updates `prettyplease` from 0.2.29 to 0.2.32 - [Release notes](https://github.com/dtolnay/prettyplease/releases) - [Commits](dtolnay/prettyplease@0.2.29...0.2.32) Updates `divan` from 0.1.17 to 0.1.18 - [Changelog](https://github.com/nvzqz/divan/blob/main/CHANGELOG.md) - [Commits](nvzqz/divan@v0.1.17...v0.1.18) Updates `rand` from 0.8.5 to 0.9.0 - [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...0.9.0) Updates `average` from 0.15.1 to 0.16.0 - [Commits](https://github.com/vks/average/commits) Updates `serde_json` from 1.0.139 to 1.0.140 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.139...v1.0.140) Updates `clap` from 4.5.30 to 4.5.35 - [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.30...clap_complete-v4.5.35) Updates `reqwest` from 0.12.12 to 0.12.15 - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](seanmonstar/reqwest@v0.12.12...v0.12.15) Updates `anyhow` from 1.0.96 to 1.0.97 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.96...1.0.97) Updates `chrono` from 0.4.39 to 0.4.40 - [Release notes](https://github.com/chronotope/chrono/releases) - [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md) - [Commits](chronotope/chrono@v0.4.39...v0.4.40) Updates `git2` from 0.20.0 to 0.20.1 - [Changelog](https://github.com/rust-lang/git2-rs/blob/master/CHANGELOG.md) - [Commits](rust-lang/git2-rs@git2-0.20.0...git2-0.20.1) Updates `semver` from 1.0.25 to 1.0.26 - [Release notes](https://github.com/dtolnay/semver/releases) - [Commits](dtolnay/semver@1.0.25...1.0.26) Updates `log` from 0.4.26 to 0.4.27 - [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.26...0.4.27) Updates `fake` from 4.0.0 to 4.3.0 - [Release notes](https://github.com/cksac/fake-rs/releases) - [Changelog](https://github.com/cksac/fake-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/cksac/fake-rs/commits) Updates `time` from 0.3.37 to 0.3.41 - [Release notes](https://github.com/time-rs/time/releases) - [Changelog](https://github.com/time-rs/time/blob/main/CHANGELOG.md) - [Commits](time-rs/time@v0.3.37...v0.3.41) Updates `uuid` from 1.14.0 to 1.16.0 - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](uuid-rs/uuid@v1.14.0...v1.16.0) Updates `bytes` from 1.10.0 to 1.10.1 - [Release notes](https://github.com/tokio-rs/bytes/releases) - [Changelog](https://github.com/tokio-rs/bytes/blob/master/CHANGELOG.md) - [Commits](tokio-rs/bytes@v1.10.0...v1.10.1) Updates `hyper-util` from 0.1.10 to 0.1.11 - [Release notes](https://github.com/hyperium/hyper-util/releases) - [Changelog](https://github.com/hyperium/hyper-util/blob/master/CHANGELOG.md) - [Commits](hyperium/hyper-util@v0.1.10...v0.1.11) Updates `axum` from 0.8.1 to 0.8.3 - [Release notes](https://github.com/tokio-rs/axum/releases) - [Changelog](https://github.com/tokio-rs/axum/blob/main/CHANGELOG.md) - [Commits](https://github.com/tokio-rs/axum/commits/axum-v0.8.3) Updates `env_logger` from 0.11.6 to 0.11.8 - [Release notes](https://github.com/rust-cli/env_logger/releases) - [Changelog](https://github.com/rust-cli/env_logger/blob/main/CHANGELOG.md) - [Commits](rust-cli/env_logger@v0.11.6...v0.11.8) --- updated-dependencies: - dependency-name: indexmap dependency-version: 2.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-deps - dependency-name: implicit-clone dependency-version: 0.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-deps - dependency-name: base64ct dependency-version: 1.7.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-deps - dependency-name: bincode dependency-version: 2.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: cargo-deps - dependency-name: tokio dependency-version: 1.44.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-deps - dependency-name: syn dependency-version: 2.0.100 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-deps - dependency-name: once_cell dependency-version: 1.21.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-deps - dependency-name: prettyplease dependency-version: 0.2.32 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-deps - dependency-name: divan dependency-version: 0.1.18 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-deps - dependency-name: rand dependency-version: 0.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-deps - dependency-name: average dependency-version: 0.16.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-deps - dependency-name: serde_json dependency-version: 1.0.140 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-deps - dependency-name: clap dependency-version: 4.5.35 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-deps - dependency-name: reqwest dependency-version: 0.12.15 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-deps - dependency-name: anyhow dependency-version: 1.0.97 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-deps - dependency-name: chrono dependency-version: 0.4.40 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-deps - dependency-name: git2 dependency-version: 0.20.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-deps - dependency-name: semver dependency-version: 1.0.26 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-deps - dependency-name: log dependency-version: 0.4.27 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-deps - dependency-name: fake dependency-version: 4.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-deps - dependency-name: time dependency-version: 0.3.41 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-deps - dependency-name: uuid dependency-version: 1.16.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-deps - dependency-name: bytes dependency-version: 1.10.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-deps - dependency-name: hyper-util dependency-version: 0.1.11 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-deps - dependency-name: axum dependency-version: 0.8.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-deps - dependency-name: env_logger dependency-version: 0.11.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-deps ... Signed-off-by: dependabot[bot] <support@github.com>
Size ComparisonDetails
✅ None of the examples has changed their size significantly. |
Benchmark - coreYew MasterPull Request |
Contributor
Author
|
Looks like these dependencies are updatable in another way, so this is no longer needed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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 cargo-deps group with 26 updates in the / directory:
2.8.02.9.00.5.00.6.01.6.01.7.31.3.32.0.11.43.11.44.22.0.982.0.1001.20.31.21.30.2.290.2.320.1.170.1.180.8.50.9.00.15.10.16.01.0.1391.0.1404.5.304.5.350.12.120.12.151.0.961.0.970.4.390.4.400.20.00.20.11.0.251.0.260.4.260.4.274.0.04.3.00.3.370.3.411.14.01.16.01.10.01.10.10.1.100.1.110.8.10.8.30.11.60.11.8Updates
indexmapfrom 2.8.0 to 2.9.0Changelog
Sourced from indexmap's changelog.
Commits
1818d41Merge pull request #387 from cuviper/release-2.9.09f49983Release 2.9.0582a90fMerge pull request #386 from cuviper/de-borsh9011739Deprecate the "borsh" feature0a836e8Merge pull request #238 from NiklasJonsson/get_many_mut434d7acAvoid let-else for MSRV's sake5be552dImplement additional suggestions from review4e1d8ceAddress review feedback5aec9ecImplement get_disjoint_mut for arrays of keysd10de30Merge pull request #385 from iajoiner/docs/macrosUpdates
implicit-clonefrom 0.5.0 to 0.6.0Commits
Updates
base64ctfrom 1.6.0 to 1.7.3Commits
Updates
bincodefrom 1.3.3 to 2.0.1Release notes
Sourced from bincode's releases.
... (truncated)
Commits
4673360bump version to 2.0.1 (#760)5500e5eDerive Debug for Configuration (#759)89e4c40Fix issue when a foreignErrpollutes scope (#758)bd99729Use qualified path for Result::Ok in bincode_derive (#757)dd3feeaUpdate unty requirement from 0.0.3 to 0.0.4 (#753)e9de838remove prerelease warninga3381092.0.0 stable (#742)c8a42f7Decode context (#749)56da696make serde decode api consistent (#748)1332236Expose types implementingserde::SerializerandDeserializer(#729)Updates
tokiofrom 1.43.1 to 1.44.2Release notes
Sourced from tokio's releases.
... (truncated)
Commits
ec4b1d7chore: forward port 1.43.xe3c3a56Merge branch 'tokio-1.43.x' into forward-port-1.43.xd413c9cchore: prepare Tokio v1.44.1 (#7217)addbfb9rt: skip defer queue inblock_in_placecontext (#7216)8182ecfchore: prepare Tokio v1.44.0 (#7202)a258bffci: enable printing in multi thread loom tests (#7200)e076d21process: clarifyChild::killbehavior (#7162)042433cnet: debug_assert on creating a tokio socket from a blocking one (#7166)0284d1bmacros: makeselect!budget-aware (#7164)710bc80rt: coop should yield using waker defer strategy (#7185)Updates
synfrom 2.0.98 to 2.0.100Release notes
Sourced from syn's releases.
Commits
5357c8fRelease 2.0.10078a1efbMerge pull request #1852 from dtolnay/tokenstream01a9e6dVisit TokenStream in generated syntax tree traversals22bd069Bypass instantiating Span-specific visit functionsbf0a11dGeneralize proc_macro2 path to other terminal typesc38857aSimplify reference-to-references90381eaSort TERMINAL_TYPES alphabetically6a860b0Update test suite to nightly-2025-03-08aed58d1Update test suite to nightly-2025-03-054552057Release 2.0.99Updates
once_cellfrom 1.20.3 to 1.21.3Changelog
Sourced from once_cell's changelog.
... (truncated)
Commits
29e3d93Merge pull request #286 from briansmith/b/once-ref-drya206950Prepare for 1.21.3 release.17d4a9bDRYrace::OnceRef::{get_or_try_init, set}.01b1d56Merge pull request #285 from briansmith/b/once-ref-colda851cc4Mark initialization ofOnceRef::get_or_try_initcold.2447a93Merge pull request #281 from briansmith/b/init-innerc294d64Merge pull request #280 from briansmith/b/self5f0fdd4Merge pull request #283 from briansmith/b/cast_mut899e319Merge pull request #284 from briansmith/b/dry-get90da60bMark initialization ofOnceBox::get_or_try_initcold.Updates
prettypleasefrom 0.2.29 to 0.2.32Release notes
Sourced from prettyplease's releases.
Commits
81c6daaRelease 0.2.329e7423eReorder block comment logic to consider bytes in order3cf820bMerge pull request #113 from arkeet/block-comment-slash7c441beForbid block comments that end in a slash.3ee5818Release 0.2.319f3d76fMerge pull request #108 from dtolnay/arraywrap69da125Multiple array elements on the same line1effcbaMerge pull request #107 from dtolnay/vecarray9ecdb58Retain punctuated structure of VecArray425a6d0Merge pull request #106 from dtolnay/badoffsetUpdates
divanfrom 0.1.17 to 0.1.18Changelog
Sourced from divan's changelog.
Commits
f7eb6a5Release v0.1.183ed87f0Addcargo-nextestsupport1668505Createpreludemodule for simplifying imports3e2b473docs: Add WASM support to changelog600be86ci: Updateactions/cacheto v4525e8daAllow function pointer comparisons lint26e2888Remove the trailing comma that broke the world59f0336Added basic support for wasm32.98d6e68Fix typo in changelogUpdates
randfrom 0.8.5 to 0.9.0Changelog
Sourced from rand's changelog.
... (truncated)
Commits
96f8df6Prepare 0.9.0 release (#1558)34da321Enablestdarch_x86_avx512for cpu hasavx512bw(#1551)b4b1eb7Re-org with distr::slice, distr::weighted modules (#1548)16eb7deAdd thethread_rngfeature flag (#1547)afa24e4Fix test status badges (#1544)c681dfcCreate FUNDING.yml9f05e22Update: getrandom v0.3.0 rc.0 (#1541)88c310bFix docs.rs build options (#1539)b879689Adjust GH Actions (#1538)3fac49fPrepare 0.9.0-beta.0 (#1535)Updates
averagefrom 0.15.1 to 0.16.0Commits
Updates
serde_jsonfrom 1.0.139 to 1.0.140Release notes
Sourced from serde_json's releases.
Commits
7627834Release 1.0.140d77a498Merge pull request #1245 from serde-rs/powerpcb34d317Delete unused gcc installationf7200c3Ignore unbuffered_bytes clippy lint76cd4fbIgnore elidable_lifetime_names pedantic clippy lint400eaa9Point standard library links to stableUpdates
clapfrom 4.5.30 to 4.5.35Release notes
Sourced from clap's releases.
Changelog
Sourced from clap's changelog.
Commits
55a18f5chore: Release3b05635fix(complete): Ensure new enough clap is used5d2cdacchore: Releasef1c10ebdocs: Update changeloga4d1a7fchore(ci): Take a break from template updatese95ed39Merge pull request #5775 from vivienm/master18f8d4cchore(deps): Update Rust Stable to v1.82 (#5788)f35d8e0Merge pull request #5787 from epage/template1389d7dchore: Update from '_rust/main' templatedbc9faachore(ci): Initialize git for template updateUpdates
reqwestfrom 0.12.12 to 0.12.15Release notes
Sourced from reqwest's releases.
... (truncated)
Changelog
Sourced from reqwest's changelog.
Commits
54376c3v0.12.15e4bb3e6upgrade h3-quinn (#2605)96a4feaMerge tag 'v0.12.14'5fd3d5bRe-enable NO_PROXY envs on Windows (#2601)e9215fdSupport streaming response body in HTTP/3 (#2517)cf50f11v0.12.14f63c631re-add fetch_mode_no_cors shim when not in wasm, but deprecated (#2598)e44e371v0.12.13e83e138Added osv-scanner.toml file to ignore npm packages in wasm examples during vu...7e85d2fci: pin once-cell in msrv job (#2594)Updates
anyhowfrom 1.0.96 to 1.0.97Release notes
Sourced from anyhow's releases.
Commits
bfb89efRelease 1.0.97c7fca9bIgnore elidable_lifetime_names pedantic clippy lint427c0bbPoint standard library links to stableUpdates
chronofrom 0.4.39 to 0.4.40Release notes
Sourced from chrono's releases.
Commits
2b7a28eBump version to 0.4.406d29c8aAdd quarter (%q) date string specifier07216aeUpgrade to windows-bindgen 0.60bf1973cUse similar-asserts to show bindgen diffd0f8b59Restrict MSRV to check --lib1f345fdSwitch to 2024 idiomDescription has been truncated