wasmtime-cache: Update zstd (#2969)

Also update exceptions in deny.toml bans
This commit is contained in:
Olivier Lemasle
2021-06-10 19:47:45 +02:00
committed by GitHub
parent 3d56728b86
commit b506bc30b1
3 changed files with 8 additions and 9 deletions

View File

@@ -18,7 +18,7 @@ log = { version = "0.4.8", default-features = false }
serde = { version = "1.0.94", features = ["derive"] }
sha2 = "0.9.0"
toml = "0.5.5"
zstd = { version = "0.6", default-features = false }
zstd = { version = "0.9", default-features = false }
[target.'cfg(target_os = "windows")'.dependencies]
winapi = "0.3.7"