chore(deps): bump the cargo-deps group across 1 directory with 6 updates#4053
Open
dependabot[bot] wants to merge 1 commit intomasterfrom
Open
chore(deps): bump the cargo-deps group across 1 directory with 6 updates#4053dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot[bot] wants to merge 1 commit intomasterfrom
Conversation
Size ComparisonDetails
✅ None of the examples has changed their size significantly. |
c8768f3 to
8452836
Compare
Bumps the cargo-deps group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [tokio](https://github.com/tokio-rs/tokio) | `1.49.0` | `1.50.0` | | [quote](https://github.com/dtolnay/quote) | `1.0.44` | `1.0.45` | | [trybuild](https://github.com/dtolnay/trybuild) | `1.0.115` | `1.0.116` | | [reqwest](https://github.com/seanmonstar/reqwest) | `0.12.24` | `0.13.2` | | [toml](https://github.com/toml-rs/toml) | `1.0.3+spec-1.1.0` | `1.0.4+spec-1.1.0` | | [libc](https://github.com/rust-lang/libc) | `0.2.175` | `0.2.182` | Updates `tokio` from 1.49.0 to 1.50.0 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.49.0...tokio-1.50.0) Updates `quote` from 1.0.44 to 1.0.45 - [Release notes](https://github.com/dtolnay/quote/releases) - [Commits](dtolnay/quote@1.0.44...1.0.45) Updates `trybuild` from 1.0.115 to 1.0.116 - [Release notes](https://github.com/dtolnay/trybuild/releases) - [Commits](dtolnay/trybuild@1.0.115...1.0.116) Updates `reqwest` from 0.12.24 to 0.13.2 - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](seanmonstar/reqwest@v0.12.24...v0.13.2) Updates `toml` from 1.0.3+spec-1.1.0 to 1.0.4+spec-1.1.0 - [Commits](toml-rs/toml@toml-v1.0.3...toml-v1.0.4) Updates `libc` from 0.2.175 to 0.2.182 - [Release notes](https://github.com/rust-lang/libc/releases) - [Changelog](https://github.com/rust-lang/libc/blob/0.2.182/CHANGELOG.md) - [Commits](rust-lang/libc@0.2.175...0.2.182) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.50.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-deps - dependency-name: quote dependency-version: 1.0.45 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-deps - dependency-name: trybuild dependency-version: 1.0.116 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-deps - dependency-name: reqwest dependency-version: 0.13.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-deps - dependency-name: toml dependency-version: 1.0.4+spec-1.1.0 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-deps - dependency-name: libc dependency-version: 0.2.182 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-deps ... Signed-off-by: dependabot[bot] <support@github.com>
8452836 to
671419b
Compare
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.
Bumps the cargo-deps group with 6 updates in the / directory:
1.49.01.50.01.0.441.0.451.0.1151.0.1160.12.240.13.21.0.3+spec-1.1.01.0.4+spec-1.1.00.2.1750.2.182Updates
tokiofrom 1.49.0 to 1.50.0Release notes
Sourced from tokio's releases.
... (truncated)
Commits
0273e45chore: prepare Tokio v1.50.0 (#7934)e3ee4e5chore: prepare tokio-macros v2.6.1 (#7943)8c980eaio: addwrite_all_vectoredtotokio-util(#7768)e35fd6dci: fix patch during clippy step (#7935)03fe44cruntime: fixevent_intervaldoc (#7932)d18e5dfio: fix race inMock::poll_write(#7882)f21f269runtime: fix race condition during the blocking pool shutdown (#7922)d81e8f0macros: remove (most) localusedeclarations intokio::select!(#7929)25e7f26rt: fix missing quotation in docs (#7925)e1a91efutil: fix typo in docs (#7926)Updates
quotefrom 1.0.44 to 1.0.45Release notes
Sourced from quote's releases.
Commits
842ffdeRelease 1.0.4593d691cMerge pull request #326 from dtolnay/arcd27d589ToTokens for Arc24d1082Update ui test suite to nightly-2026-02-1826b1276Unpin CI miri toolchainc5e1c9ePin CI miri to nightly-2026-02-1158e2155Remove compiler version support from readme1fc6b50Raise required compiler to Rust 1.71515480aUpdate ui test suite to nightly-2026-02-012c5e770Update ui test suite to nightly-2026-01-30Updates
trybuildfrom 1.0.115 to 1.0.116Release notes
Sourced from trybuild's releases.
Commits
56587f3Release 1.0.1166501198Update toml from 0.9 to 1.0Updates
reqwestfrom 0.12.24 to 0.13.2Release notes
Sourced from reqwest's releases.
... (truncated)
Changelog
Sourced from reqwest's changelog.
Commits
ad83b63v0.13.2c25f3dbchore: Add Windows and Linux arm64 to CI (#2960)761b89echore: upgrade wasm-streams to v0.5 (#2958)fd2d507fix(wasm): custom content-type overidden by json method for wasm (#2908)23eb7d4chore: update copyright year to 2026 (#2943)10c31c2fix(http3): specify h3 alpn for http3 connector (#2929)8530ec3docs: native-tls-alpn has changed to native-tls-no-alpn (#2940)04a216fchore(deps): remove unused webpki-roots and rustls-native-certs (#2932)406b59efix http2 feature is not enabled for native-tls ALPN (#2927)325a020Update readme for 0.13 (#2926)Updates
tomlfrom 1.0.3+spec-1.1.0 to 1.0.4+spec-1.1.0Commits
64c9e65chore: Release8328135docs: Update changelog2f8c907fix(parser): Error on table extension case (#1116)643e7fffix(parser): Make inline tables like document (#1115)7165463fix(parser): Add append error tracesea951a2fix(parser): Make inline tables like documentd4a12e3refactor(parser): Align between document/inline-tablec8e183efix(parser): Error on table extension case73e5623test(parse): Add cases for bad appends996aedcchore(deps): Update pre-commit hook crate-ci/typos to v1.44.0 (#1110)Updates
libcfrom 0.2.175 to 0.2.182Release notes
Sourced from libc's releases.
... (truncated)
Changelog
Sourced from libc's changelog.
... (truncated)
Commits
e879ee9chore: Release libc 0.2.1822efe72fremove copyright year in LICENSE-MIT634bc4eci: Update the list of tested and documented targetsd7aa109Revert "Disable hexagon-unknown-linux-musl testing for now"14e2f56Revert "ci: Skip hexagon-unknown-linux-musl"b7807c3Revert "aix: Temporarily skip checking powerpc64-ibm-aix builds"abe93a0feat(linux): addtgkillfor Linux and Android25f7ddefeat(redox): addRENAME_NOREPLACE4b4ce4ffeat(redox): addrenameat2ab8c36cbuild(deps): bump vmactions/solaris-vm from 1.2.8 to 1.3.0Dependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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