Skip to content

Commit

Permalink
Auto merge of rust-lang#123580 - rust-lang:cargo_update, r=Mark-Simul…
Browse files Browse the repository at this point in the history
…acrum

Weekly `cargo update`

Automation to keep dependencies in `Cargo.lock` current.

The following is the output from `cargo update`:

```txt
    Updating expect-test v1.4.1 -> v1.5.0
    Updating getrandom v0.2.12 -> v0.2.13
    Updating h2 v0.3.25 -> v0.3.26 (latest: v0.4.4)
    Updating pest v2.7.8 -> v2.7.9
    Updating pest_derive v2.7.8 -> v2.7.9
    Updating pest_generator v2.7.8 -> v2.7.9
    Updating pest_meta v2.7.8 -> v2.7.9
    Updating pulldown-cmark v0.10.0 -> v0.10.2
    Updating rustversion v1.0.14 -> v1.0.15
    Updating strsim v0.11.0 -> v0.11.1
    Updating syn v2.0.57 -> v2.0.58
    Updating ui_test v0.22.2 -> v0.22.3
note: pass `--verbose` to see 86 unchanged dependencies behind latest
```
  • Loading branch information
bors committed Apr 14, 2024
2 parents f3c6608 + 4035c24 commit a3269e9
Showing 1 changed file with 57 additions and 57 deletions.
Loading

0 comments on commit a3269e9

Please sign in to comment.