From 9e87750fe93fa8fae43fe07e8d858da96746e086 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 03:08:15 +0000 Subject: [PATCH] Update shlex requirement from 1.3 to 2.0 Updates the requirements on [shlex](https://github.com/comex/rust-shlex) to permit the latest version. - [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-version: 2.0.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 4 ++-- binding-generator/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 6122df58..e809a9e3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,7 +42,7 @@ dunce = "1" jobserver = "0.1.25" pkg-config = "0.3" semver = "1" -shlex = { version = "1.3", default-features = false } +shlex = { version = "2.0", default-features = false } # vcpkg-0.2.9 is the first one that has accessible find_vcpkg_root() vcpkg = "0.2.9" @@ -56,7 +56,7 @@ dunce = "1" jobserver = "0.1.25" pkg-config = "0.3" semver = "1" -shlex = { version = "1.3", default-features = false } +shlex = { version = "2.0", default-features = false } # vcpkg-0.2.9 is the first one that has accessible find_vcpkg_root() vcpkg = "0.2.9" diff --git a/binding-generator/Cargo.toml b/binding-generator/Cargo.toml index 5c78377e..e433fb0e 100644 --- a/binding-generator/Cargo.toml +++ b/binding-generator/Cargo.toml @@ -18,7 +18,7 @@ clang-sys = { version = "1", features = ["clang_9_0"] } dunce = "1" percent-encoding = { version = "2", default-features = false } regex = "1" -shlex = { version = "1.3", default-features = false } +shlex = { version = "2.0", default-features = false } [dev-dependencies] tempfile = { version = "3", default-features = false }