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

Merged
merged 1 commit into from
Sep 7, 2024
Merged

Weekly cargo update of dependencies #920

merged 1 commit into from
Sep 7, 2024

Conversation

obi1kenobi
Copy link
Owner

Automation to keep dependencies in Cargo.lock current.

The following is the output from cargo update:

     Locking 25 packages to latest compatible versions
    Updating anyhow v1.0.86 -> v1.0.87
    Updating cc v1.1.15 -> v1.1.17
    Updating clap v4.5.16 -> v4.5.17
    Updating clap_builder v4.5.15 -> v4.5.17
    Updating cpufeatures v0.2.13 -> v0.2.14
    Updating gix-path v0.10.10 -> v0.10.11
    Updating gix-trace v0.1.9 -> v0.1.10
    Updating handlebars v6.0.0 -> v6.1.0
    Updating hyper-rustls v0.27.2 -> v0.27.3
    Updating insta v1.39.0 -> v1.40.0
    Updating pest v2.7.11 -> v2.7.12
    Updating pest_derive v2.7.11 -> v2.7.12
    Updating pest_generator v2.7.11 -> v2.7.12
    Updating pest_meta v2.7.11 -> v2.7.12
    Updating rustix v0.38.35 -> v0.38.36
    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 tokio-util v0.7.11 -> v0.7.12
    Removing trustfall-rustdoc-adapter v28.1.4
    Removing trustfall-rustdoc-adapter v29.1.4
    Removing trustfall-rustdoc-adapter v30.1.4
    Removing trustfall-rustdoc-adapter v32.1.4
    Removing trustfall-rustdoc-adapter v33.1.4
      Adding trustfall-rustdoc-adapter v28.1.5 (latest: v33.1.5)
      Adding trustfall-rustdoc-adapter v29.1.5 (latest: v33.1.5)
      Adding trustfall-rustdoc-adapter v30.1.5 (latest: v33.1.5)
      Adding trustfall-rustdoc-adapter v32.1.5 (latest: v33.1.5)
      Adding trustfall-rustdoc-adapter v33.1.5
note: pass `--verbose` to see 57 unchanged dependencies behind latest

     Locking 25 packages to latest compatible versions
    Updating anyhow v1.0.86 -> v1.0.87
    Updating cc v1.1.15 -> v1.1.17
    Updating clap v4.5.16 -> v4.5.17
    Updating clap_builder v4.5.15 -> v4.5.17
    Updating cpufeatures v0.2.13 -> v0.2.14
    Updating gix-path v0.10.10 -> v0.10.11
    Updating gix-trace v0.1.9 -> v0.1.10
    Updating handlebars v6.0.0 -> v6.1.0
    Updating hyper-rustls v0.27.2 -> v0.27.3
    Updating insta v1.39.0 -> v1.40.0
    Updating pest v2.7.11 -> v2.7.12
    Updating pest_derive v2.7.11 -> v2.7.12
    Updating pest_generator v2.7.11 -> v2.7.12
    Updating pest_meta v2.7.11 -> v2.7.12
    Updating rustix v0.38.35 -> v0.38.36
    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 tokio-util v0.7.11 -> v0.7.12
    Removing trustfall-rustdoc-adapter v28.1.4
    Removing trustfall-rustdoc-adapter v29.1.4
    Removing trustfall-rustdoc-adapter v30.1.4
    Removing trustfall-rustdoc-adapter v32.1.4
    Removing trustfall-rustdoc-adapter v33.1.4
      Adding trustfall-rustdoc-adapter v28.1.5 (latest: v33.1.5)
      Adding trustfall-rustdoc-adapter v29.1.5 (latest: v33.1.5)
      Adding trustfall-rustdoc-adapter v30.1.5 (latest: v33.1.5)
      Adding trustfall-rustdoc-adapter v32.1.5 (latest: v33.1.5)
      Adding trustfall-rustdoc-adapter v33.1.5
note: pass `--verbose` to see 57 unchanged dependencies behind latest
@github-actions github-actions bot enabled auto-merge (squash) September 7, 2024 04:58
@github-actions github-actions bot merged commit 5f2c18e into main Sep 7, 2024
33 checks passed
@github-actions github-actions bot deleted the cargo_update branch September 7, 2024 05:07
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