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

@ -28,5 +28,5 @@ collections = { path = "../collections", features = ["test-support"] }
gpui = { path = "../gpui", features = ["test-support"] }
util = { path = "../util", features = ["test-support"] }
ctor = "0.1"
env_logger = "0.8"
env_logger = "0.9"
rand = "0.8.3"