From 3269cbd80485f428fb606a0cd715175ac0806cb2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 12:29:32 +0200 Subject: [PATCH] build(deps): bump clap from 4.5.10 to 4.5.11 (#93) --- Cargo.lock | 12 ++++++------ mwp-web/Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e96a59f..bd8a601 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -487,9 +487,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.5.10" +version = "4.5.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8f6b81fb3c84f5563d509c59b5a48d935f689e993afa90fe39047f05adef9142" +checksum = "35723e6a11662c2afb578bcf0b88bf6ea8e21282a953428f240574fcc3a2b5b3" dependencies = [ "clap_builder", "clap_derive", @@ -497,9 +497,9 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.5.10" +version = "4.5.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5ca6706fd5224857d9ac5eb9355f6683563cc0541c7cd9d014043b57cbec78ac" +checksum = "49eb96cbfa7cfa35017b7cd548c75b14c3118c98b423041d70562665e07fb0fa" dependencies = [ "anstream", "anstyle", @@ -509,9 +509,9 @@ dependencies = [ [[package]] name = "clap_derive" -version = "4.5.8" +version = "4.5.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2bac35c6dafb060fd4d275d9a4ffae97917c13a6327903a8be2153cd964f7085" +checksum = "5d029b67f89d30bbb547c89fd5161293c0aec155fc691d7924b64550662db93e" dependencies = [ "heck", "proc-macro2", diff --git a/mwp-web/Cargo.toml b/mwp-web/Cargo.toml index a9f2f6b..d37ca28 100644 --- a/mwp-web/Cargo.toml +++ b/mwp-web/Cargo.toml @@ -19,7 +19,7 @@ serde = "1.0.204" serde_json = "1.0.120" tantivy = "0.22.0" rusqlite = { version = "0.31.0", features = ["time", "url", "bundled"]} -clap = { version = "4.5.10", features = ["derive"]} +clap = { version = "4.5.11", features = ["derive"]} static-files = "0.2.4" actix-web-static-files = "4.0.1"