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
|
@ -65,7 +65,7 @@ settings = { path = "../settings", features = ["test-support"] }
|
|||
theme = { path = "../theme" }
|
||||
workspace = { path = "../workspace", features = ["test-support"] }
|
||||
ctor = "0.1"
|
||||
env_logger = "0.8"
|
||||
env_logger = "0.9"
|
||||
util = { path = "../util" }
|
||||
lazy_static = "1.4"
|
||||
serde_json = { version = "1.0", features = ["preserve_order"] }
|
||||
|
|
|
@ -25,4 +25,4 @@ project = { path = "../project", features = ["test-support"] }
|
|||
serde_json = { version = "1.0", features = ["preserve_order"] }
|
||||
workspace = { path = "../workspace", features = ["test-support"] }
|
||||
ctor = "0.1"
|
||||
env_logger = "0.8"
|
||||
env_logger = "0.9"
|
||||
|
|
|
@ -59,7 +59,7 @@ project = { path = "../project", features = ["test-support"] }
|
|||
settings = { path = "../settings", features = ["test-support"] }
|
||||
workspace = { path = "../workspace", features = ["test-support"] }
|
||||
ctor = "0.1"
|
||||
env_logger = "0.8"
|
||||
env_logger = "0.9"
|
||||
rand = "0.8"
|
||||
unindent = "0.1.7"
|
||||
tree-sitter = "0.20"
|
||||
|
|
|
@ -25,4 +25,4 @@ gpui = { path = "../gpui", features = ["test-support"] }
|
|||
serde_json = { version = "1.0", features = ["preserve_order"] }
|
||||
workspace = { path = "../workspace", features = ["test-support"] }
|
||||
ctor = "0.1"
|
||||
env_logger = "0.8"
|
||||
env_logger = "0.9"
|
||||
|
|
|
@ -20,7 +20,7 @@ async-task = "4.0.3"
|
|||
backtrace = { version = "0.3", optional = true }
|
||||
ctor = "0.1"
|
||||
dhat = { version = "0.3", optional = true }
|
||||
env_logger = { version = "0.8", optional = true }
|
||||
env_logger = { version = "0.9", optional = true }
|
||||
etagere = "0.2"
|
||||
futures = "0.3"
|
||||
image = "0.23"
|
||||
|
@ -47,14 +47,14 @@ usvg = "0.14"
|
|||
waker-fn = "1.1.0"
|
||||
|
||||
[build-dependencies]
|
||||
bindgen = "0.58.1"
|
||||
bindgen = "0.59.2"
|
||||
cc = "1.0.67"
|
||||
|
||||
[dev-dependencies]
|
||||
backtrace = "0.3"
|
||||
collections = { path = "../collections", features = ["test-support"] }
|
||||
dhat = "0.3"
|
||||
env_logger = "0.8"
|
||||
env_logger = "0.9"
|
||||
png = "0.16"
|
||||
simplelog = "0.9"
|
||||
|
||||
|
|
|
@ -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 = "*"
|
||||
|
|
|
@ -30,5 +30,5 @@ gpui = { path = "../gpui", features = ["test-support"] }
|
|||
util = { path = "../util", features = ["test-support"] }
|
||||
async-pipe = { git = "https://github.com/zed-industries/async-pipe-rs", rev = "82d00a04211cf4e1236029aa03e6b6ce2a74c553" }
|
||||
ctor = "0.1"
|
||||
env_logger = "0.8"
|
||||
env_logger = "0.9"
|
||||
unindent = "0.1.7"
|
||||
|
|
|
@ -21,4 +21,4 @@ gpui = { path = "../gpui", features = ["test-support"] }
|
|||
serde_json = { version = "1.0", features = ["preserve_order"] }
|
||||
workspace = { path = "../workspace", features = ["test-support"] }
|
||||
ctor = "0.1"
|
||||
env_logger = "0.8"
|
||||
env_logger = "0.9"
|
||||
|
|
|
@ -31,7 +31,7 @@ tracing = { version = "0.1.34", features = ["log"] }
|
|||
zstd = "0.9"
|
||||
|
||||
[build-dependencies]
|
||||
prost-build = "0.8"
|
||||
prost-build = "0.9"
|
||||
|
||||
[dev-dependencies]
|
||||
collections = { path = "../collections", features = ["test-support"] }
|
||||
|
|
|
@ -13,5 +13,5 @@ log = { version = "0.4.16", features = ["kv_unstable_serde"] }
|
|||
|
||||
[dev-dependencies]
|
||||
ctor = "0.1"
|
||||
env_logger = "0.8"
|
||||
env_logger = "0.9"
|
||||
rand = "0.8.3"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -59,7 +59,7 @@ chrono = "0.4"
|
|||
ctor = "0.1.20"
|
||||
dirs = "3.0"
|
||||
easy-parallel = "3.1.0"
|
||||
env_logger = "0.8"
|
||||
env_logger = "0.9"
|
||||
futures = "0.3"
|
||||
http-auth-basic = "0.1.3"
|
||||
ignore = "0.4"
|
||||
|
@ -107,7 +107,7 @@ client = { path = "../client", features = ["test-support"] }
|
|||
settings = { path = "../settings", features = ["test-support"] }
|
||||
util = { path = "../util", features = ["test-support"] }
|
||||
workspace = { path = "../workspace", features = ["test-support"] }
|
||||
env_logger = "0.8"
|
||||
env_logger = "0.9"
|
||||
serde_json = { version = "1.0", features = ["preserve_order"] }
|
||||
unindent = "0.1.7"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue