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
|
@ -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"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue