Skip to content

Commit

Permalink
Update serial_test dev-dependency to 0.7
Browse files Browse the repository at this point in the history
This change updates the serial_test dev-dependency to version 0.7.
  • Loading branch information
d-e-s-o committed Jun 14, 2022
1 parent ab48086 commit 629eebb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ uuid = {version = "1.0", default-features = false, features = ["serde"]}
websocket-util = "0.10.1"

[dev-dependencies]
serial_test = {version = "0.6.0", default-features = false}
serial_test = {version = "0.7.0", default-features = false}
test-log = {version = "0.2.8", default-features = false, features = ["trace"]}
tokio = {version = "1.0", default-features = false, features = ["rt-multi-thread", "macros"]}
tracing-subscriber = {version = "0.3", default-features = false, features = ["ansi", "env-filter", "fmt"]}
Expand Down

0 comments on commit 629eebb

Please sign in to comment.