Bump serial_test from 0.5.0 to 0.5.1

Bumps [serial_test](https://github.com/palfrey/serial_test) from 0.5.0 to 0.5.1.
- [Release notes](https://github.com/palfrey/serial_test/releases)
- [Commits](https://github.com/palfrey/serial_test/compare/v0.5.0...v0.5.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-12-08 00:00:56 +00:00 committed by Stephan Dilly
parent fef9523045
commit 6966882032
2 changed files with 6 additions and 6 deletions

10
Cargo.lock generated
View file

@ -1086,20 +1086,20 @@ dependencies = [
[[package]]
name = "serial_test"
version = "0.5.0"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1b15f74add9a9d4a3eb2bf739c9a427d266d3895b53d992c3a7c234fec2ff1f1"
checksum = "e0bccbcf40c8938196944a3da0e133e031a33f4d6b72db3bda3cc556e361905d"
dependencies = [
"lazy_static",
"parking_lot 0.10.2",
"parking_lot 0.11.0",
"serial_test_derive",
]
[[package]]
name = "serial_test_derive"
version = "0.5.0"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "65f59259be9fc1bf677d06cc1456e97756004a1a5a577480f71430bd7c17ba33"
checksum = "b2acd6defeddb41eb60bb468f8825d0cfd0c2a76bc03bfd235b6a1dc4f6a1ad5"
dependencies = [
"proc-macro2",
"quote",

View file

@ -23,4 +23,4 @@ url = "2.2"
[dev-dependencies]
tempfile = "3.1"
invalidstring = { path = "../invalidstring", version = "0.1" }
serial_test = "0.5.0"
serial_test = "0.5.1"