From 5e8c5693bcff5ed6e23dd986e9949dd9415333e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Feb 2025 19:10:17 +0000 Subject: [PATCH] build(deps): bump dirs from 5.0.1 to 6.0.0 in /nym-vpn-app/src-tauri Bumps [dirs](https://github.com/soc/dirs-rs) from 5.0.1 to 6.0.0. - [Commits](https://github.com/soc/dirs-rs/commits) --- updated-dependencies: - dependency-name: dirs dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- nym-vpn-core/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nym-vpn-core/Cargo.toml b/nym-vpn-core/Cargo.toml index 60bf3858b4..aa281b2275 100644 --- a/nym-vpn-core/Cargo.toml +++ b/nym-vpn-core/Cargo.toml @@ -92,7 +92,7 @@ chrono = "0.4.39" clap = "4.5" dbus = "0.9" debounced = "0.2" -dirs = "5.0.1" +dirs = "6.0.0" dns-lookup = "2" duct = "0.13" eventlog = "0.3.0"