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

Merged
merged 1 commit into from
Jul 22, 2024
Merged

Weekly cargo update of dependencies #822

merged 1 commit into from
Jul 22, 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 async-compression v0.4.11 -> v0.4.12
    Removing bstr v0.2.17
    Updating cargo_toml v0.20.3 -> v0.20.4
    Updating cc v1.1.5 -> v1.1.6
    Updating gix-path v0.10.8 -> v0.10.9
    Updating redox_syscall v0.5.2 -> v0.5.3
    Removing regex-automata v0.1.10
    Updating sha1_smol v1.0.0 -> v1.0.1
    Updating similar v2.5.0 -> v2.6.0
    Updating syn v2.0.71 -> v2.0.72
    Updating thiserror v1.0.62 -> v1.0.63
    Updating thiserror-impl v1.0.62 -> v1.0.63
    Updating tokio v1.38.0 -> v1.38.1
    Updating toml v0.8.14 -> v0.8.15
    Updating toml_edit v0.22.15 -> v0.22.16
    Updating winnow v0.6.13 -> v0.6.14
note: pass `--verbose` to see 38 unchanged dependencies behind latest

     Locking 14 packages to latest compatible versions
    Updating async-compression v0.4.11 -> v0.4.12
    Removing bstr v0.2.17
    Updating cargo_toml v0.20.3 -> v0.20.4
    Updating cc v1.1.5 -> v1.1.6
    Updating gix-path v0.10.8 -> v0.10.9
    Updating redox_syscall v0.5.2 -> v0.5.3
    Removing regex-automata v0.1.10
    Updating sha1_smol v1.0.0 -> v1.0.1
    Updating similar v2.5.0 -> v2.6.0
    Updating syn v2.0.71 -> v2.0.72
    Updating thiserror v1.0.62 -> v1.0.63
    Updating thiserror-impl v1.0.62 -> v1.0.63
    Updating tokio v1.38.0 -> v1.38.1
    Updating toml v0.8.14 -> v0.8.15
    Updating toml_edit v0.22.15 -> v0.22.16
    Updating winnow v0.6.13 -> v0.6.14
note: pass `--verbose` to see 38 unchanged dependencies behind latest
@github-actions github-actions bot enabled auto-merge (squash) July 22, 2024 03:41
@github-actions github-actions bot merged commit bcbf93c into main Jul 22, 2024
33 of 34 checks passed
@github-actions github-actions bot deleted the cargo_update branch July 22, 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