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

Merged
merged 1 commit into from
Sep 30, 2024
Merged

Weekly cargo update of dependencies #958

merged 1 commit into from
Sep 30, 2024

Conversation

obi1kenobi
Copy link
Owner

Automation to keep dependencies in Cargo.lock current.

The following is the output from cargo update:

     Locking 19 packages to latest compatible versions
    Updating autocfg v1.3.0 -> v1.4.0
    Updating cc v1.1.21 -> v1.1.22
    Updating clap-verbosity-flag v2.2.1 -> v2.2.2
    Updating flate2 v1.0.33 -> v1.0.34
    Updating once_cell v1.19.0 -> v1.20.1
      Adding portable-atomic v1.9.0
    Updating regex v1.10.6 -> v1.11.0
    Updating regex-automata v0.4.7 -> v0.4.8
    Updating regex-syntax v0.8.4 -> v0.8.5
    Updating rustls-pki-types v1.8.0 -> v1.9.0
    Updating syn v2.0.77 -> v2.0.79
    Updating tempfile v3.12.0 -> v3.13.0
    Removing trustfall-rustdoc-adapter v28.1.7
    Removing trustfall-rustdoc-adapter v29.1.7
    Removing trustfall-rustdoc-adapter v30.1.7
    Removing trustfall-rustdoc-adapter v32.1.7
    Removing trustfall-rustdoc-adapter v33.1.7
    Removing trustfall-rustdoc-adapter v34.0.1
      Adding trustfall-rustdoc-adapter v28.1.8 (latest: v34.0.2)
      Adding trustfall-rustdoc-adapter v29.1.8 (latest: v34.0.2)
      Adding trustfall-rustdoc-adapter v30.1.8 (latest: v34.0.2)
      Adding trustfall-rustdoc-adapter v32.1.8 (latest: v34.0.2)
      Adding trustfall-rustdoc-adapter v33.1.8 (latest: v34.0.2)
      Adding trustfall-rustdoc-adapter v34.0.2
    Updating ucd-trie v0.1.6 -> v0.1.7
note: pass `--verbose` to see 59 unchanged dependencies behind latest

     Locking 19 packages to latest compatible versions
    Updating autocfg v1.3.0 -> v1.4.0
    Updating cc v1.1.21 -> v1.1.22
    Updating clap-verbosity-flag v2.2.1 -> v2.2.2
    Updating flate2 v1.0.33 -> v1.0.34
    Updating once_cell v1.19.0 -> v1.20.1
      Adding portable-atomic v1.9.0
    Updating regex v1.10.6 -> v1.11.0
    Updating regex-automata v0.4.7 -> v0.4.8
    Updating regex-syntax v0.8.4 -> v0.8.5
    Updating rustls-pki-types v1.8.0 -> v1.9.0
    Updating syn v2.0.77 -> v2.0.79
    Updating tempfile v3.12.0 -> v3.13.0
    Removing trustfall-rustdoc-adapter v28.1.7
    Removing trustfall-rustdoc-adapter v29.1.7
    Removing trustfall-rustdoc-adapter v30.1.7
    Removing trustfall-rustdoc-adapter v32.1.7
    Removing trustfall-rustdoc-adapter v33.1.7
    Removing trustfall-rustdoc-adapter v34.0.1
      Adding trustfall-rustdoc-adapter v28.1.8 (latest: v34.0.2)
      Adding trustfall-rustdoc-adapter v29.1.8 (latest: v34.0.2)
      Adding trustfall-rustdoc-adapter v30.1.8 (latest: v34.0.2)
      Adding trustfall-rustdoc-adapter v32.1.8 (latest: v34.0.2)
      Adding trustfall-rustdoc-adapter v33.1.8 (latest: v34.0.2)
      Adding trustfall-rustdoc-adapter v34.0.2
    Updating ucd-trie v0.1.6 -> v0.1.7
note: pass `--verbose` to see 59 unchanged dependencies behind latest
@github-actions github-actions bot enabled auto-merge (squash) September 30, 2024 03:48
@github-actions github-actions bot merged commit 85372ed into main Sep 30, 2024
32 checks passed
@github-actions github-actions bot deleted the cargo_update branch September 30, 2024 04:14
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