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

Merged
merged 1 commit into from
Jul 1, 2024
Merged

Weekly cargo update of dependencies #807

merged 1 commit into from
Jul 1, 2024

Conversation

obi1kenobi
Copy link
Owner

Automation to keep dependencies in Cargo.lock current.

The following is the output from cargo update:

     Locking 16 packages to latest compatible versions
    Updating bitflags v2.5.0 -> v2.6.0
    Updating cc v1.0.100 -> v1.0.103
    Updating clap v4.5.7 -> v4.5.8
    Updating clap_builder v4.5.7 -> v4.5.8
    Updating clap_derive v4.5.5 -> v4.5.8
    Updating either v1.12.0 -> v1.13.0
    Updating gix-actor v0.31.2 -> v0.31.3
    Updating gix-path v0.10.7 -> v0.10.8
    Updating log v0.4.21 -> v0.4.22
    Updating object v0.36.0 -> v0.36.1
    Updating serde_json v1.0.117 -> v1.0.119
    Updating subtle v2.6.0 -> v2.6.1
    Updating tame-index v0.12.0 -> v0.12.1
    Updating tinyvec v1.6.0 -> v1.6.1
    Updating toml-span v0.2.1 -> v0.3.0
    Updating uuid v1.8.0 -> v1.9.1
note: pass `--verbose` to see 37 unchanged dependencies behind latest

     Locking 16 packages to latest compatible versions
    Updating bitflags v2.5.0 -> v2.6.0
    Updating cc v1.0.100 -> v1.0.103
    Updating clap v4.5.7 -> v4.5.8
    Updating clap_builder v4.5.7 -> v4.5.8
    Updating clap_derive v4.5.5 -> v4.5.8
    Updating either v1.12.0 -> v1.13.0
    Updating gix-actor v0.31.2 -> v0.31.3
    Updating gix-path v0.10.7 -> v0.10.8
    Updating log v0.4.21 -> v0.4.22
    Updating object v0.36.0 -> v0.36.1
    Updating serde_json v1.0.117 -> v1.0.119
    Updating subtle v2.6.0 -> v2.6.1
    Updating tame-index v0.12.0 -> v0.12.1
    Updating tinyvec v1.6.0 -> v1.6.1
    Updating toml-span v0.2.1 -> v0.3.0
    Updating uuid v1.8.0 -> v1.9.1
note: pass `--verbose` to see 37 unchanged dependencies behind latest
@github-actions github-actions bot enabled auto-merge (squash) July 1, 2024 03:41
@github-actions github-actions bot merged commit 5108eee into main Jul 1, 2024
33 checks passed
@github-actions github-actions bot deleted the cargo_update branch July 1, 2024 03:50
# 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