Skip to content

Commit

Permalink
Weekly cargo update of dependencies (#1033)
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 26 packages to latest compatible versions
    Updating async-graphql-parser v7.0.11 -> v7.0.12
    Updating async-graphql-value v7.0.11 -> v7.0.12
    Updating cc v1.2.2 -> v1.2.3
    Updating clap v4.5.21 -> v4.5.23
    Updating clap_builder v4.5.21 -> v4.5.23
    Updating clap_lex v0.7.3 -> v0.7.4
    Updating fastrand v2.2.0 -> v2.3.0
    Updating http v1.1.0 -> v1.2.0
    Updating js-sys v0.3.74 -> v0.3.76
    Updating pest v2.7.14 -> v2.7.15
    Updating pest_derive v2.7.14 -> v2.7.15
    Updating pest_generator v2.7.14 -> v2.7.15
    Updating pest_meta v2.7.14 -> v2.7.15
    Updating rustix v0.38.41 -> v0.38.42
    Updating thiserror v2.0.3 -> v2.0.6
    Updating thiserror-impl v2.0.3 -> v2.0.6
    Updating tokio v1.41.1 -> v1.42.0
    Updating tokio-rustls v0.26.0 -> v0.26.1
    Updating tokio-util v0.7.12 -> v0.7.13
    Updating wasm-bindgen v0.2.97 -> v0.2.99
    Updating wasm-bindgen-backend v0.2.97 -> v0.2.99
    Updating wasm-bindgen-futures v0.4.47 -> v0.4.49
    Updating wasm-bindgen-macro v0.2.97 -> v0.2.99
    Updating wasm-bindgen-macro-support v0.2.97 -> v0.2.99
    Updating wasm-bindgen-shared v0.2.97 -> v0.2.99
    Updating web-sys v0.3.74 -> v0.3.76
note: pass `--verbose` to see 2 unchanged dependencies behind latest
```

Co-authored-by: github-actions <[email protected]>
  • Loading branch information
obi1kenobi and github-actions authored Dec 9, 2024
1 parent 8177494 commit 0f07691
Showing 1 changed file with 96 additions and 98 deletions.
Loading

0 comments on commit 0f07691

Please sign in to comment.