chore(deps): Bump assert_cmd from 2.0.6 to 2.0.7 (#6330)

Bumps [assert_cmd](https://github.com/assert-rs/assert_cmd) from 2.0.6 to 2.0.7.
- [Release notes](https://github.com/assert-rs/assert_cmd/releases)
- [Changelog](https://github.com/assert-rs/assert_cmd/blob/master/CHANGELOG.md)
- [Commits](https://github.com/assert-rs/assert_cmd/compare/v2.0.6...v2.0.7)

---
updated-dependencies:
- dependency-name: assert_cmd
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pull/24376/head
dependabot[bot] 2022-12-05 09:05:56 +00:00 committed by GitHub
parent 3740110cb5
commit fc9431f6ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

4
Cargo.lock generated
View File

@ -298,9 +298,9 @@ dependencies = [
[[package]]
name = "assert_cmd"
version = "2.0.6"
version = "2.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ba45b8163c49ab5f972e59a8a5a03b6d2972619d486e19ec9fe744f7c2753d3c"
checksum = "fa3d466004a8b4cb1bc34044240a2fd29d17607e2e3bd613eb44fd48e8100da3"
dependencies = [
"bstr 1.0.1",
"doc-comment",

View File

@ -76,7 +76,7 @@ workspace-hack = { path = "../workspace-hack"}
[dev-dependencies]
# In alphabetical order
arrow_util = { path = "../arrow_util" }
assert_cmd = "2.0.5"
assert_cmd = "2.0.7"
predicate = { path = "../predicate" }
predicates = "2.1.0"
tempfile = "3.1.0"

View File

@ -8,7 +8,7 @@ license.workspace = true
[dependencies] # In alphabetical order
arrow = { workspace = true, features = ["prettyprint"] }
arrow_util = { path = "../arrow_util" }
assert_cmd = "2.0.5"
assert_cmd = "2.0.7"
bytes = "1.3"
data_types = { path = "../data_types" }
futures = "0.3"