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

Merged
merged 1 commit into from
Mar 10, 2025
Merged

Conversation

obi1kenobi
Copy link
Owner

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

The following is the output from cargo update:

     Locking 36 packages to latest compatible versions
    Updating anyhow v1.0.96 -> v1.0.97
    Updating async-trait v0.1.86 -> v0.1.87
    Updating dyn-clone v1.0.18 -> v1.0.19
    Updating either v1.14.0 -> v1.15.0
    Updating httparse v1.10.0 -> v1.10.1
    Updating indoc v2.0.5 -> v2.0.6
    Updating itoa v1.0.14 -> v1.0.15
    Updating linux-raw-sys v0.4.15 -> v0.9.2
    Updating pin-project v1.1.9 -> v1.1.10
    Updating pin-project-internal v1.1.9 -> v1.1.10
    Updating pkg-config v0.3.31 -> v0.3.32
    Updating ppv-lite86 v0.2.20 -> v0.2.21
    Updating prettyplease v0.2.29 -> v0.2.30
    Updating proc-macro2 v1.0.93 -> v1.0.94
    Updating quote v1.0.38 -> v1.0.39
    Updating redox_syscall v0.5.9 -> v0.5.10
    Updating ring v0.17.11 -> v0.17.13
    Updating rustix v0.38.44 -> v1.0.1
    Updating rustversion v1.0.19 -> v1.0.20
    Updating ryu v1.0.19 -> v1.0.20
    Updating serde v1.0.218 -> v1.0.219
    Updating serde_derive v1.0.218 -> v1.0.219
    Updating serde_json v1.0.139 -> v1.0.140
    Updating syn v2.0.98 -> v2.0.100
    Updating tempfile v3.17.1 -> v3.18.0
    Updating thiserror v2.0.11 -> v2.0.12
    Updating thiserror-impl v2.0.11 -> v2.0.12
    Updating time v0.3.37 -> v0.3.39
    Updating time-core v0.1.2 -> v0.1.3
    Updating time-macros v0.2.19 -> v0.2.20
    Updating tinyvec v1.8.1 -> v1.9.0
    Updating trybuild v1.0.103 -> v1.0.104
    Updating unicode-ident v1.0.17 -> v1.0.18
    Updating unindent v0.2.3 -> v0.2.4
    Updating zerocopy v0.7.35 -> v0.8.23
    Updating zerocopy-derive v0.7.35 -> v0.8.23
note: pass `--verbose` to see 20 unchanged dependencies behind latest

     Locking 36 packages to latest compatible versions
    Updating anyhow v1.0.96 -> v1.0.97
    Updating async-trait v0.1.86 -> v0.1.87
    Updating dyn-clone v1.0.18 -> v1.0.19
    Updating either v1.14.0 -> v1.15.0
    Updating httparse v1.10.0 -> v1.10.1
    Updating indoc v2.0.5 -> v2.0.6
    Updating itoa v1.0.14 -> v1.0.15
    Updating linux-raw-sys v0.4.15 -> v0.9.2
    Updating pin-project v1.1.9 -> v1.1.10
    Updating pin-project-internal v1.1.9 -> v1.1.10
    Updating pkg-config v0.3.31 -> v0.3.32
    Updating ppv-lite86 v0.2.20 -> v0.2.21
    Updating prettyplease v0.2.29 -> v0.2.30
    Updating proc-macro2 v1.0.93 -> v1.0.94
    Updating quote v1.0.38 -> v1.0.39
    Updating redox_syscall v0.5.9 -> v0.5.10
    Updating ring v0.17.11 -> v0.17.13
    Updating rustix v0.38.44 -> v1.0.1
    Updating rustversion v1.0.19 -> v1.0.20
    Updating ryu v1.0.19 -> v1.0.20
    Updating serde v1.0.218 -> v1.0.219
    Updating serde_derive v1.0.218 -> v1.0.219
    Updating serde_json v1.0.139 -> v1.0.140
    Updating syn v2.0.98 -> v2.0.100
    Updating tempfile v3.17.1 -> v3.18.0
    Updating thiserror v2.0.11 -> v2.0.12
    Updating thiserror-impl v2.0.11 -> v2.0.12
    Updating time v0.3.37 -> v0.3.39
    Updating time-core v0.1.2 -> v0.1.3
    Updating time-macros v0.2.19 -> v0.2.20
    Updating tinyvec v1.8.1 -> v1.9.0
    Updating trybuild v1.0.103 -> v1.0.104
    Updating unicode-ident v1.0.17 -> v1.0.18
    Updating unindent v0.2.3 -> v0.2.4
    Updating zerocopy v0.7.35 -> v0.8.23
    Updating zerocopy-derive v0.7.35 -> v0.8.23
note: pass `--verbose` to see 20 unchanged dependencies behind latest
@obi1kenobi obi1kenobi added the R-automated Release: these changes were created automatically by a bot label Mar 10, 2025
@github-actions github-actions bot enabled auto-merge (squash) March 10, 2025 03:43
@github-actions github-actions bot merged commit 16a497a into main Mar 10, 2025
17 checks passed
@github-actions github-actions bot deleted the main_cargo_update branch March 10, 2025 03:48
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