From 00576b2baca3adb1a754bface99975e3390f386c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jul 2023 03:31:25 +0000 Subject: [PATCH] Update clap requirement from 3.0.7 to 4.3.19 Updates the requirements on [clap](https://github.com/clap-rs/clap) to permit the latest version. - [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-v3.1.0...v4.3.19) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- camino-examples/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/camino-examples/Cargo.toml b/camino-examples/Cargo.toml index 58b7845c3b..c7568746e1 100644 --- a/camino-examples/Cargo.toml +++ b/camino-examples/Cargo.toml @@ -8,7 +8,7 @@ publish = false [dependencies] anyhow = "1.0.38" camino = { path = "..", features = ["serde1"] } -clap = { version = "3.0.7", features = ["derive"] } +clap = { version = "4.3.19", features = ["derive"] } serde = { version = "1", features = ["derive"] } serde_json = { version = "1.0.62" }