diff --git a/Cargo.toml b/Cargo.toml index bb54a92..fd54cd9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,7 +45,7 @@ uuid = { version = "1.4.1", features = ["v4"], optional = true } [dev-dependencies] anyhow = "1" -env_logger = "0.10" +env_logger = "0.11" native-tls = { version = "0.2" } test-log = { version = "0.2", default-features = false, features = ["trace"] } tokio = { version = "1", features = ["macros", "rt-multi-thread"] }