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

Commit 93566f5

Browse files
mati865Xanewok
authored andcommitted
Upgrade overlookd dependencies
1 parent 0e2f01e commit 93566f5

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rls-analysis/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ rls-data = "= 0.19"
2222
rls-span = "0.5.2"
2323
derive-new = "0.5"
2424
fst = { version = "0.4", default-features = false }
25-
itertools = "0.9"
25+
itertools = "0.10"
2626
json = "0.12"
2727
serde = "1.0"
2828
serde_json = "1.0"
2929

3030
[dev-dependencies]
3131
lazy_static = "1"
32-
env_logger = "0.7"
32+
env_logger = "0.9"

rls-rustc/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ repository = "https://github.com/rust-lang/rls"
99
categories = ["development-tools"]
1010

1111
[dependencies]
12-
env_logger = "0.7"
12+
env_logger = "0.9"
1313
log = "0.4"
14-
rand = "0.7"
14+
rand = "0.8"
1515
clippy_lints = { git = "https://github.com/rust-lang/rust-clippy", version = "0.1.60", optional = true }
1616
tokio = { version = "1", optional = true }
1717
futures = { version = "0.3", optional = true }

0 commit comments

Comments
 (0)