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

Merged
merged 1 commit into from
May 13, 2024
Merged

Weekly cargo update of dependencies #778

merged 1 commit into from
May 13, 2024

Conversation

obi1kenobi
Copy link
Owner

Automation to keep dependencies in Cargo.lock current.

The following is the output from cargo update:

    Updating anyhow v1.0.82 -> v1.0.83
    Updating async-compression v0.4.9 -> v0.4.10
    Updating cc v1.0.96 -> v1.0.97
    Updating errno v0.3.8 -> v0.3.9
    Updating getrandom v0.2.14 -> v0.2.15
    Updating proc-macro2 v1.0.81 -> v1.0.82
    Updating rustc-demangle v0.1.23 -> v0.1.24
    Updating ryu v1.0.17 -> v1.0.18
    Updating semver v1.0.22 -> v1.0.23
    Updating serde v1.0.200 -> v1.0.201
    Updating serde_derive v1.0.200 -> v1.0.201
    Updating serde_json v1.0.116 -> v1.0.117
    Updating sha1-asm v0.5.2 -> v0.5.3
    Updating syn v2.0.60 -> v2.0.63
    Updating thiserror v1.0.59 -> v1.0.60
    Updating thiserror-impl v1.0.59 -> v1.0.60
note: pass `--verbose` to see 69 unchanged dependencies behind latest

    Updating anyhow v1.0.82 -> v1.0.83
    Updating async-compression v0.4.9 -> v0.4.10
    Updating cc v1.0.96 -> v1.0.97
    Updating errno v0.3.8 -> v0.3.9
    Updating getrandom v0.2.14 -> v0.2.15
    Updating proc-macro2 v1.0.81 -> v1.0.82
    Updating rustc-demangle v0.1.23 -> v0.1.24
    Updating ryu v1.0.17 -> v1.0.18
    Updating semver v1.0.22 -> v1.0.23
    Updating serde v1.0.200 -> v1.0.201
    Updating serde_derive v1.0.200 -> v1.0.201
    Updating serde_json v1.0.116 -> v1.0.117
    Updating sha1-asm v0.5.2 -> v0.5.3
    Updating syn v2.0.60 -> v2.0.63
    Updating thiserror v1.0.59 -> v1.0.60
    Updating thiserror-impl v1.0.59 -> v1.0.60
note: pass `--verbose` to see 69 unchanged dependencies behind latest
@github-actions github-actions bot enabled auto-merge (squash) May 13, 2024 03:41
@github-actions github-actions bot merged commit a8ae66c into main May 13, 2024
33 checks passed
@github-actions github-actions bot deleted the cargo_update branch May 13, 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