From 12cf04f230fd659e57f2eeb468c6f0cb93285459 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 12:10:12 +0000 Subject: [PATCH] chore(deps): update rust crate dirs to v6 --- crates/tauri-build/Cargo.toml | 2 +- crates/tauri-bundler/Cargo.toml | 2 +- crates/tauri/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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",