1
0
mirror of https://github.com/containers/youki synced 2024-11-23 01:11:58 +01:00

chore(deps): bump serial_test from 2.0.0 to 3.0.0 (#2620)

Bumps [serial_test](https://github.com/palfrey/serial_test) from 2.0.0 to 3.0.0.
- [Release notes](https://github.com/palfrey/serial_test/releases)
- [Commits](https://github.com/palfrey/serial_test/compare/v2.0.0...v3.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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-01-14 10:58:03 +09:00 committed by GitHub
parent 464344923f
commit cb8d4e542d
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 7 additions and 7 deletions

8
Cargo.lock generated

@ -3423,9 +3423,9 @@ dependencies = [
[[package]]
name = "serial_test"
version = "2.0.0"
version = "3.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0e56dd856803e253c8f298af3f4d7eb0ae5e23a737252cd90bb4f3b435033b2d"
checksum = "953ad9342b3aaca7cb43c45c097dd008d4907070394bd0751a0aa8817e5a018d"
dependencies = [
"dashmap",
"futures",
@ -3437,9 +3437,9 @@ dependencies = [
[[package]]
name = "serial_test_derive"
version = "2.0.0"
version = "3.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "91d129178576168c589c9ec973feedf7d3126c01ac2bf08795109aa35b69fb8f"
checksum = "b93fb4adc70021ac1b47f7d45e8cc4169baaa7ea58483bc5b721d19a26202212"
dependencies = [
"proc-macro2",
"quote",

@ -41,5 +41,5 @@ clap = "4.1.6"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
env_logger = "0.10"
serial_test = "2.0.0"
serial_test = "3.0.0"
tempfile = "3"

@ -57,7 +57,7 @@ safe-path = "0.1.0"
[dev-dependencies]
oci-spec = { version = "~0.6.4", features = ["proptests", "runtime"] }
quickcheck = "1"
serial_test = "2.0.0"
serial_test = "3.0.0"
tempfile = "3"
anyhow = "1.0"
rand = { version = "0.8.5" }

@ -51,7 +51,7 @@ tracing-subscriber = { version = "0.3.18", features = ["json", "env-filter"] }
tracing-journald = "0.3.0"
[dev-dependencies]
serial_test = "2.0.0"
serial_test = "3.0.0"
tempfile = "3"
scopeguard = "1.2.0"