From 260405e6569106fb960a4c084dbdda5ea556987d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 18:53:52 +0000 Subject: [PATCH] editoast: bump quote from 1.0.38 to 1.0.39 in /editoast Bumps [quote](https://github.com/dtolnay/quote) from 1.0.38 to 1.0.39. - [Release notes](https://github.com/dtolnay/quote/releases) - [Commits](https://github.com/dtolnay/quote/compare/1.0.38...1.0.39) --- updated-dependencies: - dependency-name: quote dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- editoast/Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/editoast/Cargo.lock b/editoast/Cargo.lock index fa998f22120..b835f4802fd 100644 --- a/editoast/Cargo.lock +++ b/editoast/Cargo.lock @@ -3696,9 +3696,9 @@ checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3" [[package]] name = "quote" -version = "1.0.38" +version = "1.0.39" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0e4dccaaaf89514f546c693ddc140f729f958c247918a13380cccc6078391acc" +checksum = "c1f1914ce909e1658d9907913b4b91947430c7d9be598b15a1912935b8c04801" dependencies = [ "proc-macro2", ]