Skip to content

Commit

Permalink
Weekly cargo update of dependencies (#1011)
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 13 packages to latest compatible versions
    Updating allocator-api2 v0.2.20 -> v0.2.21
    Updating indexmap v2.6.0 -> v2.7.0
    Updating jiff v0.1.14 -> v0.1.15
    Updating js-sys v0.3.73 -> v0.3.74
    Updating os_info v3.8.2 -> v3.9.0
    Updating rustc-hash v2.0.0 -> v2.1.0
    Updating wasm-bindgen v0.2.96 -> v0.2.97
    Updating wasm-bindgen-backend v0.2.96 -> v0.2.97
    Updating wasm-bindgen-futures v0.4.46 -> v0.4.47
    Updating wasm-bindgen-macro v0.2.96 -> v0.2.97
    Updating wasm-bindgen-macro-support v0.2.96 -> v0.2.97
    Updating wasm-bindgen-shared v0.2.96 -> v0.2.97
    Updating web-sys v0.3.73 -> v0.3.74
note: pass `--verbose` to see 5 unchanged dependencies behind latest
```

Co-authored-by: github-actions <[email protected]>
  • Loading branch information
obi1kenobi and github-actions authored Dec 2, 2024
1 parent c0bf365 commit a80eb2e
Showing 1 changed file with 27 additions and 26 deletions.
53 changes: 27 additions & 26 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a80eb2e

Please sign in to comment.