From a23389b9c2b11195a053b3a5768ba82a218b0649 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 00:50:23 +0000 Subject: [PATCH] Update shlex requirement from 1.3.0 to 2.0.1 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f40be48..2cc1491 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,7 +42,7 @@ ipstack = { version = "1.0.0" } log = { version = "0.4.29", features = ["std"] } percent-encoding = "2.3.2" serde = { version = "1.0.228", features = ["derive"] } -shlex = "1.3.0" +shlex = "2.0.1" socks5-impl = { version = "0.8.2", default-features = false, features = [ "tokio", "serde",