switched shlex 1.2 to 1.3

This commit is contained in:
ascendforever 2024-10-13 17:09:46 -04:00
parent 86aa59bad8
commit e395e7f9c4
3 changed files with 33 additions and 27 deletions

View file

@ -6,5 +6,5 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
shlex = "1.2"
shlex = "1.3"
structopt = "0.3"