build(deps): bump serial_test from 0.10.0 to 1.0.0

Bumps [serial_test](https://github.com/palfrey/serial_test) from 0.10.0 to 1.0.0.
- [Release notes](https://github.com/palfrey/serial_test/releases)
- [Commits](https://github.com/palfrey/serial_test/compare/v0.10.0...v1.0.0)

---
updated-dependencies:
- dependency-name: serial_test
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-01-18 08:51:26 +00:00 коммит произвёл Sylvestre Ledru
Родитель 150ab7c4dc
Коммит fe19401d7a
2 изменённых файлов: 5 добавлений и 5 удалений

8
Cargo.lock сгенерированный
Просмотреть файл

@ -2392,9 +2392,9 @@ dependencies = [
[[package]]
name = "serial_test"
version = "0.10.0"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1c789ec87f4687d022a2405cf46e0cd6284889f1839de292cadeb6c6019506f2"
checksum = "538c30747ae860d6fb88330addbbd3e0ddbe46d662d032855596d8a8ca260611"
dependencies = [
"dashmap",
"futures",
@ -2406,9 +2406,9 @@ dependencies = [
[[package]]
name = "serial_test_derive"
version = "0.10.0"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b64f9e531ce97c88b4778aad0ceee079216071cffec6ac9b904277f8f92e7fe3"
checksum = "079a83df15f85d89a68d64ae1238f142f172b1fa915d0d76b26a7cba1b659a69"
dependencies = [
"proc-macro2",
"quote",

Просмотреть файл

@ -98,7 +98,7 @@ itertools = "0.10"
predicates = "=2.1.5"
thirtyfour_sync = "0.27"
once_cell = "1.17"
serial_test = "0.10"
serial_test = "1.0"
wiremock = "0.5.17"
[target.'cfg(unix)'.dependencies]