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

Merged
merged 2 commits into from
Sep 18, 2024
Merged

Conversation

obi1kenobi
Copy link
Owner

@obi1kenobi obi1kenobi commented Sep 9, 2024

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

The following is the output from cargo update:

     Locking 26 packages to latest compatible versions
    Updating addr2line v0.21.0 -> v0.24.1
    Removing adler v1.0.2
    Updating anyhow v1.0.86 -> v1.0.89
    Updating async-trait v0.1.81 -> v0.1.82
    Updating backtrace v0.3.71 -> v0.3.74
    Updating cc v1.1.15 -> v1.1.19
    Updating clap v4.5.16 -> v4.5.17
    Updating clap_builder v4.5.15 -> v4.5.17
    Removing color-eyre v0.6.3
    Removing color-spantrace v0.2.1
    Removing eyre v0.6.12
    Updating gimli v0.28.1 -> v0.31.0
    Updating git-url-parse v0.4.4 -> v0.4.5
    Updating globset v0.4.14 -> v0.4.15
    Removing indenter v0.3.3
    Updating ipnet v2.9.0 -> v2.10.0
    Removing miniz_oxide v0.7.4
    Updating object v0.32.2 -> v0.36.4
    Updating once_cell v1.19.0 -> v1.20.0
    Removing owo-colors v3.5.0
    Updating pest v2.7.11 -> v2.7.12
    Updating redox_syscall v0.5.3 -> v0.5.4
    Updating rustix v0.38.35 -> v0.38.37
    Updating schannel v0.1.23 -> v0.1.24
    Updating serde v1.0.209 -> v1.0.210
    Updating serde_derive v1.0.209 -> v1.0.210
    Updating serde_json v1.0.127 -> v1.0.128
    Updating similar-asserts v1.5.0 -> v1.6.0
    Updating strum v0.24.1 -> v0.26.3
    Updating strum_macros v0.24.3 -> v0.26.4
    Updating tokio-util v0.7.11 -> v0.7.12
    Removing tracing-error v0.2.0
    Updating unicode-ident v1.0.12 -> v1.0.13
    Updating unicode-segmentation v1.11.0 -> v1.12.0
note: pass `--verbose` to see 142 unchanged dependencies behind latest

@obi1kenobi obi1kenobi added the R-automated Release: these changes were created automatically by a bot label Sep 9, 2024
@github-actions github-actions bot enabled auto-merge (squash) September 9, 2024 03:44
     Locking 26 packages to latest compatible versions
    Updating addr2line v0.21.0 -> v0.24.1
    Removing adler v1.0.2
    Updating anyhow v1.0.86 -> v1.0.89
    Updating async-trait v0.1.81 -> v0.1.82
    Updating backtrace v0.3.71 -> v0.3.74
    Updating cc v1.1.15 -> v1.1.19
    Updating clap v4.5.16 -> v4.5.17
    Updating clap_builder v4.5.15 -> v4.5.17
    Removing color-eyre v0.6.3
    Removing color-spantrace v0.2.1
    Removing eyre v0.6.12
    Updating gimli v0.28.1 -> v0.31.0
    Updating git-url-parse v0.4.4 -> v0.4.5
    Updating globset v0.4.14 -> v0.4.15
    Removing indenter v0.3.3
    Updating ipnet v2.9.0 -> v2.10.0
    Removing miniz_oxide v0.7.4
    Updating object v0.32.2 -> v0.36.4
    Updating once_cell v1.19.0 -> v1.20.0
    Removing owo-colors v3.5.0
    Updating pest v2.7.11 -> v2.7.12
    Updating redox_syscall v0.5.3 -> v0.5.4
    Updating rustix v0.38.35 -> v0.38.37
    Updating schannel v0.1.23 -> v0.1.24
    Updating serde v1.0.209 -> v1.0.210
    Updating serde_derive v1.0.209 -> v1.0.210
    Updating serde_json v1.0.127 -> v1.0.128
    Updating similar-asserts v1.5.0 -> v1.6.0
    Updating strum v0.24.1 -> v0.26.3
    Updating strum_macros v0.24.3 -> v0.26.4
    Updating tokio-util v0.7.11 -> v0.7.12
    Removing tracing-error v0.2.0
    Updating unicode-ident v1.0.12 -> v1.0.13
    Updating unicode-segmentation v1.11.0 -> v1.12.0
note: pass `--verbose` to see 142 unchanged dependencies behind latest
@github-actions github-actions bot merged commit 95bcfa3 into main Sep 18, 2024
13 checks passed
@github-actions github-actions bot deleted the main_cargo_update branch September 18, 2024 20:20
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