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 6 packages to latest compatible versions
    Updating bstr v1.12.0 -> v1.12.1
    Updating cc v1.2.41 -> v1.2.43
    Updating globset v0.4.17 -> v0.4.18
    Updating proc-macro2 v1.0.101 -> v1.0.103
    Updating syn v2.0.107 -> v2.0.108
    Updating unicode-ident v1.0.19 -> v1.0.20
note: pass `--verbose` to see 2 unchanged dependencies behind latest

     Locking 6 packages to latest compatible versions
    Updating bstr v1.12.0 -> v1.12.1
    Updating cc v1.2.41 -> v1.2.43
    Updating globset v0.4.17 -> v0.4.18
    Updating proc-macro2 v1.0.101 -> v1.0.103
    Updating syn v2.0.107 -> v2.0.108
    Updating unicode-ident v1.0.19 -> v1.0.20
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 27, 2025
@github-actions github-actions bot enabled auto-merge (squash) October 27, 2025 04:04
@github-actions github-actions bot merged commit e4405eb into main Oct 27, 2025
15 checks passed
@github-actions github-actions bot deleted the fuzz_cargo_update branch October 27, 2025 04:10
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