Add wasmtime and fix zstd version conflict

This commit is contained in:
Isaac Clayton 2022-06-02 10:50:26 +02:00
parent 4003037ca8
commit f6b6d19041
2 changed files with 2 additions and 1 deletions

View file

@ -28,7 +28,7 @@ rsa = "0.4"
serde = { version = "1.0", features = ["derive", "rc"] }
smol-timeout = "0.6"
tracing = { version = "0.1.34", features = ["log"] }
zstd = "0.9"
zstd = "0.11"
[build-dependencies]
prost-build = "0.9"