Skip to content

Commit 650732c

Browse files
fenhlemilio
authored andcommitted
Upgrade to shlex 1
1 parent 0e25962 commit 650732c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ required-features = ["clap"]
4242
[dev-dependencies]
4343
diff = "0.1"
4444
clap = "2"
45-
shlex = "0.1"
45+
shlex = "1"
4646

4747
[dependencies]
4848
bitflags = "1.0.3"
@@ -56,7 +56,7 @@ peeking_take_while = "0.1.2"
5656
quote = { version = "1", default-features = false }
5757
regex = { version = "1.0", default-features = false , features = [ "std", "unicode"]}
5858
which = { version = "3.0", optional = true, default-features = false }
59-
shlex = "0.1"
59+
shlex = "1"
6060
rustc-hash = "1.0.1"
6161
# New validation in 0.3.6 breaks bindgen-integration:
6262
# https://github.com/alexcrichton/proc-macro2/commit/489c642.

0 commit comments

Comments
 (0)