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 primary dependencies #637

Merged
merged 1 commit into from
Jul 8, 2024

Conversation

obi1kenobi
Copy link
Owner

Automation to keep dependencies in the primary Cargo.lock current.

The following is the output from cargo update:

     Locking 18 packages to latest compatible versions
    Updating async-trait v0.1.80 -> v0.1.81
    Updating cc v1.0.103 -> v1.0.105
    Updating pest v2.7.10 -> v2.7.11
    Updating serde v1.0.203 -> v1.0.204
    Updating serde_derive v1.0.203 -> v1.0.204
    Updating serde_json v1.0.119 -> v1.0.120
    Updating syn v2.0.68 -> v2.0.69
    Updating tinyvec v1.6.1 -> v1.7.0
    Updating trybuild v1.0.96 -> v1.0.97
    Updating windows-targets v0.52.5 -> v0.52.6
    Updating windows_aarch64_gnullvm v0.52.5 -> v0.52.6
    Updating windows_aarch64_msvc v0.52.5 -> v0.52.6
    Updating windows_i686_gnu v0.52.5 -> v0.52.6
    Updating windows_i686_gnullvm v0.52.5 -> v0.52.6
    Updating windows_i686_msvc v0.52.5 -> v0.52.6
    Updating windows_x86_64_gnu v0.52.5 -> v0.52.6
    Updating windows_x86_64_gnullvm v0.52.5 -> v0.52.6
    Updating windows_x86_64_msvc v0.52.5 -> v0.52.6
note: pass `--verbose` to see 150 unchanged dependencies behind latest

     Locking 18 packages to latest compatible versions
    Updating async-trait v0.1.80 -> v0.1.81
    Updating cc v1.0.103 -> v1.0.105
    Updating pest v2.7.10 -> v2.7.11
    Updating serde v1.0.203 -> v1.0.204
    Updating serde_derive v1.0.203 -> v1.0.204
    Updating serde_json v1.0.119 -> v1.0.120
    Updating syn v2.0.68 -> v2.0.69
    Updating tinyvec v1.6.1 -> v1.7.0
    Updating trybuild v1.0.96 -> v1.0.97
    Updating windows-targets v0.52.5 -> v0.52.6
    Updating windows_aarch64_gnullvm v0.52.5 -> v0.52.6
    Updating windows_aarch64_msvc v0.52.5 -> v0.52.6
    Updating windows_i686_gnu v0.52.5 -> v0.52.6
    Updating windows_i686_gnullvm v0.52.5 -> v0.52.6
    Updating windows_i686_msvc v0.52.5 -> v0.52.6
    Updating windows_x86_64_gnu v0.52.5 -> v0.52.6
    Updating windows_x86_64_gnullvm v0.52.5 -> v0.52.6
    Updating windows_x86_64_msvc v0.52.5 -> v0.52.6
note: pass `--verbose` to see 150 unchanged dependencies behind latest
@obi1kenobi obi1kenobi added the R-automated Release: these changes were created automatically by a bot label Jul 8, 2024
@github-actions github-actions bot enabled auto-merge (squash) July 8, 2024 03:43
@github-actions github-actions bot merged commit 615c5a3 into main Jul 8, 2024
15 checks passed
@github-actions github-actions bot deleted the main_cargo_update branch July 8, 2024 03:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
R-automated Release: these changes were created automatically by a bot
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant