bump dependencies

This commit is contained in:
Simon Gardling
2022-05-28 11:20:21 -04:00
parent c3a5d79db5
commit b327b603bb
2 changed files with 8 additions and 8 deletions

View File

@@ -45,7 +45,7 @@ emath = { git = "https://github.com/Titaniumtown/egui.git", default-features = f
shadow-rs = { version = "0.11", default-features = false }
const_format = { version = "0.2", default-features = false, features = ["fmt"] }
cfg-if = "1"
ruzstd = { git = "https://github.com/Titaniumtown/zstd-rs.git", branch = "ringbuffer" }
ruzstd = { git = "https://github.com/KillingSpark/zstd-rs.git" }
tracing = "0.1"
itertools = "0.10"
static_assertions = "1.1"