From 7f670c81c7c1af3572e83a7f1a5239a85455adb8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 12:39:28 +0000 Subject: [PATCH] Bump clap from 4.4.13 to 4.4.16 Bumps [clap](https://github.com/clap-rs/clap) from 4.4.13 to 4.4.16. - [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/v4.4.13...v4.4.16) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 12 ++++++------ crates/docs/Cargo.toml | 2 +- crates/sway-scratch/Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 67c80d5..d646165 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,9 +4,9 @@ version = 3 [[package]] name = "anstream" -version = "0.6.4" +version = "0.6.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2ab91ebe16eb252986481c5b62f6098f3b698a45e34b5b98200cf20dd2484a44" +checksum = "4cd2405b3ac1faab2990b74d728624cd9fd115651fcecc7c2d8daf01376275ba" dependencies = [ "anstyle", "anstyle-parse", @@ -228,9 +228,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "clap" -version = "4.4.13" +version = "4.4.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "52bdc885e4cacc7f7c9eedc1ef6da641603180c783c41a15c264944deeaab642" +checksum = "58e54881c004cec7895b0068a0a954cd5d62da01aef83fa35b1e594497bf5445" dependencies = [ "clap_builder", "clap_derive", @@ -238,9 +238,9 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.4.12" +version = "4.4.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fb7fb5e4e979aec3be7791562fcba452f94ad85e954da024396433e0e25a79e9" +checksum = "59cb82d7f531603d2fd1f507441cdd35184fa81beff7bd489570de7f773460bb" dependencies = [ "anstream", "anstyle", diff --git a/crates/docs/Cargo.toml b/crates/docs/Cargo.toml index e74f6db..1a91874 100644 --- a/crates/docs/Cargo.toml +++ b/crates/docs/Cargo.toml @@ -12,4 +12,4 @@ license = "MIT" [dependencies] sway-scratch = { path = "../sway-scratch" } clap_mangen = "0.2.16" -clap = { version = "4.4.13" } +clap = { version = "4.4.16" } diff --git a/crates/sway-scratch/Cargo.toml b/crates/sway-scratch/Cargo.toml index 32552fb..4138be8 100644 --- a/crates/sway-scratch/Cargo.toml +++ b/crates/sway-scratch/Cargo.toml @@ -11,5 +11,5 @@ license = "MIT" [dependencies] async-std = { version = "1.12.0", features = ["attributes"] } -clap = { version = "4.4.13", features = ["derive", "string"] } +clap = { version = "4.4.16", features = ["derive", "string"] } swayipc-async = "2.0.1" \ No newline at end of file