Upgrade deps to avoid multiple versions of transitive deps

* env_logger
* prost-build
* bindgen
This commit is contained in:
Max Brunsfeld 2022-06-02 17:24:57 -07:00
parent d45db1718e
commit 724affc442
13 changed files with 61 additions and 67 deletions

View file

@ -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 = "*"