diff --git a/core/tauri-codegen/Cargo.toml b/core/tauri-codegen/Cargo.toml index 56450b4c4..430409f9d 100644 --- a/core/tauri-codegen/Cargo.toml +++ b/core/tauri-codegen/Cargo.toml @@ -23,7 +23,7 @@ serde_json = "1" tauri-utils = { version = "1.0.0-rc.3", path = "../tauri-utils", features = [ "build" ] } thiserror = "1" walkdir = "2" -zstd = { version = "0.10", optional = true } +zstd = { version = "0.11", optional = true } regex = { version = "1.5.5", optional = true } uuid = { version = "0.8", features = [ "v4" ] } diff --git a/core/tauri-utils/Cargo.toml b/core/tauri-utils/Cargo.toml index 8726b5593..257f8eef8 100644 --- a/core/tauri-utils/Cargo.toml +++ b/core/tauri-utils/Cargo.toml @@ -16,7 +16,7 @@ serde = { version = "1.0", features = [ "derive" ] } serde_json = "1.0" thiserror = "1.0.30" phf = { version = "0.10", features = [ "macros" ] } -zstd = { version = "0.10", optional = true } +zstd = { version = "0.11", optional = true } url = { version = "2.2", features = [ "serde" ] } kuchiki = "0.8" html5ever = "0.25"