Skip to content

bump!: 🚀 upgrades available#1632

Merged
qmonnet merged 7 commits into
mainfrom
bump/cargo-upgrades
Jul 13, 2026
Merged

bump!: 🚀 upgrades available#1632
qmonnet merged 7 commits into
mainfrom
bump/cargo-upgrades

Conversation

@hedgehog-dataplane-update

Copy link
Copy Markdown
Contributor

🚀 Upgrades available

name old req compatible latest
bytes 1.12.0 1.12.1 1.12.1 1.12.1
inotify 0.11.3 0.11.4 0.11.4 0.11.4
thread_local 1.1.9 1.1.10 1.1.10 1.1.10
uuid 1.23.4 1.23.5 1.23.5 1.23.5

⚠️ This Pull Request was automatically generated and should be carefully reviewed before acceptance. It may introduce breaking changes.

Copilot AI review requested due to automatic review settings July 13, 2026 04:30
@hedgehog-dataplane-update hedgehog-dataplane-update Bot requested a review from a team as a code owner July 13, 2026 04:30
@hedgehog-dataplane-update hedgehog-dataplane-update Bot added automated ci:+cross/full ci:+vlab Enable VLAB tests dependencies Pull requests that update a dependency file labels Jul 13, 2026
@hedgehog-dataplane-update hedgehog-dataplane-update Bot requested review from daniel-noland and removed request for a team July 13, 2026 04:30

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot can't review bot-authored pull requests automatically. A user with Copilot access can request a review manually.

Comment thread npins/sources.json
"revision": "a79e9036fa48216bebaccfacd330793f11352000",
"url": "https://api.github.com/repos/rust-lang/rust/tarball/refs/tags/1.96.1",
"hash": "sha256-b3pSlErSxfHMk9tEjR8y9G0YlbgmnSBpzEXenwBHhNg="
"version": "1.97.0",

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note the Rust update.

@qmonnet qmonnet force-pushed the bump/cargo-upgrades branch from ed595c1 to 0356138 Compare July 13, 2026 14:17

@qmonnet qmonnet left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I added a commit to appease Clippy with the new version. Looks like everything's in order otherwise.

qmonnet and others added 7 commits July 13, 2026 15:27
We're about to update Rust to v1.97.0, and apparently this comes with
new Clippy warnings:

    error: truncating to zero length
      --> cli/bin/main.rs:40:9
       |
    40 |         answer.truncate(0);
       |         ^^^^^^^^^^^^^^^^^^
       |
       = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.97.0/index.html#manual_clear
    [...]
    help: use `clear()` instead
       |
    40 -         answer.truncate(0);
    40 +         answer.clear();
       |

and:

    267
    error: redundant reference in `writeln!` argument
       --> config/src/display.rs:152:39
        |
    152 |         writeln!(f, "   gwgroup: {}", &self.gwgroup)?;
        |                                       ^^^^^^^^^^^^^ help: remove the redundant `&`: `self.gwgroup`
        |
        = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.97.0/index.html#useless_borrows_in_formatting

Let's address these before we update.

Signed-off-by: Quentin Monnet <qmo@qmon.net>
Signed-off-by: github-actions[bot] <224724778+hedgehog-dataplane-update[bot]@users.noreply.github.com>
Signed-off-by: github-actions[bot] <224724778+hedgehog-dataplane-update[bot]@users.noreply.github.com>
name  old req compatible latest new req
====  ======= ========== ====== =======
bytes 1.12.0  1.12.1     1.12.1 1.12.1

Signed-off-by: github-actions[bot] <224724778+hedgehog-dataplane-update[bot]@users.noreply.github.com>
name    old req compatible latest new req
====    ======= ========== ====== =======
inotify 0.11.3  0.11.4     0.11.4 0.11.4

Signed-off-by: github-actions[bot] <224724778+hedgehog-dataplane-update[bot]@users.noreply.github.com>
name         old req compatible latest new req
====         ======= ========== ====== =======
thread_local 1.1.9   1.1.10     1.1.10 1.1.10

Signed-off-by: github-actions[bot] <224724778+hedgehog-dataplane-update[bot]@users.noreply.github.com>
name old req compatible latest new req
==== ======= ========== ====== =======
uuid 1.23.4  1.23.5     1.23.5 1.23.5

Signed-off-by: github-actions[bot] <224724778+hedgehog-dataplane-update[bot]@users.noreply.github.com>
@qmonnet qmonnet force-pushed the bump/cargo-upgrades branch from 0356138 to 85fd0fb Compare July 13, 2026 14:29
@qmonnet qmonnet added this pull request to the merge queue Jul 13, 2026
Merged via the queue into main with commit ea61cd0 Jul 13, 2026
33 checks passed
@qmonnet qmonnet deleted the bump/cargo-upgrades branch July 13, 2026 16:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automated ci:+cross/full ci:+vlab Enable VLAB tests dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants