This repository was archived by the owner on May 28, 2025. It is now read-only.
Commit a3269e9
committed
Auto merge of rust-lang#123580 - rust-lang:cargo_update, r=Mark-Simulacrum
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
```1 file changed
+57
-57
lines changed
0 commit comments