Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Weekly cargo update of fuzzing dependencies #750

Merged
merged 1 commit into from
Mar 10, 2025
Merged

Conversation

obi1kenobi
Copy link
Owner

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

The following is the output from cargo update:

     Locking 13 packages to latest compatible versions
    Updating bytes v1.10.0 -> v1.10.1
    Updating either v1.14.0 -> v1.15.0
    Updating itoa v1.0.14 -> v1.0.15
    Updating proc-macro2 v1.0.93 -> v1.0.94
    Updating quote v1.0.38 -> v1.0.39
    Updating ryu v1.0.19 -> v1.0.20
    Updating serde v1.0.218 -> v1.0.219
    Updating serde_derive v1.0.218 -> v1.0.219
    Updating serde_json v1.0.139 -> v1.0.140
    Updating syn v2.0.98 -> v2.0.100
    Updating thiserror v2.0.11 -> v2.0.12
    Updating thiserror-impl v2.0.11 -> v2.0.12
    Updating unicode-ident v1.0.17 -> v1.0.18
note: pass `--verbose` to see 1 unchanged dependencies behind latest

     Locking 13 packages to latest compatible versions
    Updating bytes v1.10.0 -> v1.10.1
    Updating either v1.14.0 -> v1.15.0
    Updating itoa v1.0.14 -> v1.0.15
    Updating proc-macro2 v1.0.93 -> v1.0.94
    Updating quote v1.0.38 -> v1.0.39
    Updating ryu v1.0.19 -> v1.0.20
    Updating serde v1.0.218 -> v1.0.219
    Updating serde_derive v1.0.218 -> v1.0.219
    Updating serde_json v1.0.139 -> v1.0.140
    Updating syn v2.0.98 -> v2.0.100
    Updating thiserror v2.0.11 -> v2.0.12
    Updating thiserror-impl v2.0.11 -> v2.0.12
    Updating unicode-ident v1.0.17 -> v1.0.18
note: pass `--verbose` to see 1 unchanged dependencies behind latest
@obi1kenobi obi1kenobi added the R-automated Release: these changes were created automatically by a bot label Mar 10, 2025
@github-actions github-actions bot enabled auto-merge (squash) March 10, 2025 03:43
@github-actions github-actions bot merged commit 67f3508 into main Mar 10, 2025
14 checks passed
@github-actions github-actions bot deleted the fuzz_cargo_update branch March 10, 2025 03:46
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