From ba73a4162059cd196879c57399e357caeffc880e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 9 Aug 2024 03:50:24 +0000 Subject: [PATCH] build(deps): update rust crate versions to 6.3.2 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index edb0b6d83..3e07e7af5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3285,9 +3285,9 @@ checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" [[package]] name = "versions" -version = "6.3.1" +version = "6.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d9d65b79e2fb156a6f5f23f0e3018f19903ffd6b022553755ed6caf708f41a38" +checksum = "f25d498b63d1fdb376b4250f39ab3a5ee8d103957346abacd911e2d8b612c139" dependencies = [ "itertools", "nom 7.1.3", diff --git a/Cargo.toml b/Cargo.toml index 0976fb8d4..c68eb2bbb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -85,7 +85,7 @@ toml_edit = "0.22.20" unicode-segmentation = "1.11.0" unicode-width = "0.1.13" urlencoding = "2.1.3" -versions = "6.3.1" +versions = "6.3.2" which = "6.0.2" yaml-rust2 = "0.8.1"