-
-
Notifications
You must be signed in to change notification settings - Fork 938
build(deps): bump the cargo-minor group across 1 directory with 4 updates #19100
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
Conversation
…ates Bumps the cargo-minor group with 4 updates in the / directory: [serde](https://github.com/serde-rs/serde), [quote](https://github.com/dtolnay/quote), [syn](https://github.com/dtolnay/syn) and [reqwest](https://github.com/seanmonstar/reqwest). Updates `serde` from 1.0.216 to 1.0.217 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.216...v1.0.217) Updates `quote` from 1.0.37 to 1.0.38 - [Release notes](https://github.com/dtolnay/quote/releases) - [Commits](dtolnay/quote@1.0.37...1.0.38) Updates `syn` from 2.0.91 to 2.0.93 - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](dtolnay/syn@2.0.91...2.0.93) Updates `reqwest` from 0.12.9 to 0.12.11 - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](seanmonstar/reqwest@v0.12.9...v0.12.11) --- updated-dependencies: - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-minor - dependency-name: quote dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-minor - dependency-name: syn dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-minor - dependency-name: reqwest dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-minor ... Signed-off-by: dependabot[bot] <[email protected]>
| ] | ||
|
|
||
| [[package]] | ||
| name = "tower" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we mind this? 🤔
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
https://crates.io/crates/tower
I don't think pulling it in is a big deal, just thought I'd ask for a second opinion...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I mean what would even do about it? reqwest already used a bunch of other tower crates before as well.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fair...
Bumps the cargo-minor group with 4 updates in the / directory: serde, quote, syn and reqwest.
Updates
serdefrom 1.0.216 to 1.0.217Release notes
Sourced from serde's releases.
Commits
930401bRelease 1.0.217cb6eaeaFix roundtrip inconsistency:b6f339cResolve repr_packed_without_abi clippy lint in tests2a5caeaMerge pull request #2872 from dtolnay/ehpersonalityb9f93f9Add no-std CI on stable compilereb5cd47Drop #[lang = "eh_personality"] from no-std test8478a3bMerge pull request #2871 from dtolnay/nostdstartdbb9091Replace #[start] with extern fn mainUpdates
quotefrom 1.0.37 to 1.0.38Release notes
Sourced from quote's releases.
Commits
0245506Release 1.0.38d978c51Merge pull request #286 from dtolnay/array09d1e42Implement repetition for arrays5bba89fAdd repetition test with array of arrayaafba72Prevent upload-artifact step from causing CI failurec889896Update not-quotable ui test for ToTokens impl changes87c247fResolve some needless_lifetimes clippy lints31d7a01Ignore needless_lifetimes clippy lint6cff24bUpload CI Cargo.lock for reproducing failuresUpdates
synfrom 2.0.91 to 2.0.93Release notes
Sourced from syn's releases.
Commits
3f2acdcRelease 2.0.932ecf36aMerge pull request #1810 from dtolnay/confusable6240d9cRecursive implementation of confusable_with_adjacent_block39c8d4eMerge pull request #1809 from dtolnay/permutationsc770215Add exhaustive expressions parsing test672aca9Exclude slow expressions test from miri52d1ebbMerge pull request #1808 from dtolnay/ifbreak7fbb4aeFixif break x {}6baa793Merge pull request #1807 from dtolnay/rangearrow23f8f3bFixmatch x { _ if .. => {} }Updates
reqwestfrom 0.12.9 to 0.12.11Release notes
Sourced from reqwest's releases.
Changelog
Sourced from reqwest's changelog.
Commits
224f0b8v0.12.11beea332fix decoding extra empty frame (#2508)177cc7fcleanup: typo fix409cff3v0.12.10ea48da7docs: fix a few spelling issues (#2478)3ce98b5fix: propagate Body::size_hint when wrapping bodies (#2503)44ca5eeremove Clone from connect::Unnameable for now (#2502)2a7c1b6feat: allow pluggable tower layers in connector service stack (#2496)8a2174fchore: in README, update requirements to mention rustls along with vendored o...d36c0f5perf: fix decoder streams to make pooled connections reusable (#2484)Dependabot 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 mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@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