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

Merged
merged 1 commit into from
Feb 24, 2025
Merged

Weekly cargo update of dependencies #1147

merged 1 commit into from
Feb 24, 2025

Conversation

obi1kenobi
Copy link
Owner

Automation to keep dependencies in Cargo.lock current.

The following is the output from cargo update:

     Locking 20 packages to latest compatible versions
    Updating anyhow v1.0.95 -> v1.0.96
    Updating cc v1.2.14 -> v1.2.15
    Updating clap v4.5.29 -> v4.5.30
    Updating clap_builder v4.5.29 -> v4.5.30
    Updating curl-sys v0.4.79+curl-8.12.0 -> v0.4.80+curl-8.12.1
    Updating either v1.13.0 -> v1.14.0
    Updating h2 v0.4.7 -> v0.4.8
    Updating libc v0.2.169 -> v0.2.170
    Updating log v0.4.25 -> v0.4.26
    Updating miniz_oxide v0.8.4 -> v0.8.5
    Updating redox_syscall v0.5.8 -> v0.5.9
    Updating ring v0.17.9 -> v0.17.11
    Updating serde v1.0.217 -> v1.0.218
    Updating serde_derive v1.0.217 -> v1.0.218
    Updating serde_json v1.0.138 -> v1.0.139
    Updating tempfile v3.17.0 -> v3.17.1
    Updating typenum v1.17.0 -> v1.18.0
    Updating unicode-ident v1.0.16 -> v1.0.17
    Updating uuid v1.13.1 -> v1.14.0
    Updating winnow v0.7.2 -> v0.7.3
note: pass `--verbose` to see 1 unchanged dependencies behind latest

     Locking 20 packages to latest compatible versions
    Updating anyhow v1.0.95 -> v1.0.96
    Updating cc v1.2.14 -> v1.2.15
    Updating clap v4.5.29 -> v4.5.30
    Updating clap_builder v4.5.29 -> v4.5.30
    Updating curl-sys v0.4.79+curl-8.12.0 -> v0.4.80+curl-8.12.1
    Updating either v1.13.0 -> v1.14.0
    Updating h2 v0.4.7 -> v0.4.8
    Updating libc v0.2.169 -> v0.2.170
    Updating log v0.4.25 -> v0.4.26
    Updating miniz_oxide v0.8.4 -> v0.8.5
    Updating redox_syscall v0.5.8 -> v0.5.9
    Updating ring v0.17.9 -> v0.17.11
    Updating serde v1.0.217 -> v1.0.218
    Updating serde_derive v1.0.217 -> v1.0.218
    Updating serde_json v1.0.138 -> v1.0.139
    Updating tempfile v3.17.0 -> v3.17.1
    Updating typenum v1.17.0 -> v1.18.0
    Updating unicode-ident v1.0.16 -> v1.0.17
    Updating uuid v1.13.1 -> v1.14.0
    Updating winnow v0.7.2 -> v0.7.3
note: pass `--verbose` to see 1 unchanged dependencies behind latest
@github-actions github-actions bot enabled auto-merge (squash) February 24, 2025 03:46
@github-actions github-actions bot merged commit 069fdc2 into main Feb 24, 2025
31 checks passed
@github-actions github-actions bot deleted the cargo_update branch February 24, 2025 04:01
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