Skip to content
This repository was archived by the owner on Dec 29, 2022. It is now read-only.

Commit 838a834

Browse files
committed
Auto merge of #1737 - klensy:bump-deps, r=Xanewok
bump deps Main thing here is bump cargo_metadata 0.8 -> 0.12 (to dedupe later in rustfmt and rustc) bump rand_core and sized-chunks to fix vulns measureme v9.1.0 -> v9.1.1 to drop memmap dirs-sys v0.3.5 -> v0.3.6 to drop a lot of deps parking_lot_core v0.8.2 -> v0.8.3 to drop redox_syscall v0.1.57
2 parents 57dfd77 + c7c5448 commit 838a834

File tree

2 files changed

+25
-89
lines changed

2 files changed

+25
-89
lines changed

Cargo.lock

+24-88
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ rls-ipc = { version = "0.1.0", path = "rls-ipc", optional = true }
3333
anyhow = "1.0.26"
3434
cargo = { git = "https://github.com/rust-lang/cargo", rev = "8dd533662007374412f460b4e442d3f8c193bff9" }
3535
cargo-util = { git = "https://github.com/rust-lang/cargo", rev = "8dd533662007374412f460b4e442d3f8c193bff9" }
36-
cargo_metadata = "0.8"
36+
cargo_metadata = "0.12"
3737
clippy_lints = { git = "https://github.com/rust-lang/rust-clippy", rev = "a55912c48e4ac08c0ac39a2d562b44699fa20d4d", optional = true }
3838
env_logger = "0.7"
3939
home = "0.5.1"

0 commit comments

Comments
 (0)