Skip to content

Commit

Permalink
Weekly cargo update of dependencies (#1045)
Browse files Browse the repository at this point in the history
Automation to keep dependencies in `Cargo.lock` current.

The following is the output from `cargo update`:

```txt
     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
```

Co-authored-by: github-actions <[email protected]>
  • Loading branch information
obi1kenobi and github-actions authored Dec 15, 2024
1 parent d8708c6 commit 1891543
Showing 1 changed file with 95 additions and 95 deletions.
Loading

0 comments on commit 1891543

Please sign in to comment.