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

Merged
merged 1 commit into from
Nov 18, 2024
Merged

Weekly cargo update of dependencies #996

merged 1 commit into from
Nov 18, 2024

Conversation

obi1kenobi
Copy link
Owner

Automation to keep dependencies in Cargo.lock current.

The following is the output from cargo update:

     Locking 27 packages to latest compatible versions
    Updating allocator-api2 v0.2.19 -> v0.2.20
    Updating borsh v1.5.2 -> v1.5.3
    Updating bstr v1.10.0 -> v1.11.0
    Updating cc v1.1.37 -> v1.2.1
    Updating clap v4.5.20 -> v4.5.21
    Updating clap-verbosity-flag v2.2.2 -> v2.2.3
    Updating clap_builder v4.5.20 -> v4.5.21
    Updating clap_lex v0.7.2 -> v0.7.3
    Updating cpufeatures v0.2.14 -> v0.2.15
    Updating flate2 v1.0.34 -> v1.0.35
    Updating libc v0.2.162 -> v0.2.164
    Updating quinn v0.11.5 -> v0.11.6
    Updating quinn-proto v0.11.8 -> v0.11.9
    Updating regex-automata v0.4.8 -> v0.4.9
    Updating rustls v0.23.16 -> v0.23.17
    Updating serde v1.0.214 -> v1.0.215
    Updating serde_derive v1.0.214 -> v1.0.215
    Updating serde_json v1.0.132 -> v1.0.133
      Adding thiserror v2.0.3
      Adding thiserror-impl v2.0.3
    Removing trustfall-rustdoc-adapter v30.2.0
    Removing trustfall-rustdoc-adapter v32.2.0
    Removing trustfall-rustdoc-adapter v33.2.0
    Removing trustfall-rustdoc-adapter v34.1.0
    Removing trustfall-rustdoc-adapter v35.1.0
    Removing trustfall-rustdoc-adapter v36.1.0
      Adding trustfall-rustdoc-adapter v30.2.1 (latest: v36.1.1)
      Adding trustfall-rustdoc-adapter v32.2.1 (latest: v36.1.1)
      Adding trustfall-rustdoc-adapter v33.2.1 (latest: v36.1.1)
      Adding trustfall-rustdoc-adapter v34.1.1 (latest: v36.1.1)
      Adding trustfall-rustdoc-adapter v35.1.1 (latest: v36.1.1)
      Adding trustfall-rustdoc-adapter v36.1.1
      Adding web-time v1.1.0
note: pass `--verbose` to see 76 unchanged dependencies behind latest

     Locking 27 packages to latest compatible versions
    Updating allocator-api2 v0.2.19 -> v0.2.20
    Updating borsh v1.5.2 -> v1.5.3
    Updating bstr v1.10.0 -> v1.11.0
    Updating cc v1.1.37 -> v1.2.1
    Updating clap v4.5.20 -> v4.5.21
    Updating clap-verbosity-flag v2.2.2 -> v2.2.3
    Updating clap_builder v4.5.20 -> v4.5.21
    Updating clap_lex v0.7.2 -> v0.7.3
    Updating cpufeatures v0.2.14 -> v0.2.15
    Updating flate2 v1.0.34 -> v1.0.35
    Updating libc v0.2.162 -> v0.2.164
    Updating quinn v0.11.5 -> v0.11.6
    Updating quinn-proto v0.11.8 -> v0.11.9
    Updating regex-automata v0.4.8 -> v0.4.9
    Updating rustls v0.23.16 -> v0.23.17
    Updating serde v1.0.214 -> v1.0.215
    Updating serde_derive v1.0.214 -> v1.0.215
    Updating serde_json v1.0.132 -> v1.0.133
      Adding thiserror v2.0.3
      Adding thiserror-impl v2.0.3
    Removing trustfall-rustdoc-adapter v30.2.0
    Removing trustfall-rustdoc-adapter v32.2.0
    Removing trustfall-rustdoc-adapter v33.2.0
    Removing trustfall-rustdoc-adapter v34.1.0
    Removing trustfall-rustdoc-adapter v35.1.0
    Removing trustfall-rustdoc-adapter v36.1.0
      Adding trustfall-rustdoc-adapter v30.2.1 (latest: v36.1.1)
      Adding trustfall-rustdoc-adapter v32.2.1 (latest: v36.1.1)
      Adding trustfall-rustdoc-adapter v33.2.1 (latest: v36.1.1)
      Adding trustfall-rustdoc-adapter v34.1.1 (latest: v36.1.1)
      Adding trustfall-rustdoc-adapter v35.1.1 (latest: v36.1.1)
      Adding trustfall-rustdoc-adapter v36.1.1
      Adding web-time v1.1.0
note: pass `--verbose` to see 76 unchanged dependencies behind latest
@github-actions github-actions bot enabled auto-merge (squash) November 18, 2024 03:51
@github-actions github-actions bot merged commit 68611c4 into main Nov 18, 2024
31 checks passed
@github-actions github-actions bot deleted the cargo_update branch November 18, 2024 04:03
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