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 #817

Merged
merged 1 commit into from
Jul 15, 2024
Merged

Weekly cargo update of dependencies #817

merged 1 commit into from
Jul 15, 2024

Conversation

obi1kenobi
Copy link
Owner

Automation to keep dependencies in Cargo.lock current.

The following is the output from cargo update:

     Locking 13 packages to latest compatible versions
    Updating bytes v1.6.0 -> v1.6.1
    Updating cc v1.0.105 -> v1.1.5
    Updating clap v4.5.8 -> v4.5.9
    Updating clap_builder v4.5.8 -> v4.5.9
    Updating http-body v1.0.0 -> v1.0.1
    Updating hyper v1.4.0 -> v1.4.1
    Updating rustls v0.23.10 -> v0.23.11
    Updating syn v2.0.69 -> v2.0.71
    Updating thiserror v1.0.61 -> v1.0.62
    Updating thiserror-impl v1.0.61 -> v1.0.62
    Updating tinyvec v1.7.0 -> v1.8.0
    Updating toml_edit v0.22.14 -> v0.22.15
    Updating uuid v1.9.1 -> v1.10.0
note: pass `--verbose` to see 39 unchanged dependencies behind latest

     Locking 13 packages to latest compatible versions
    Updating bytes v1.6.0 -> v1.6.1
    Updating cc v1.0.105 -> v1.1.5
    Updating clap v4.5.8 -> v4.5.9
    Updating clap_builder v4.5.8 -> v4.5.9
    Updating http-body v1.0.0 -> v1.0.1
    Updating hyper v1.4.0 -> v1.4.1
    Updating rustls v0.23.10 -> v0.23.11
    Updating syn v2.0.69 -> v2.0.71
    Updating thiserror v1.0.61 -> v1.0.62
    Updating thiserror-impl v1.0.61 -> v1.0.62
    Updating tinyvec v1.7.0 -> v1.8.0
    Updating toml_edit v0.22.14 -> v0.22.15
    Updating uuid v1.9.1 -> v1.10.0
note: pass `--verbose` to see 39 unchanged dependencies behind latest
@github-actions github-actions bot enabled auto-merge (squash) July 15, 2024 03:41
@github-actions github-actions bot merged commit a5ceaca into main Jul 15, 2024
34 of 35 checks passed
@github-actions github-actions bot deleted the cargo_update branch July 15, 2024 03:51
# 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