From 15e850ef732a016004880c7f04ac3e619a816d73 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 10:50:59 +0000 Subject: [PATCH] chore(deps): bump trash from 5.2.0 to 5.2.1 Bumps [trash](https://github.com/ArturKovacs/trash) from 5.2.0 to 5.2.1. - [Release notes](https://github.com/ArturKovacs/trash/releases) - [Changelog](https://github.com/Byron/trash-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/ArturKovacs/trash/compare/v5.2.0...v5.2.1) --- updated-dependencies: - dependency-name: trash dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 5 +++-- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ea8e0cec..00596029 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3967,9 +3967,9 @@ dependencies = [ [[package]] name = "trash" -version = "5.2.0" +version = "5.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "defe1fdd4232e407b312377885a2c5396764972bddad87baf304753374a1bfc8" +checksum = "a8e5ca62c20366b4685e3e41fba17bc7c9bbdcb82e65a89d6fda2ceea5fffd2f" dependencies = [ "chrono", "libc", @@ -3977,6 +3977,7 @@ dependencies = [ "objc2", "objc2-foundation", "once_cell", + "percent-encoding", "scopeguard", "urlencoding", "windows 0.56.0", diff --git a/Cargo.toml b/Cargo.toml index 50408ef0..32ade496 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,7 +42,7 @@ sysinfo = "0.32.1" tantivy = "0.22.0" tar = "0.4.43" toml = { version = "0.8.19", features = ["preserve_order"] } -trash = "5.1.1" +trash = "5.2.1" ts-rs = "10.1.0" url = "2.5.4" which = "7.0.0"