Skip to content

Commit

Permalink
Merge pull request #726 from containers/dependabot/cargo/serial_test-…
Browse files Browse the repository at this point in the history
…0.6.0

chore(deps): bump serial_test from 0.5.1 to 0.6.0
  • Loading branch information
Furisto authored Feb 22, 2022
2 parents 96a8bf2 + 4f018c7 commit 6d824d8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
10 changes: 6 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/libcontainer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@ wasmer-wasi = { version = "2.1.1", optional = true }
[dev-dependencies]
oci-spec = { version = "0.5.3", features = ["proptests"] }
quickcheck = "1"
serial_test = "0.5.1"
serial_test = "0.6.0"
rand = "0.8.5"
2 changes: 1 addition & 1 deletion crates/youki/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ tabwriter = "1"
clap_generate = { version = "3.0.0-beta.5" }

[dev-dependencies]
serial_test = "0.5.1"
serial_test = "0.6.0"

[build-dependencies]
anyhow = "1.0.54"
Expand Down

0 comments on commit 6d824d8

Please sign in to comment.