Skip to content
New issue

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

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

Already on GitHub? # to your account

Weekly cargo update of dependencies #942

Merged
merged 1 commit into from
Sep 23, 2024
Merged

Weekly cargo update of dependencies #942

merged 1 commit into from
Sep 23, 2024

Conversation

obi1kenobi
Copy link
Owner

Automation to keep dependencies in Cargo.lock current.

The following is the output from cargo update:

     Locking 14 packages to latest compatible versions
    Updating bytes v1.7.1 -> v1.7.2
    Updating cc v1.1.20 -> v1.1.21
    Updating clap v4.5.17 -> v4.5.18
    Updating clap_builder v4.5.17 -> v4.5.18
    Updating clap_derive v4.5.13 -> v4.5.18
    Updating curl-sys v0.4.75+curl-8.10.0 -> v0.4.76+curl-8.10.1
    Updating pest v2.7.12 -> v2.7.13
    Updating pest_derive v2.7.12 -> v2.7.13
    Updating pest_generator v2.7.12 -> v2.7.13
    Updating pest_meta v2.7.12 -> v2.7.13
    Updating thiserror v1.0.63 -> v1.0.64
    Updating thiserror-impl v1.0.63 -> v1.0.64
    Updating unicode-normalization v0.1.23 -> v0.1.24
    Updating webpki-roots v0.26.5 -> v0.26.6
note: pass `--verbose` to see 63 unchanged dependencies behind latest

     Locking 14 packages to latest compatible versions
    Updating bytes v1.7.1 -> v1.7.2
    Updating cc v1.1.20 -> v1.1.21
    Updating clap v4.5.17 -> v4.5.18
    Updating clap_builder v4.5.17 -> v4.5.18
    Updating clap_derive v4.5.13 -> v4.5.18
    Updating curl-sys v0.4.75+curl-8.10.0 -> v0.4.76+curl-8.10.1
    Updating pest v2.7.12 -> v2.7.13
    Updating pest_derive v2.7.12 -> v2.7.13
    Updating pest_generator v2.7.12 -> v2.7.13
    Updating pest_meta v2.7.12 -> v2.7.13
    Updating thiserror v1.0.63 -> v1.0.64
    Updating thiserror-impl v1.0.63 -> v1.0.64
    Updating unicode-normalization v0.1.23 -> v0.1.24
    Updating webpki-roots v0.26.5 -> v0.26.6
note: pass `--verbose` to see 63 unchanged dependencies behind latest
@github-actions github-actions bot enabled auto-merge (squash) September 23, 2024 03:45
@github-actions github-actions bot merged commit 259395b into main Sep 23, 2024
32 checks passed
@github-actions github-actions bot deleted the cargo_update branch September 23, 2024 03:56
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant