From a153a78d7aa41555d3b52eab0b0eef83dbc03f9e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Mar 2022 03:04:06 +0000 Subject: [PATCH] Bump shell-words from 1.0.0 to 1.1.0 Bumps [shell-words](https://github.com/tmiasko/shell-words) from 1.0.0 to 1.1.0. - [Release notes](https://github.com/tmiasko/shell-words/releases) - [Commits](https://github.com/tmiasko/shell-words/compare/v1.0.0...v1.1.0) --- updated-dependencies: - dependency-name: shell-words dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1762ac66..476d6589 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1048,9 +1048,9 @@ checksum = "45bb67a18fa91266cc7807181f62f9178a6873bfad7dc788c42e6430db40184f" [[package]] name = "shell-words" -version = "1.0.0" +version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b6fa3938c99da4914afedd13bf3d79bcb6c277d1b2c398d23257a304d9e1b074" +checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde" [[package]] name = "smallvec" diff --git a/Cargo.toml b/Cargo.toml index 2b5e2c38..95fb5bd1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -52,7 +52,7 @@ thiserror = "1.0" wild = { version = "2.0", optional = true } content_inspector = "0.2.4" encoding = "0.2" -shell-words = { version = "1.0.0", optional = true } +shell-words = { version = "1.1.0", optional = true } unicode-width = "0.1.9" globset = "0.4" serde = { version = "1.0", features = ["derive"] }