From d90aa1b2782823e0d41e1f5a2244af51b9e906e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 21:55:33 +0000 Subject: [PATCH] Bump shlex from 1.2.0 to 1.3.0 Bumps [shlex](https://github.com/comex/rust-shlex) from 1.2.0 to 1.3.0. - [Changelog](https://github.com/comex/rust-shlex/blob/master/CHANGELOG.md) - [Commits](https://github.com/comex/rust-shlex/commits) --- updated-dependencies: - dependency-name: shlex dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- av1an/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 934421b1..e5a1c65b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1493,9 +1493,9 @@ dependencies = [ [[package]] name = "shlex" -version = "1.2.0" +version = "1.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a7cee0529a6d40f580e7a5e6c495c8fbfe21b7b52795ed4bb5e62cdf92bc6380" +checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" [[package]] name = "signal-hook-registry" diff --git a/av1an/Cargo.toml b/av1an/Cargo.toml index bc3d5f4e..a39748d6 100644 --- a/av1an/Cargo.toml +++ b/av1an/Cargo.toml @@ -20,7 +20,7 @@ path = "src/main.rs" [dependencies] atty = "0.2.14" clap = { version = "4.0.32", features = ["derive"] } -shlex = "1.0.0" +shlex = "1.3.0" path_abs = "0.5.1" anyhow = "1.0.42" av1an-core = { path = "../av1an-core", version = "0.4.1" }