Skip to content

Commit f0d6d42

Browse files
Bump shlex from 1.2.0 to 1.3.0
Bumps [shlex](https://github.com/comex/rust-shlex) from 1.2.0 to 1.3.0. - [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-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 01778fc commit f0d6d42

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ pulldown-cmark = { version = "0.9.3", default-features = false }
3131
regex = "1.8.1"
3232
serde = { version = "1.0.163", features = ["derive"] }
3333
serde_json = "1.0.96"
34-
shlex = "1.1.0"
34+
shlex = "1.3.0"
3535
tempfile = "3.4.0"
3636
toml = "0.5.11" # Do not update, see https://github.com/rust-lang/mdBook/issues/2037
3737
topological-sort = "0.2.2"

0 commit comments

Comments
 (0)