From c740c0079ed1e09d32cb1b4f8a6e235bce2417b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 00:32:36 +0000 Subject: [PATCH] Bump trash from 3.2.0 to 3.2.1 Bumps [trash](https://github.com/ArturKovacs/trash) from 3.2.0 to 3.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/v3.2.0...v3.2.1) --- updated-dependencies: - dependency-name: trash dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index de8854f..0d4f883 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -764,9 +764,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "trash" -version = "3.2.0" +version = "3.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6e7b1a28f9550f43ac27987f2144d7798520c6dee6a7eb1dedfe3131e3c257e3" +checksum = "55bb920006929bc37df8c151c3c063b6fc10f485dfe4937393f905861a632e53" dependencies = [ "chrono", "libc",