From 9a155f6d3b3042717c919f6d5a29a62f1cc450b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 22:33:37 +0000 Subject: [PATCH] chore(deps): bump chateau from 0.3.0 to 0.3.2 Bumps [chateau](https://github.com/alexrudy/chateau) from 0.3.0 to 0.3.2. - [Release notes](https://github.com/alexrudy/chateau/releases) - [Changelog](https://github.com/alexrudy/chateau/blob/main/CHANGELOG.md) - [Commits](https://github.com/alexrudy/chateau/compare/v0.3.0...v0.3.2) --- updated-dependencies: - dependency-name: chateau dependency-version: 0.3.2 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 293b046..53cf60b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -250,9 +250,9 @@ checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801" [[package]] name = "chateau" -version = "0.3.0" +version = "0.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5c02202957e6b60b3c642a4c8aa0e55df877d15cca7c8871d69a0be8ffcde761" +checksum = "df5b17e9536a94ffc05648b514596fb9312a2704c3fcc0d7331a8e750d0ea023" dependencies = [ "futures", "parking_lot",