From c20c9f9968109f0652bf640804b852f143bd5000 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jan 2025 02:04:55 +0000 Subject: [PATCH] Bump clap from 4.5.24 to 4.5.26 in /rust Bumps [clap](https://github.com/clap-rs/clap) from 4.5.24 to 4.5.26. - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v4.5.24...clap_complete-v4.5.26) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- rust/Cargo.lock | 8 ++++---- rust/monal-html-parser/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/rust/Cargo.lock b/rust/Cargo.lock index 4aec3ca73..c53ba0395 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -77,9 +77,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "clap" -version = "4.5.24" +version = "4.5.26" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9560b07a799281c7e0958b9296854d6fafd4c5f31444a7e5bb1ad6dde5ccf1bd" +checksum = "a8eb5e908ef3a6efbe1ed62520fb7287959888c88485abe072543190ecc66783" dependencies = [ "clap_builder", "clap_derive", @@ -87,9 +87,9 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.5.24" +version = "4.5.26" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "874e0dd3eb68bf99058751ac9712f622e61e6f393a94f7128fa26e3f02f5c7cd" +checksum = "96b01801b5fc6a0a232407abc821660c9c6d25a1cafc0d4f85f29fb8d9afc121" dependencies = [ "anstream", "anstyle", diff --git a/rust/monal-html-parser/Cargo.toml b/rust/monal-html-parser/Cargo.toml index 67be1832b..a5f8faedb 100644 --- a/rust/monal-html-parser/Cargo.toml +++ b/rust/monal-html-parser/Cargo.toml @@ -9,5 +9,5 @@ edition = "2021" crate-type = ["staticlib", "lib"] [dependencies] -clap = {version = "4.5.24", features = ["derive"]} +clap = {version = "4.5.26", features = ["derive"]} scraper = "0.22.0"