Skip to content

Conversation

@obi1kenobi
Copy link
Owner

Automation to keep dependencies in the fuzzing Cargo.lock current.

The following is the output from cargo update:

     Locking 9 packages to latest compatible versions
    Updating bitflags v2.9.4 -> v2.10.0
    Updating cfg-if v1.0.3 -> v1.0.4
    Updating getrandom v0.3.3 -> v0.3.4
    Updating globset v0.4.16 -> v0.4.17
    Updating indexmap v2.11.4 -> v2.12.0
    Updating regex v1.12.1 -> v1.12.2
    Updating regex-automata v0.4.12 -> v0.4.13
    Updating regex-syntax v0.8.7 -> v0.8.8
    Updating syn v2.0.106 -> v2.0.107
    Removing wasi v0.14.7+wasi-0.2.4
note: pass `--verbose` to see 2 unchanged dependencies behind latest

     Locking 9 packages to latest compatible versions
    Updating bitflags v2.9.4 -> v2.10.0
    Updating cfg-if v1.0.3 -> v1.0.4
    Updating getrandom v0.3.3 -> v0.3.4
    Updating globset v0.4.16 -> v0.4.17
    Updating indexmap v2.11.4 -> v2.12.0
    Updating regex v1.12.1 -> v1.12.2
    Updating regex-automata v0.4.12 -> v0.4.13
    Updating regex-syntax v0.8.7 -> v0.8.8
    Updating syn v2.0.106 -> v2.0.107
    Removing wasi v0.14.7+wasi-0.2.4
note: pass `--verbose` to see 2 unchanged dependencies behind latest
@obi1kenobi obi1kenobi added the R-automated Release: these changes were created automatically by a bot label Oct 20, 2025
@github-actions github-actions bot enabled auto-merge (squash) October 20, 2025 04:00
@github-actions github-actions bot merged commit c38c2ce into main Oct 20, 2025
20 checks passed
@github-actions github-actions bot deleted the fuzz_cargo_update branch October 20, 2025 04:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

R-automated Release: these changes were created automatically by a bot

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant