deps(deps): bump the cargo-minor-and-patch group across 1 directory with 8 updates - #11067
dependabot[bot] wants to merge 2 commits into
Conversation
|
Important Review skippedBot user detected. To trigger a single review, invoke the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Advanced Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
03eb9fc to
796c2dd
Compare
…ith 8 updates Bumps the cargo-minor-and-patch group with 8 updates in the / directory: | Package | From | To | | --- | --- | --- | | [clap](https://github.com/clap-rs/clap) | `4.6.6` | `4.6.7` | | [toml](https://github.com/toml-rs/toml) | `1.1.5+spec-1.1.0` | `1.1.6+spec-1.1.0` | | [console](https://github.com/console-rs/console) | `0.16.4` | `0.16.6` | | [http](https://github.com/hyperium/http) | `1.4.1` | `1.5.0` | | [hickory-proto](https://github.com/hickory-dns/hickory-dns) | `0.26.2` | `0.26.3` | | [cc](https://github.com/rust-lang/cc-rs) | `1.4.5` | `1.4.6` | | [uuid](https://github.com/uuid-rs/uuid) | `1.26.0` | `1.26.1` | | [mongodb](https://github.com/mongodb/mongo-rust-driver) | `3.9.0` | `3.9.1` | Updates `clap` from 4.6.6 to 4.6.7 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/main/CHANGELOG.md) - [Commits](clap-rs/clap@clap_complete-v4.6.6...clap_complete-v4.6.7) Updates `toml` from 1.1.5+spec-1.1.0 to 1.1.6+spec-1.1.0 - [Commits](toml-rs/toml@toml-v1.1.5...toml-v1.1.6) Updates `console` from 0.16.4 to 0.16.6 - [Release notes](https://github.com/console-rs/console/releases) - [Changelog](https://github.com/console-rs/console/blob/main/CHANGELOG.md) - [Commits](console-rs/console@0.16.4...0.16.6) Updates `http` from 1.4.1 to 1.5.0 - [Release notes](https://github.com/hyperium/http/releases) - [Changelog](https://github.com/hyperium/http/blob/master/CHANGELOG.md) - [Commits](hyperium/http@v1.4.1...v1.5.0) Updates `hickory-proto` from 0.26.2 to 0.26.3 - [Release notes](https://github.com/hickory-dns/hickory-dns/releases) - [Changelog](https://github.com/hickory-dns/hickory-dns/blob/main/CHANGELOG.md) - [Commits](hickory-dns/hickory-dns@v0.26.2...v0.26.3) Updates `cc` from 1.4.5 to 1.4.6 - [Release notes](https://github.com/rust-lang/cc-rs/releases) - [Changelog](https://github.com/rust-lang/cc-rs/blob/main/CHANGELOG.md) - [Commits](rust-lang/cc-rs@cc-v1.4.5...cc-v1.4.6) Updates `uuid` from 1.26.0 to 1.26.1 - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](uuid-rs/uuid@v1.26.0...v1.26.1) Updates `mongodb` from 3.9.0 to 3.9.1 - [Release notes](https://github.com/mongodb/mongo-rust-driver/releases) - [Commits](mongodb/mongo-rust-driver@v3.9.0...v3.9.1) --- updated-dependencies: - dependency-name: cc dependency-version: 1.4.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-minor-and-patch - dependency-name: clap dependency-version: 4.6.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-minor-and-patch - dependency-name: console dependency-version: 0.16.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-minor-and-patch - dependency-name: hickory-proto dependency-version: 0.26.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-minor-and-patch - dependency-name: http dependency-version: 1.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-minor-and-patch - dependency-name: mongodb dependency-version: 3.9.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-minor-and-patch - dependency-name: toml dependency-version: 1.1.6+spec-1.1.0 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-minor-and-patch - dependency-name: uuid dependency-version: 1.26.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-minor-and-patch ... Signed-off-by: dependabot[bot] <support@github.com>
796c2dd to
641bad4
Compare
…olve The cargo-minor-and-patch group bump's re-resolve pulled quinn-udp's windows-sys pin down from 0.60.2 to 0.59.0 (both satisfy quinn-udp's >=0.52,<=0.60 requirement; nothing else in the bump touched this edge). Re-add the windows-sys 0.60.2 / windows-targets 0.53.5 lock entries and point quinn-udp back at them, matching main and clearing lock_no_downgrade.py's per-consumer check. Re-record scripts/tokio_inventory.json for the mongodb 3.9.0 -> 3.9.1 bump.
Resolving #11091's Cargo.lock conflict by taking main's lockfile silently discarded #11067's group bump, which had been cherry-picked earlier in the same assembly: mongodb 3.9.1->3.9.0, clap 4.6.7->4.6.6, toml 1.1.6->1.1.5, http 1.5.0->1.4.1, hickory-proto 0.26.3->0.26.2, cc 1.4.6->1.4.5, uuid 1.26.1->1.26.0. Worth noting WHICH gate caught it. `lock_no_downgrade.py --vs origin/main` stayed GREEN, correctly: relative to main nothing moved backwards, the bumps simply never happened. Only `tokio_inventory.py` saw it, because it compares against its own recorded list rather than against the merge base: Cargo.lock version change: mongodb ['3.9.1'] -> ['3.9.0'] Restored by taking #11067's lockfile and re-resolving the merged manifests on top, rather than hand-merging. Verified: cargo metadata --locked rc=0 (lock satisfies every manifest) tokio_inventory.py unchanged lock_no_downgrade.py --vs main no resolved version moved backwards rustls 0.23.45, getrandom 0.4.3 both at or above their floors
|
Landed on Cherry-picked from this PR's head Nothing needed from you. Thanks. |
|
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 |
Bumps the cargo-minor-and-patch group with 8 updates in the / directory:
4.6.64.6.71.1.5+spec-1.1.01.1.6+spec-1.1.00.16.40.16.61.4.11.5.00.26.20.26.31.4.51.4.61.26.01.26.13.9.03.9.1Updates
clapfrom 4.6.6 to 4.6.7Release notes
Sourced from clap's releases.
Changelog
Sourced from clap's changelog.
Commits
d3e59a9chore: Released997f87docs: Update changelogfb6058cMerge pull request #6409 from heaths/pwsh-support2310870test(complete): Add tests for completer_for_path5967c17refactor(complete): Move shell detection to Shells594602bfix(complete): Detect pwsh for PowerShell3a4f2d0Merge pull request #6427 from clap-rs/renovate/shlex-2.x67ebaedMerge pull request #6426 from clap-rs/renovate/actions-checkout-7.xc968b13chore(deps): Update Rust crate shlex to v28f247cbchore(deps): Update actions/checkout action to v7Updates
tomlfrom 1.1.5+spec-1.1.0 to 1.1.6+spec-1.1.0Commits
572c005chore: Release66d0c53docs: Update changelog07af4e7perf: Reduce allocations in toml_edit parsing and dumping (#1215)0ff90dbperf(display): Write encoded strings directlyefb2536perf(display): Move generated representation strings075c444refactor(display): Consolidate key-path encodingb48f338perf(display): Borrow table keys during document outputc6c1de3perf(parser): Move completed table header keysec90463perf(parser): Borrow input when creating editable documentsd76a48atest: Benchmark rendering generated keys and valuesUpdates
consolefrom 0.16.4 to 0.16.6Release notes
Sourced from console's releases.
Commits
4329b77Bump version to 0.16.6bdf46b0utils: wrap tests in module4f54213fix: measure the truncation tail in visible columnsed342d0test: consolidate text width regression coverage48b99e9perf: accelerate printable ASCII text widthabf0358Fix truncate_str panicking mid-character without ansi-parsingac3cb73Bump version to 0.16.597a91aeansi: strip OSC and DCS sequencesUpdates
httpfrom 1.4.1 to 1.5.0Release notes
Sourced from http's releases.
Changelog
Sourced from http's changelog.
Commits
16fc9a7v1.5.0e559023fix(uri): enforce max length in PathAndQuery (#856)2178e17perf(header,uri): faster value validation, URI parse/format, map inserts (#852)03c8cd7fix(uri): allow empty paths in uri::Builder (#853)bb8705bfeat(method): add QUERY method (#798)82db5b8v1.4.2a9cdbf8fix(uri): reject DEL character (#842)df75ca3fix(uri): allow STAR paths with scheme/auth (#843)ec3f8cefeat(method): impl PartialOrd + Ord (#840)Updates
hickory-protofrom 0.26.2 to 0.26.3Release notes
Sourced from hickory-proto's releases.
Commits
bd37cafnet: require authenticated insecure-delegation proofs5a79511Add conformance test for regressionc268442net: fix ancestor delegation issues9488e8eExclude accepting QUIC connections from timeouts4ad16c3Bump version to 0.26.3cfab556proto: ignore RRSIGs in DnssecSummary::from_records819a6bcnet: try every RRSIG before marking an RRset bogus688231eresolver: use lenient resolv.conf parsingca5d1a1resolver: Fix 'unused method' with featuresblocklist,tls-ring678b01bFix unnecessary qualification warningUpdates
ccfrom 1.4.5 to 1.4.6Release notes
Sourced from cc's releases.
Changelog
Sourced from cc's changelog.
Commits
4c76c59chore(cc): release v1.4.6 (#1895)ecdd98fchore(deps): update windows-bindgen requirement from 0.66 to 0.100 (#1896)9fea865Add support for CUDA on Windows on ARM. (#1893)29acb75chore(deps): bump taiki-e/install-action from 2.87.2 to 2.87.4 (#1888)f0d33bbRegenerate target info (#1891)1686a3dchore(deps): bump tombi-toml/setup-tombi from 1.5.0 to 1.5.1 (#1890)bd6b7d0chore(deps): bump release-plz/action from 0.5.131 to 0.5.132 (#1889)42adfcaFix ci(test): make sure right toolchain is passed (#1892)527ec73fix: Prevent check_exe from dropping flags on the floor. (#1884)fc1fb3cchore(deps): bump tombi-toml/setup-tombi from 1.2.5 to 1.5.0 (#1885)Updates
uuidfrom 1.26.0 to 1.26.1Release notes
Sourced from uuid's releases.
Commits
9f92712Merge pull request #910 from uuid-rs/cargo/v1.26.1d4df8f0prepare for 1.26.1 release5613f23Merge pull request #909 from uuid-rs/fix/ts-conversion-overflowfda00ebdon't panic in overflowing Timestamp to SystemTime conversionc82e88cMerge pull request #907 from lenamonj/v7-counter-placementac065a6Align the counter diagram34ec102Seat the v7 counter below the version nibbleUpdates
mongodbfrom 3.9.0 to 3.9.1Release notes
Sourced from mongodb's releases.
Commits
16bc932release v3.9.1 (#1792)