Browse Source

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] <[email protected]>
pull/253/head
dependabot[bot] 3 weeks ago
committed by GitHub
parent
commit
a23389b9c2
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      Cargo.toml

2
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",

Loading…
Cancel
Save