From c1a283c35b32ae166e67a78802304b8f530e4c47 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 12:36:33 +0000 Subject: [PATCH] chore(deps): bump clap from 4.5.8 to 4.5.11 Bumps [clap](https://github.com/clap-rs/clap) from 4.5.8 to 4.5.11. - [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.8...clap_complete-v4.5.11) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 12 ++++++------ Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7d07be0..e8ef400 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -114,9 +114,9 @@ version = "1.0.0" [[package]] name = "clap" -version = "4.5.8" +version = "4.5.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "84b3edb18336f4df585bc9aa31dd99c036dfa5dc5e9a2939a722a188f3a8970d" +checksum = "35723e6a11662c2afb578bcf0b88bf6ea8e21282a953428f240574fcc3a2b5b3" dependencies = [ "clap_builder", "clap_derive", @@ -124,9 +124,9 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.5.8" +version = "4.5.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c1c09dd5ada6c6c78075d6fd0da3f90d8080651e2d6cc8eb2f1aaa4034ced708" +checksum = "49eb96cbfa7cfa35017b7cd548c75b14c3118c98b423041d70562665e07fb0fa" dependencies = [ "anstream", "anstyle", @@ -136,9 +136,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/Cargo.toml b/Cargo.toml index d9ee45f..5551400 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,7 +39,7 @@ syn = { version = "2.0.65", features = ["extra-traits", "full"] } syn-select = { version = "0.3.0" } # Release -clap = { version = "4.5.4", features = ["derive"] } +clap = { version = "4.5.11", features = ["derive"] } log = { version = "0.4.19" } rkyv = { version = "0.7.44", features = ["validation"] } # TODO: package rustix = { version = "0.38.34", features = ["event", "io_uring", "mm"] }