Upgrade deps to avoid multiple versions of transitive deps
* env_logger * prost-build * bindgen
This commit is contained in:
parent
d45db1718e
commit
724affc442
13 changed files with 61 additions and 67 deletions
|
@ -57,7 +57,7 @@ lsp = { path = "../lsp", features = ["test-support"] }
|
|||
text = { path = "../text", features = ["test-support"] }
|
||||
util = { path = "../util", features = ["test-support"] }
|
||||
ctor = "0.1"
|
||||
env_logger = "0.8"
|
||||
env_logger = "0.9"
|
||||
rand = "0.8.3"
|
||||
tree-sitter-json = "*"
|
||||
tree-sitter-rust = "*"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue