From c1ead7355d752c9f8110e1734a9fb150d2ba9c64 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 11:51:59 +0000 Subject: [PATCH] Bump trash from 4.1.1 to 5.1.0 Bumps [trash](https://github.com/ArturKovacs/trash) from 4.1.1 to 5.1.0. - [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/v4.1.1...v5.1.0) --- updated-dependencies: - dependency-name: trash dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 48 ++++++++---------------------------------------- Cargo.toml | 2 +- 2 files changed, 9 insertions(+), 41 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3118e5f..81179f0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -918,15 +918,6 @@ version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b" -[[package]] -name = "form_urlencoded" -version = "1.2.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456" -dependencies = [ - "percent-encoding", -] - [[package]] name = "freetype-rs" version = "0.26.0" @@ -1112,16 +1103,6 @@ version = "1.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" -[[package]] -name = "idna" -version = "0.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6" -dependencies = [ - "unicode-bidi", - "unicode-normalization", -] - [[package]] name = "image" version = "0.25.2" @@ -2704,16 +2685,17 @@ dependencies = [ [[package]] name = "trash" -version = "4.1.1" +version = "5.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c254b119cf49bdde3dfef21b1dc492dc8026b75566ca24aa77993eccd7cbc1b5" +checksum = "a154e8323dbd402514d5a3c0f12e0a5bddf72de674b565d58a5535500566428b" dependencies = [ "libc", "log", - "objc", + "objc2 0.5.2", + "objc2-foundation", "once_cell", "scopeguard", - "url", + "urlencoding", "windows", ] @@ -2773,15 +2755,6 @@ version = "1.0.12" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b" -[[package]] -name = "unicode-normalization" -version = "0.1.23" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a56d1686db2308d901306f92a263857ef59ea39678a5458e7cb17f01415101f5" -dependencies = [ - "tinyvec", -] - [[package]] name = "unicode-properties" version = "0.1.1" @@ -2801,15 +2774,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b1d386ff53b415b7fe27b50bb44679e2cc4660272694b7b6f3326d8480823a94" [[package]] -name = "url" -version = "2.5.2" +name = "urlencoding" +version = "2.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "22784dbdf76fdde8af1aeda5622b546b422b6fc585325248a2bf9f5e41e94d6c" -dependencies = [ - "form_urlencoded", - "idna", - "percent-encoding", -] +checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da" [[package]] name = "usvg" diff --git a/Cargo.toml b/Cargo.toml index 268a71a..7fb6833 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -66,7 +66,7 @@ sys-info = "0.9" thiserror = "1.0" tiny-skia = "0.11" toml = "0.8" -trash = { version = "4.0", default-features = false } +trash = { version = "5.1", default-features = false } typed-builder = "0.18" usvg = "0.41" winit = "0.28"