Skip to content

Commit

Permalink
chore(deps): update rust crate serial_test to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and vincent-herlemont committed Jan 8, 2024
1 parent b8e156e commit 862a0d8
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 @@ -31,7 +31,7 @@ tokio = { version = "1", features = ["sync"], optional = true }

[dev-dependencies]
assert_fs = "1.1"
serial_test = { version = "2.0", features = ["file_locks"] }
serial_test = { version = "3.0", features = ["file_locks"] }
shortcut_assert_fs = { version = "0.1.0" }
skeptic = "0.13"
tokio = { version = "1.35", features = ["test-util","macros"] }
Expand Down

0 comments on commit 862a0d8

Please sign in to comment.