Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Weekly cargo update of dependencies #780

Merged
merged 1 commit into from
May 20, 2024
Merged

Weekly cargo update of dependencies #780

merged 1 commit into from
May 20, 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.83 -> v1.0.86
    Updating camino v1.1.6 -> v1.1.7
    Updating cc v1.0.97 -> v1.0.98
    Updating crossbeam-channel v0.5.12 -> v0.5.13
    Updating crossbeam-utils v0.8.19 -> v0.8.20
    Updating either v1.11.0 -> v1.12.0
    Updating gix-date v0.8.5 -> v0.8.6
    Updating libc v0.2.154 -> v0.2.155
    Updating linux-raw-sys v0.4.13 -> v0.4.14 (latest: v0.6.4)
    Updating miniz_oxide v0.7.2 -> v0.7.3
    Updating proc-macro2 v1.0.82 -> v1.0.83
    Updating serde v1.0.201 -> v1.0.202
    Updating serde_derive v1.0.201 -> v1.0.202
    Updating serde_spanned v0.6.5 -> v0.6.6
    Updating smol_str v0.2.1 -> v0.2.2
    Updating syn v2.0.63 -> v2.0.65
    Updating thiserror v1.0.60 -> v1.0.61
    Updating thiserror-impl v1.0.60 -> v1.0.61
    Updating toml v0.8.12 -> v0.8.13
    Updating toml_datetime v0.6.5 -> v0.6.6
    Updating toml_edit v0.22.12 -> v0.22.13
note: pass `--verbose` to see 69 unchanged dependencies behind latest

    Updating anyhow v1.0.83 -> v1.0.86
    Updating camino v1.1.6 -> v1.1.7
    Updating cc v1.0.97 -> v1.0.98
    Updating crossbeam-channel v0.5.12 -> v0.5.13
    Updating crossbeam-utils v0.8.19 -> v0.8.20
    Updating either v1.11.0 -> v1.12.0
    Updating gix-date v0.8.5 -> v0.8.6
    Updating libc v0.2.154 -> v0.2.155
    Updating linux-raw-sys v0.4.13 -> v0.4.14 (latest: v0.6.4)
    Updating miniz_oxide v0.7.2 -> v0.7.3
    Updating proc-macro2 v1.0.82 -> v1.0.83
    Updating serde v1.0.201 -> v1.0.202
    Updating serde_derive v1.0.201 -> v1.0.202
    Updating serde_spanned v0.6.5 -> v0.6.6
    Updating smol_str v0.2.1 -> v0.2.2
    Updating syn v2.0.63 -> v2.0.65
    Updating thiserror v1.0.60 -> v1.0.61
    Updating thiserror-impl v1.0.60 -> v1.0.61
    Updating toml v0.8.12 -> v0.8.13
    Updating toml_datetime v0.6.5 -> v0.6.6
    Updating toml_edit v0.22.12 -> v0.22.13
note: pass `--verbose` to see 69 unchanged dependencies behind latest
@github-actions github-actions bot enabled auto-merge (squash) May 20, 2024 03:42
@github-actions github-actions bot merged commit 0dcb52f into main May 20, 2024
33 checks passed
@github-actions github-actions bot deleted the cargo_update branch May 20, 2024 03:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant