diff --git a/crates/tauri-build/Cargo.toml b/crates/tauri-build/Cargo.toml index f8fc0b1fa3c3..b6e3918c43c2 100644 --- a/crates/tauri-build/Cargo.toml +++ b/crates/tauri-build/Cargo.toml @@ -41,7 +41,7 @@ json-patch = "3" walkdir = "2" tauri-winres = "0.2" semver = "1" -dirs = "5" +dirs = "6" glob = "0.3" toml = "0.8" # Our code requires at least 0.8.18 so don't simplify this to 0.8 diff --git a/crates/tauri-bundler/Cargo.toml b/crates/tauri-bundler/Cargo.toml index 019f310bb9c5..900dfa895b76 100644 --- a/crates/tauri-bundler/Cargo.toml +++ b/crates/tauri-bundler/Cargo.toml @@ -30,7 +30,7 @@ walkdir = "2" handlebars = "6" tempfile = "3" log = { version = "0.4.21", features = ["kv"] } -dirs = "5" +dirs = "6" os_pipe = "1" ureq = { version = "2", default-features = false, features = ["socks-proxy"] } native-tls = { version = "0.2", optional = true } diff --git a/crates/tauri/Cargo.toml b/crates/tauri/Cargo.toml index be30705c0bf1..40a537bb5962 100644 --- a/crates/tauri/Cargo.toml +++ b/crates/tauri/Cargo.toml @@ -66,7 +66,7 @@ tauri-runtime-wry = { version = "2.3.0", path = "../tauri-runtime-wry", optional getrandom = "0.2" serde_repr = "0.1" http = "1" -dirs = "5" +dirs = "6" percent-encoding = "2" reqwest = { version = "0.12", default-features = false, features = [ "json",