diff --git a/Cargo.toml b/Cargo.toml index 2a88690..736166a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "test-with" -version = "0.14.3" +version = "0.14.4" authors = ["Antonio Yang "] edition = "2021" license = "MIT" @@ -48,5 +48,5 @@ timezone = ["chrono"] [dev-dependencies] tokio = { version = "1.38.0", features = ["rt", "rt-multi-thread", "macros"] } serial_test = "3.1.1" -libtest-with = { version = "0.7.0-3", features = ["net", "resource", "user", "executable", "timezone"] } +libtest-with = { version = "0.8.1-0", features = ["net", "resource", "user", "executable", "timezone"] } rstest = "0.21.0"