From acab1d483cb6d160bc6b54f457234d32e3956726 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 01:13:07 +0000 Subject: [PATCH] build(deps): update rust crate versions to 6.2.0 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index dc26e1e03..fe9ebc036 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3368,9 +3368,9 @@ checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" [[package]] name = "versions" -version = "6.1.0" +version = "6.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f37ff4899935ba747849dd9eeb27c0bdd0da0210236704b7e4681a6c7bd6f9c6" +checksum = "38a8931f8d167b6448076020e70b9de46dcf5ea1731212481a092d0071c4ac5b" dependencies = [ "itertools 0.12.0", "nom 7.1.3", diff --git a/Cargo.toml b/Cargo.toml index a290e04f3..4c508d61e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -85,7 +85,7 @@ toml_edit = "0.22.6" unicode-segmentation = "1.11.0" unicode-width = "0.1.11" urlencoding = "2.1.3" -versions = "6.1.0" +versions = "6.2.0" which = "6.0.0" yaml-rust = "0.4.5"