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

Merged
merged 1 commit into from
Dec 15, 2024
Merged

Weekly cargo update of dependencies #1045

merged 1 commit into from
Dec 15, 2024

Conversation

obi1kenobi
Copy link
Owner

Automation to keep dependencies in Cargo.lock current.

The following is the output from cargo update:

     Locking 23 packages to latest compatible versions
    Updating async-graphql-parser v7.0.12 -> v7.0.13
    Updating async-graphql-value v7.0.12 -> v7.0.13
    Updating bstr v1.11.0 -> v1.11.1
    Updating cc v1.2.3 -> v1.2.4
    Updating crossbeam-channel v0.5.13 -> v0.5.14
    Updating crossbeam-deque v0.8.5 -> v0.8.6
    Updating crossbeam-utils v0.8.20 -> v0.8.21
    Updating libc v0.2.167 -> v0.2.168
    Updating quinn-udp v0.5.7 -> v0.5.8
    Updating redox_syscall v0.5.7 -> v0.5.8
    Updating rustls v0.23.19 -> v0.23.20
    Updating rustls-pki-types v1.10.0 -> v1.10.1
    Updating semver v1.0.23 -> v1.0.24
    Updating serde v1.0.215 -> v1.0.216
    Updating serde_derive v1.0.215 -> v1.0.216
    Updating thiserror v2.0.6 -> v2.0.7
    Updating thiserror-impl v2.0.6 -> v2.0.7
    Removing trustfall-rustdoc-adapter v32.4.0
    Removing trustfall-rustdoc-adapter v33.4.0
    Removing trustfall-rustdoc-adapter v35.3.0
    Removing trustfall-rustdoc-adapter v36.3.0
    Removing trustfall-rustdoc-adapter v37.1.0
      Adding trustfall-rustdoc-adapter v32.4.1
      Adding trustfall-rustdoc-adapter v33.4.1
      Adding trustfall-rustdoc-adapter v35.3.1
      Adding trustfall-rustdoc-adapter v36.3.1
      Adding trustfall-rustdoc-adapter v37.1.1
    Updating twox-hash v2.0.1 -> v2.1.0
note: pass `--verbose` to see 1 unchanged dependencies behind latest

     Locking 23 packages to latest compatible versions
    Updating async-graphql-parser v7.0.12 -> v7.0.13
    Updating async-graphql-value v7.0.12 -> v7.0.13
    Updating bstr v1.11.0 -> v1.11.1
    Updating cc v1.2.3 -> v1.2.4
    Updating crossbeam-channel v0.5.13 -> v0.5.14
    Updating crossbeam-deque v0.8.5 -> v0.8.6
    Updating crossbeam-utils v0.8.20 -> v0.8.21
    Updating libc v0.2.167 -> v0.2.168
    Updating quinn-udp v0.5.7 -> v0.5.8
    Updating redox_syscall v0.5.7 -> v0.5.8
    Updating rustls v0.23.19 -> v0.23.20
    Updating rustls-pki-types v1.10.0 -> v1.10.1
    Updating semver v1.0.23 -> v1.0.24
    Updating serde v1.0.215 -> v1.0.216
    Updating serde_derive v1.0.215 -> v1.0.216
    Updating thiserror v2.0.6 -> v2.0.7
    Updating thiserror-impl v2.0.6 -> v2.0.7
    Removing trustfall-rustdoc-adapter v32.4.0
    Removing trustfall-rustdoc-adapter v33.4.0
    Removing trustfall-rustdoc-adapter v35.3.0
    Removing trustfall-rustdoc-adapter v36.3.0
    Removing trustfall-rustdoc-adapter v37.1.0
      Adding trustfall-rustdoc-adapter v32.4.1
      Adding trustfall-rustdoc-adapter v33.4.1
      Adding trustfall-rustdoc-adapter v35.3.1
      Adding trustfall-rustdoc-adapter v36.3.1
      Adding trustfall-rustdoc-adapter v37.1.1
    Updating twox-hash v2.0.1 -> v2.1.0
note: pass `--verbose` to see 1 unchanged dependencies behind latest
@github-actions github-actions bot enabled auto-merge (squash) December 15, 2024 18:54
@github-actions github-actions bot merged commit 1891543 into main Dec 15, 2024
32 checks passed
@github-actions github-actions bot deleted the cargo_update branch December 15, 2024 19:05
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