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

Commit

Permalink
Auto merge of #1737 - klensy:bump-deps, r=Xanewok
Browse files Browse the repository at this point in the history
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
  • Loading branch information
bors committed May 30, 2021
2 parents 57dfd77 + c7c5448 commit 838a834
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 89 deletions.
112 changes: 24 additions & 88 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ rls-ipc = { version = "0.1.0", path = "rls-ipc", optional = true }
anyhow = "1.0.26"
cargo = { git = "https://github.com/rust-lang/cargo", rev = "8dd533662007374412f460b4e442d3f8c193bff9" }
cargo-util = { git = "https://github.com/rust-lang/cargo", rev = "8dd533662007374412f460b4e442d3f8c193bff9" }
cargo_metadata = "0.8"
cargo_metadata = "0.12"
clippy_lints = { git = "https://github.com/rust-lang/rust-clippy", rev = "a55912c48e4ac08c0ac39a2d562b44699fa20d4d", optional = true }
env_logger = "0.7"
home = "0.5.1"
Expand Down

0 comments on commit 838a834

Please sign in to comment.