update dependencies

This commit is contained in:
Simon Gardling 2022-04-09 21:13:47 -04:00
parent 7317d89382
commit 1507a0cc85

View File

@ -39,7 +39,7 @@ lazy_static = "1.4.0"
tar = "0.4.38" tar = "0.4.38"
ruzstd = { git = "https://github.com/KillingSpark/zstd-rs.git" } ruzstd = { git = "https://github.com/KillingSpark/zstd-rs.git" }
serde_json = "1.0.79" serde_json = "1.0.79"
tracing = "0.1.32" tracing = "0.1.33"
itertools = "0.10.3" itertools = "0.10.3"
static_assertions = "1.1.0" static_assertions = "1.1.0"
phf = "0.10.1" phf = "0.10.1"
@ -52,7 +52,7 @@ itertools = "0.10.3"
[target.'cfg(not(target_arch = "wasm32"))'.dependencies] [target.'cfg(not(target_arch = "wasm32"))'.dependencies]
instant = "0.1.12" instant = "0.1.12"
tracing-subscriber = "0.3.10" tracing-subscriber = "0.3.11"
rayon = { git = "https://github.com/rayon-rs/rayon.git", optional = true } rayon = { git = "https://github.com/rayon-rs/rayon.git", optional = true }
async-lock = { git = "https://github.com/smol-rs/async-lock.git", optional = true } async-lock = { git = "https://github.com/smol-rs/async-lock.git", optional = true }