diff --git a/sdk/core/Cargo.toml b/sdk/core/Cargo.toml index ea000fa76b..7ba9c88aab 100644 --- a/sdk/core/Cargo.toml +++ b/sdk/core/Cargo.toml @@ -40,7 +40,7 @@ getrandom = { version = "0.2", features = ["js"] } rustc_version = "0.4" [dev-dependencies] -env_logger = "0.9" +env_logger = "0.10" tokio = { version = "1", features = ["default"] } thiserror = "1.0" diff --git a/sdk/data_cosmos/Cargo.toml b/sdk/data_cosmos/Cargo.toml index 194b4e9772..cde8658e79 100644 --- a/sdk/data_cosmos/Cargo.toml +++ b/sdk/data_cosmos/Cargo.toml @@ -32,7 +32,7 @@ sha2 = "0.10" [dev-dependencies] -env_logger = "0.9" +env_logger = "0.10" tokio = { version = "1", features = ["macros", "rt-multi-thread"] } hyper = "0.14" hyper-rustls = "0.23" diff --git a/sdk/data_tables/Cargo.toml b/sdk/data_tables/Cargo.toml index 247d6dda21..b14f76d980 100644 --- a/sdk/data_tables/Cargo.toml +++ b/sdk/data_tables/Cargo.toml @@ -28,7 +28,7 @@ url = "2.2" [dev-dependencies] tokio = { version = "1.0", features = ["full"] } -env_logger = "0.9" +env_logger = "0.10" [features] default = ["enable_reqwest"] diff --git a/sdk/identity/Cargo.toml b/sdk/identity/Cargo.toml index 74f977a95e..c31c9fc7df 100644 --- a/sdk/identity/Cargo.toml +++ b/sdk/identity/Cargo.toml @@ -33,7 +33,7 @@ fix-hidden-lifetime-bug = "0.2" [dev-dependencies] reqwest = { version = "0.11", features = ["json"], default-features = false } tokio = { version = "1.0", features = ["macros"] } -env_logger = "0.9" +env_logger = "0.10" serde_test = "1" azure_security_keyvault = { path = "../security_keyvault" } diff --git a/sdk/iot_hub/Cargo.toml b/sdk/iot_hub/Cargo.toml index 3568078b84..7a978c8678 100644 --- a/sdk/iot_hub/Cargo.toml +++ b/sdk/iot_hub/Cargo.toml @@ -20,7 +20,7 @@ url = "2.2" thiserror = "1.0" [dev-dependencies] -env_logger = "0.9" +env_logger = "0.10" hyper = "0.14" hyper-rustls = "0.23" reqwest = "0.11.0" diff --git a/sdk/messaging_servicebus/Cargo.toml b/sdk/messaging_servicebus/Cargo.toml index 73b4c66c07..13265e35b8 100644 --- a/sdk/messaging_servicebus/Cargo.toml +++ b/sdk/messaging_servicebus/Cargo.toml @@ -28,7 +28,7 @@ bytes = "1.0" [dev-dependencies] futures = "0.3" tokio = { version = "1.0", features = ["macros"] } -env_logger = "0.9" +env_logger = "0.10" [features] test_e2e = [] diff --git a/sdk/storage/Cargo.toml b/sdk/storage/Cargo.toml index 8907cf4dcb..54ee115a57 100644 --- a/sdk/storage/Cargo.toml +++ b/sdk/storage/Cargo.toml @@ -33,7 +33,7 @@ sha2 = "0.10" [dev-dependencies] tokio = { version = "1.0", features = ["macros"] } -env_logger = "0.9" +env_logger = "0.10" azure_identity = { path = "../identity" } reqwest = "0.11" diff --git a/sdk/storage_blobs/Cargo.toml b/sdk/storage_blobs/Cargo.toml index 5669895af0..4f2995fb2c 100644 --- a/sdk/storage_blobs/Cargo.toml +++ b/sdk/storage_blobs/Cargo.toml @@ -33,7 +33,7 @@ url = "2.2" [dev-dependencies] tokio = { version = "1.0", features = ["full"] } -env_logger = "0.9" +env_logger = "0.10" azure_identity = { path = "../identity" } reqwest = "0.11" oauth2 = { version = "4.0.0", default-features = false }