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

Merged
merged 1 commit into from
Aug 5, 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 21 packages to latest compatible versions
    Updating cc v1.1.6 -> v1.1.7
    Updating clap v4.5.11 -> v4.5.13
    Updating clap_builder v4.5.11 -> v4.5.13
    Updating clap_derive v4.5.11 -> v4.5.13
    Updating flate2 v1.0.30 -> v1.0.31
    Updating indexmap v2.2.6 -> v2.3.0
    Updating ppv-lite86 v0.2.17 -> v0.2.20
    Updating regex v1.10.5 -> v1.10.6
    Updating rustls-pemfile v2.1.2 -> v2.1.3
    Updating serde_json v1.0.121 -> v1.0.122
    Updating target-lexicon v0.12.15 -> v0.12.16
    Updating tempfile v3.10.1 -> v3.11.0
    Updating toml v0.8.16 -> v0.8.19
    Updating toml_datetime v0.6.7 -> v0.6.8
    Updating toml_edit v0.22.17 -> v0.22.20
    Updating trybuild v1.0.98 -> v1.0.99
    Updating winapi-util v0.1.8 -> v0.1.9
      Adding windows-sys v0.59.0
    Updating winnow v0.6.16 -> v0.6.18
      Adding zerocopy v0.7.35
      Adding zerocopy-derive v0.7.35
note: pass `--verbose` to see 147 unchanged dependencies behind latest

     Locking 21 packages to latest compatible versions
    Updating cc v1.1.6 -> v1.1.7
    Updating clap v4.5.11 -> v4.5.13
    Updating clap_builder v4.5.11 -> v4.5.13
    Updating clap_derive v4.5.11 -> v4.5.13
    Updating flate2 v1.0.30 -> v1.0.31
    Updating indexmap v2.2.6 -> v2.3.0
    Updating ppv-lite86 v0.2.17 -> v0.2.20
    Updating regex v1.10.5 -> v1.10.6
    Updating rustls-pemfile v2.1.2 -> v2.1.3
    Updating serde_json v1.0.121 -> v1.0.122
    Updating target-lexicon v0.12.15 -> v0.12.16
    Updating tempfile v3.10.1 -> v3.11.0
    Updating toml v0.8.16 -> v0.8.19
    Updating toml_datetime v0.6.7 -> v0.6.8
    Updating toml_edit v0.22.17 -> v0.22.20
    Updating trybuild v1.0.98 -> v1.0.99
    Updating winapi-util v0.1.8 -> v0.1.9
      Adding windows-sys v0.59.0
    Updating winnow v0.6.16 -> v0.6.18
      Adding zerocopy v0.7.35
      Adding zerocopy-derive v0.7.35
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 Aug 5, 2024
@github-actions github-actions bot enabled auto-merge (squash) August 5, 2024 03:43
@github-actions github-actions bot merged commit 8e1089d into main Aug 5, 2024
12 checks passed
@github-actions github-actions bot deleted the main_cargo_update branch August 5, 2024 03:47
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