1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-22 22:42:48 +03:00

build(deps): bump rstest from 0.13.0 to 0.14.0

Bumps [rstest](https://github.com/la10736/rstest) from 0.13.0 to 0.14.0.
- [Release notes](https://github.com/la10736/rstest/releases)
- [Changelog](https://github.com/la10736/rstest/blob/master/CHANGELOG.md)
- [Commits](https://github.com/la10736/rstest/compare/0.13.0...0.14.0)

---
updated-dependencies:
- dependency-name: rstest
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-06-20 04:44:22 +00:00 committed by Wez Furlong
parent be8a6e18cc
commit 43a541a485
2 changed files with 5 additions and 17 deletions

20
Cargo.lock generated
View File

@ -75,16 +75,6 @@ dependencies = [
"tempfile",
]
[[package]]
name = "async-attributes"
version = "1.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"
dependencies = [
"quote",
"syn",
]
[[package]]
name = "async-broadcast"
version = "0.4.0"
@ -221,7 +211,6 @@ version = "1.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62565bb4402e926b29953c785397c6dc0391b7b446e45008b0049eb43cec6f5d"
dependencies = [
"async-attributes",
"async-channel",
"async-global-executor",
"async-io",
@ -3391,11 +3380,10 @@ dependencies = [
[[package]]
name = "rstest"
version = "0.13.0"
version = "0.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b939295f93cb1d12bc1a83cf9ee963199b133fb8a79832dd51b68bb9f59a04dc"
checksum = "86fcf8fa7e9f3b396a5967d7455c057532a81be5114c81d5b02fae9a1f8e21d7"
dependencies = [
"async-std",
"futures",
"futures-timer",
"rstest_macros",
@ -3404,9 +3392,9 @@ dependencies = [
[[package]]
name = "rstest_macros"
version = "0.13.0"
version = "0.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f78aba848123782ba59340928ec7d876ebe745aa0365d6af8a630f19a5c16116"
checksum = "5015e68a0685a95ade3eee617ff7101ab6a3fc689203101ca16ebc16f2b89c66"
dependencies = [
"cfg-if 1.0.0",
"proc-macro2",

View File

@ -45,7 +45,7 @@ k9 = "0.11.0"
once_cell = "1.8"
predicates = "2.0"
env_logger = "0.9"
rstest = "0.13"
rstest = "0.14"
shell-words = "1.1"
smol-potat = "1.1.2"
termwiz = { version = "0.16", path = "../termwiz" }