diff --git a/Cargo.toml b/Cargo.toml index dd2e8aa..a855f8d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ lto = false [dependencies] eframe = { git = "https://github.com/Titaniumtown/egui", default-features = false } -shadow-rs = { version = "0.9", default-features = false } +shadow-rs = { version = "0.11.0", default-features = false } const_format = { version = "0.2.22", default-features = false, features = [ "fmt", ] } @@ -37,7 +37,7 @@ ruzstd = { git = "https://github.com/KillingSpark/zstd-rs.git" } serde_json = "1.0.79" [build-dependencies] -shadow-rs = "0.9" +shadow-rs = "0.11.0" command-run = "1.1.1" [target.'cfg(not(target_arch = "wasm32"))'.dependencies]