From b97ccdae405a7eb0093de783a55db6466b9779cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 00:34:38 +0000 Subject: [PATCH] chore: bump clap-stdin from 0.4.0 to 0.5.0 Bumps [clap-stdin](https://github.com/thepacketgeek/clap-stdin) from 0.4.0 to 0.5.0. - [Release notes](https://github.com/thepacketgeek/clap-stdin/releases) - [Commits](https://github.com/thepacketgeek/clap-stdin/compare/v0.4.0...v0.5.0) --- updated-dependencies: - dependency-name: clap-stdin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- crates/sss_code/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0ea4643..3dc1a61 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -505,9 +505,9 @@ dependencies = [ [[package]] name = "clap-stdin" -version = "0.4.0" +version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bc126d12a0930c94c3548581294d5f19360ac02e408600b4d7619d7234e8b505" +checksum = "26aebacacd89c47b46d417017046e359921a2914e56b3abdb9caefac048405b1" dependencies = [ "thiserror", ] diff --git a/crates/sss_code/Cargo.toml b/crates/sss_code/Cargo.toml index f401660..89b750f 100644 --- a/crates/sss_code/Cargo.toml +++ b/crates/sss_code/Cargo.toml @@ -32,7 +32,7 @@ directories.workspace = true tracing.workspace = true color-eyre.workspace = true tracing-subscriber.workspace = true -clap-stdin = "0.4.0" +clap-stdin = "0.5.0" sss_lib = { path = "../sss_lib" } syntect = { version = "5.1.0", default-features = false, features = [ "parsing",