From 6e134739f41800a9a96db67679e3a2e412c76b10 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 11:33:39 +0000 Subject: [PATCH] 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 | 7 ++++--- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a8b4dfc..d113a54 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "ab_glyph" @@ -2696,15 +2696,16 @@ 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 = [ "libc", "log", "objc2 0.5.2", "objc2-foundation", "once_cell", + "percent-encoding", "scopeguard", "urlencoding", "windows", diff --git a/Cargo.toml b/Cargo.toml index 6a51842..6967635 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -66,7 +66,7 @@ sys-info = "0.9" thiserror = "2.0" tiny-skia = "0.11" toml = "0.8" -trash = { version = "5.1", default-features = false } +trash = { version = "5.2", default-features = false } typed-builder = "0.20" usvg = "0.44" winit = "0.28"