From 26eea5613132913131f1cad4a7c94c0f5aab412e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 21:43:05 +0000 Subject: [PATCH] build(deps): bump shlex from 1.1.0 to 1.3.0 Bumps [shlex](https://github.com/comex/rust-shlex) from 1.1.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 ++-- c2rust-analyze/Cargo.toml | 2 +- c2rust/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 16d67fb54c..4ae63df566 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1332,9 +1332,9 @@ dependencies = [ [[package]] name = "shlex" -version = "1.1.0" +version = "1.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3" +checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" [[package]] name = "similar" diff --git a/c2rust-analyze/Cargo.toml b/c2rust-analyze/Cargo.toml index e62364ca85..cb69eba6e9 100644 --- a/c2rust-analyze/Cargo.toml +++ b/c2rust-analyze/Cargo.toml @@ -38,7 +38,7 @@ print_bytes = "1.1" [dev-dependencies] c2rust-build-paths = { path = "../c2rust-build-paths", version = "0.18.0" } clap = { version = "4.1.9", features = ["derive"] } -shlex = "1.1.0" +shlex = "1.3.0" [package.metadata.rust-analyzer] rustc_private = true diff --git a/c2rust/Cargo.toml b/c2rust/Cargo.toml index 74fc2908a9..0288e0819d 100644 --- a/c2rust/Cargo.toml +++ b/c2rust/Cargo.toml @@ -24,7 +24,7 @@ git-testament = "0.2.1" is_executable = "1.0" log = "0.4" regex = "1.3" -shlex = "1.1" +shlex = "1.3" c2rust-transpile = { version = "0.18.0", path = "../c2rust-transpile" } # Required to avoid too-new version (dep of git-testament) which our rustc cannot compile time-macros = "=0.2.6"