Skip to content

bump(cargo)!: 🚀 upgrades available#1608

Open
hedgehog-dataplane-update[bot] wants to merge 13 commits into
mainfrom
bump/cargo-upgrades
Open

bump(cargo)!: 🚀 upgrades available#1608
hedgehog-dataplane-update[bot] wants to merge 13 commits into
mainfrom
bump/cargo-upgrades

Conversation

@hedgehog-dataplane-update

@hedgehog-dataplane-update hedgehog-dataplane-update Bot commented Jun 29, 2026

Copy link
Copy Markdown
Contributor

🚀 Upgrades available

name             old req compatible latest  new req
====             ======= ========== ======  =======
anyhow           1.0.102 1.0.103    1.0.103 1.0.103
arc-swap         1.9.1   1.9.2      1.9.2   1.9.2  
arrayvec         0.7.7   0.7.8      0.7.8   0.7.8  
etherparse       0.20.2  0.20.3     0.20.3  0.20.3 
prefix-trie      0.9.2   0.9.3      0.9.3   0.9.3  
rand             0.10.1  0.10.2     0.10.2  0.10.2 
rapidhash        4.4.1   4.5.1      4.5.1   4.5.1  
reedline         0.48.0  0.48.0     0.49.0  0.49.0 
rkyv             0.8.16  0.8.17     0.8.17  0.8.17 
tracing-throttle 0.4.2   0.4.3      0.4.3   0.4.3  
uuid             1.23.3  1.23.4     1.23.4  1.23.4 

⚠️ 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 June 29, 2026 04:57
@hedgehog-dataplane-update hedgehog-dataplane-update Bot requested a review from a team as a code owner June 29, 2026 04:57
@hedgehog-dataplane-update hedgehog-dataplane-update Bot added automated ci:+cross/full dependencies Pull requests that update a dependency file labels Jun 29, 2026
@hedgehog-dataplane-update hedgehog-dataplane-update Bot requested review from Fredi-raspall and removed request for a team June 29, 2026 04:57

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.

@qmonnet

This comment was marked as outdated.

@mvachhar mvachhar requested a review from daniel-noland June 30, 2026 12:46
@mvachhar

Copy link
Copy Markdown
Contributor

@daniel-noland Can you take a look at this to see what the correct fix is (or if Claude's fix is correct)?

@qmonnet

qmonnet commented Jun 30, 2026

Copy link
Copy Markdown
Member

This is now blocking because of https://rustsec.org/advisories/RUSTSEC-2026-0190. I'll update a dependency bump without the npins update as a separate PR.

[EDIT: it's not, Daniel fixed it already. This PR just needs a rebase.]

@qmonnet

qmonnet commented Jun 30, 2026

Copy link
Copy Markdown
Member

Actually, it looks like Daniel already fixed the whole issue in main with a4ca986

@qmonnet

qmonnet commented Jun 30, 2026

Copy link
Copy Markdown
Member

We hit a different error now, it looks like oxalica's rust-overlay hasn't published a manifest for Rust 1.96.1 yet, which we try to pull. I'll try again tomorrow - I don't know if there's a better way to fix it to avoid this to happen again on future Rust releases.

@hedgehog-dataplane-update hedgehog-dataplane-update Bot force-pushed the bump/cargo-upgrades branch 3 times, most recently from 2d93cc2 to 3dcf6ef Compare July 1, 2026 05:58
@mvachhar

mvachhar commented Jul 1, 2026

Copy link
Copy Markdown
Contributor

Closed in favor of #1613 which appears to contain all the needed bumps.

@mvachhar mvachhar closed this Jul 1, 2026
@mvachhar mvachhar deleted the bump/cargo-upgrades branch July 1, 2026 09:57
@mvachhar mvachhar restored the bump/cargo-upgrades branch July 1, 2026 09:58
@mvachhar

mvachhar commented Jul 1, 2026

Copy link
Copy Markdown
Contributor

Reopening this #1613 was targeted to Daniels other branch which isn't passing tests. I accidentally merged that because I didn't realize it wasn't for main. Reopening this as a placeholder, I suspect this will be subsumed by another PR and closed later.

@mvachhar mvachhar reopened this Jul 1, 2026
@hedgehog-dataplane-update hedgehog-dataplane-update Bot force-pushed the bump/cargo-upgrades branch 4 times, most recently from fd391e6 to 2bd059a Compare July 1, 2026 22:31
@hedgehog-dataplane-update hedgehog-dataplane-update Bot force-pushed the bump/cargo-upgrades branch 5 times, most recently from 411e4ba to 1b0d7eb Compare July 2, 2026 01:12
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
====   ======= ========== ======  =======
anyhow 1.0.102 1.0.103    1.0.103 1.0.103

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

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

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

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

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

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

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

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

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

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.3  1.23.4     1.23.4 1.23.4

Signed-off-by: github-actions[bot] <224724778+hedgehog-dataplane-update[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automated ci:+cross/full dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants