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

Merged
merged 1 commit into from
Jul 29, 2024
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 23 packages to latest compatible versions
    Updating anstream v0.6.14 -> v0.6.15
    Updating anstyle v1.0.7 -> v1.0.8
    Updating anstyle-parse v0.2.4 -> v0.2.5
    Updating anstyle-query v1.1.0 -> v1.1.1
    Updating anstyle-wincon v3.0.3 -> v3.0.4
    Updating bstr v1.9.1 -> v1.10.0
    Updating clap v4.5.9 -> v4.5.11
    Updating clap_builder v4.5.9 -> v4.5.11
    Updating clap_derive v4.5.8 -> v4.5.11
    Updating clap_lex v0.7.1 -> v0.7.2
    Updating colorchoice v1.0.1 -> v1.0.2
    Updating is_terminal_polyfill v1.70.0 -> v1.70.1
    Updating mio v0.8.11 -> v1.0.1
    Updating serde_json v1.0.120 -> v1.0.121
    Updating serde_spanned v0.6.6 -> v0.6.7
    Updating tokio v1.38.1 -> v1.39.2
    Updating tokio-macros v2.3.0 -> v2.4.0
    Updating toml v0.8.15 -> v0.8.16
    Updating toml_datetime v0.6.6 -> v0.6.7
    Updating toml_edit v0.22.16 -> v0.22.17
    Updating trybuild v1.0.97 -> v1.0.98
    Updating version_check v0.9.4 -> v0.9.5
    Updating winnow v0.6.14 -> v0.6.16
note: pass `--verbose` to see 147 unchanged dependencies behind latest

     Locking 23 packages to latest compatible versions
    Updating anstream v0.6.14 -> v0.6.15
    Updating anstyle v1.0.7 -> v1.0.8
    Updating anstyle-parse v0.2.4 -> v0.2.5
    Updating anstyle-query v1.1.0 -> v1.1.1
    Updating anstyle-wincon v3.0.3 -> v3.0.4
    Updating bstr v1.9.1 -> v1.10.0
    Updating clap v4.5.9 -> v4.5.11
    Updating clap_builder v4.5.9 -> v4.5.11
    Updating clap_derive v4.5.8 -> v4.5.11
    Updating clap_lex v0.7.1 -> v0.7.2
    Updating colorchoice v1.0.1 -> v1.0.2
    Updating is_terminal_polyfill v1.70.0 -> v1.70.1
    Updating mio v0.8.11 -> v1.0.1
    Updating serde_json v1.0.120 -> v1.0.121
    Updating serde_spanned v0.6.6 -> v0.6.7
    Updating tokio v1.38.1 -> v1.39.2
    Updating tokio-macros v2.3.0 -> v2.4.0
    Updating toml v0.8.15 -> v0.8.16
    Updating toml_datetime v0.6.6 -> v0.6.7
    Updating toml_edit v0.22.16 -> v0.22.17
    Updating trybuild v1.0.97 -> v1.0.98
    Updating version_check v0.9.4 -> v0.9.5
    Updating winnow v0.6.14 -> v0.6.16
note: pass `--verbose` to see 147 unchanged dependencies behind latest
@obi1kenobi obi1kenobi added the R-automated Release: these changes were created automatically by a bot label Jul 29, 2024
@github-actions github-actions bot enabled auto-merge (squash) July 29, 2024 03:43
@github-actions github-actions bot merged commit 1883f55 into main Jul 29, 2024
19 checks passed
@github-actions github-actions bot deleted the main_cargo_update branch July 29, 2024 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