From 896dffd1a94d7e62bff301147e35019074029e95 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 01:15:44 +0000 Subject: [PATCH] chore(deps): bump the cargo-minor-and-patch group with 2 updates Bumps the cargo-minor-and-patch group with 2 updates: [toml](https://github.com/toml-rs/toml) and [trash](https://github.com/ArturKovacs/trash). Updates `toml` from 1.1.4+spec-1.1.0 to 1.1.5+spec-1.1.0 - [Commits](https://github.com/toml-rs/toml/compare/toml-v1.1.4...toml-v1.1.5) Updates `trash` from 5.2.6 to 5.2.7 - [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.6...v5.2.7) --- updated-dependencies: - dependency-name: toml dependency-version: 1.1.5+spec-1.1.0 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-minor-and-patch - dependency-name: trash dependency-version: 5.2.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-minor-and-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 32a2056..e1899fa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2245,9 +2245,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "toml" -version = "1.1.4+spec-1.1.0" +version = "1.1.5+spec-1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3aace63f4bbcdfc2c965b059de67119c89c4017a70d633be6c104910f67056f5" +checksum = "12c0ba9680044b4ce98d391a62094047eada0d64860b80166c39f4a6b5640785" dependencies = [ "indexmap", "serde_core", @@ -2284,9 +2284,9 @@ checksum = "7d56353a2a665ad0f41a421187180aab746c8c325620617ad883a99a1cbe66d2" [[package]] name = "trash" -version = "5.2.6" +version = "5.2.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7602e0c7d66ec2d92a8c917219fbc7894039efa2063b9064260110828a356f46" +checksum = "08676401d031c4a43b7022d90e1748ef4624fabb68ac2abf0cb5812f8c02d78e" dependencies = [ "chrono", "libc", diff --git a/Cargo.toml b/Cargo.toml index b043aa4..2282d8d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ thiserror = "=2.0.20" # Config is ruled TOML (SPEC 10.1, D-N8): a real format needs a real parser, # and a hand-rolled one would re-create exactly the escaping/typing edge cases # this crate exists to refuse. Pinned exactly like every direct dependency. -toml = "=1.1.4" +toml = "=1.1.5" uuid = { version = "=1.26.0", features = ["v7", "serde"] } # specta derives the cross-boundary type descriptions. The `uuid` feature is @@ -72,7 +72,7 @@ image = "=0.25.10" ignore = "=0.4.33" rayon = "=1.12.0" memchr = "=2.8.3" -trash = "=5.2.6" +trash = "=5.2.7" # The rules `docs/AGENTS.md` states for Rust, in the place the compiler reads. #