diff --git a/services/autorust/codegen/src/cargo_toml.rs b/services/autorust/codegen/src/cargo_toml.rs index c47f772206..5a2b062c28 100644 --- a/services/autorust/codegen/src/cargo_toml.rs +++ b/services/autorust/codegen/src/cargo_toml.rs @@ -42,7 +42,7 @@ time = "0.3" [dev-dependencies] azure_identity = {{ path = "../../../sdk/identity" }} -tokio = {{ version = "1.0", features = ["macros"] }} +tokio = {{ version = "1.0", features = ["macros", "rt-multi-thread"] }} env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/activedirectory/Cargo.toml b/services/mgmt/activedirectory/Cargo.toml index 92bad9c5a5..67ba61d81b 100644 --- a/services/mgmt/activedirectory/Cargo.toml +++ b/services/mgmt/activedirectory/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/addons/Cargo.toml b/services/mgmt/addons/Cargo.toml index 859f41c0da..3ed74b0177 100644 --- a/services/mgmt/addons/Cargo.toml +++ b/services/mgmt/addons/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/adhybridhealthservice/Cargo.toml b/services/mgmt/adhybridhealthservice/Cargo.toml index ffca05514d..c960690261 100644 --- a/services/mgmt/adhybridhealthservice/Cargo.toml +++ b/services/mgmt/adhybridhealthservice/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/adp/Cargo.toml b/services/mgmt/adp/Cargo.toml index 5c45ca539e..be31b44212 100644 --- a/services/mgmt/adp/Cargo.toml +++ b/services/mgmt/adp/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/advisor/Cargo.toml b/services/mgmt/advisor/Cargo.toml index da7fae7cd8..59842c63bf 100644 --- a/services/mgmt/advisor/Cargo.toml +++ b/services/mgmt/advisor/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/agrifood/Cargo.toml b/services/mgmt/agrifood/Cargo.toml index 5b47428094..09fc687d48 100644 --- a/services/mgmt/agrifood/Cargo.toml +++ b/services/mgmt/agrifood/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/alertsmanagement/Cargo.toml b/services/mgmt/alertsmanagement/Cargo.toml index 40a1c008fc..ce7b82d766 100644 --- a/services/mgmt/alertsmanagement/Cargo.toml +++ b/services/mgmt/alertsmanagement/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/analysisservices/Cargo.toml b/services/mgmt/analysisservices/Cargo.toml index 7de15d9fcb..9f5a9eb59c 100644 --- a/services/mgmt/analysisservices/Cargo.toml +++ b/services/mgmt/analysisservices/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/apimanagement/Cargo.toml b/services/mgmt/apimanagement/Cargo.toml index 92bf3537f7..12a48dd5fa 100644 --- a/services/mgmt/apimanagement/Cargo.toml +++ b/services/mgmt/apimanagement/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/app/Cargo.toml b/services/mgmt/app/Cargo.toml index f7a0fe91cc..a77a7acd44 100644 --- a/services/mgmt/app/Cargo.toml +++ b/services/mgmt/app/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/appconfiguration/Cargo.toml b/services/mgmt/appconfiguration/Cargo.toml index 8a5970319e..ad1217402d 100644 --- a/services/mgmt/appconfiguration/Cargo.toml +++ b/services/mgmt/appconfiguration/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/applicationinsights/Cargo.toml b/services/mgmt/applicationinsights/Cargo.toml index e7b06926e6..5de8e5d218 100644 --- a/services/mgmt/applicationinsights/Cargo.toml +++ b/services/mgmt/applicationinsights/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/appplatform/Cargo.toml b/services/mgmt/appplatform/Cargo.toml index 80a690525b..0d8078a995 100644 --- a/services/mgmt/appplatform/Cargo.toml +++ b/services/mgmt/appplatform/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/arcdata/Cargo.toml b/services/mgmt/arcdata/Cargo.toml index 40c9163b22..ce7fa9faee 100644 --- a/services/mgmt/arcdata/Cargo.toml +++ b/services/mgmt/arcdata/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/attestation/Cargo.toml b/services/mgmt/attestation/Cargo.toml index 533132d235..9f7e429953 100644 --- a/services/mgmt/attestation/Cargo.toml +++ b/services/mgmt/attestation/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/authorization/Cargo.toml b/services/mgmt/authorization/Cargo.toml index dd5582c446..3fa952c8d7 100644 --- a/services/mgmt/authorization/Cargo.toml +++ b/services/mgmt/authorization/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/automanage/Cargo.toml b/services/mgmt/automanage/Cargo.toml index 2a492de5e0..ef25fa37bd 100644 --- a/services/mgmt/automanage/Cargo.toml +++ b/services/mgmt/automanage/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/automation/Cargo.toml b/services/mgmt/automation/Cargo.toml index c02a58cbd3..3e4a8bab3c 100644 --- a/services/mgmt/automation/Cargo.toml +++ b/services/mgmt/automation/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/baremetalinfrastructure/Cargo.toml b/services/mgmt/baremetalinfrastructure/Cargo.toml index 2bf577d42a..1b74d7eaea 100644 --- a/services/mgmt/baremetalinfrastructure/Cargo.toml +++ b/services/mgmt/baremetalinfrastructure/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/batch/Cargo.toml b/services/mgmt/batch/Cargo.toml index d24f48f207..6937c2c5b7 100644 --- a/services/mgmt/batch/Cargo.toml +++ b/services/mgmt/batch/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/billing/Cargo.toml b/services/mgmt/billing/Cargo.toml index a51bba8bef..137b19fe15 100644 --- a/services/mgmt/billing/Cargo.toml +++ b/services/mgmt/billing/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/blockchain/Cargo.toml b/services/mgmt/blockchain/Cargo.toml index b6214dc8d6..5cb7e70b19 100644 --- a/services/mgmt/blockchain/Cargo.toml +++ b/services/mgmt/blockchain/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/blueprint/Cargo.toml b/services/mgmt/blueprint/Cargo.toml index db3e6dc3a3..a2c1768ab8 100644 --- a/services/mgmt/blueprint/Cargo.toml +++ b/services/mgmt/blueprint/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/botservice/Cargo.toml b/services/mgmt/botservice/Cargo.toml index 93301c7bbe..47cb3925f6 100644 --- a/services/mgmt/botservice/Cargo.toml +++ b/services/mgmt/botservice/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/cdn/Cargo.toml b/services/mgmt/cdn/Cargo.toml index 509292a188..7be80df6d9 100644 --- a/services/mgmt/cdn/Cargo.toml +++ b/services/mgmt/cdn/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/changeanalysis/Cargo.toml b/services/mgmt/changeanalysis/Cargo.toml index f0a83d32ab..a60798aedf 100644 --- a/services/mgmt/changeanalysis/Cargo.toml +++ b/services/mgmt/changeanalysis/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/chaos/Cargo.toml b/services/mgmt/chaos/Cargo.toml index 9283452fb1..0d100f8838 100644 --- a/services/mgmt/chaos/Cargo.toml +++ b/services/mgmt/chaos/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/cloudshell/Cargo.toml b/services/mgmt/cloudshell/Cargo.toml index 93eff0267e..bdfad877e2 100644 --- a/services/mgmt/cloudshell/Cargo.toml +++ b/services/mgmt/cloudshell/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/cognitiveservices/Cargo.toml b/services/mgmt/cognitiveservices/Cargo.toml index 370ab213cd..dc9aaace05 100644 --- a/services/mgmt/cognitiveservices/Cargo.toml +++ b/services/mgmt/cognitiveservices/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/commerce/Cargo.toml b/services/mgmt/commerce/Cargo.toml index a9f05cf46d..bb949584db 100644 --- a/services/mgmt/commerce/Cargo.toml +++ b/services/mgmt/commerce/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/communication/Cargo.toml b/services/mgmt/communication/Cargo.toml index ba9b14f899..5134767095 100644 --- a/services/mgmt/communication/Cargo.toml +++ b/services/mgmt/communication/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/compute/Cargo.toml b/services/mgmt/compute/Cargo.toml index 399de55b44..058d42cb8c 100644 --- a/services/mgmt/compute/Cargo.toml +++ b/services/mgmt/compute/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/confidentialledger/Cargo.toml b/services/mgmt/confidentialledger/Cargo.toml index db99febf11..10bc8e94de 100644 --- a/services/mgmt/confidentialledger/Cargo.toml +++ b/services/mgmt/confidentialledger/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/confluent/Cargo.toml b/services/mgmt/confluent/Cargo.toml index 5c6d7ac26e..42575c369d 100644 --- a/services/mgmt/confluent/Cargo.toml +++ b/services/mgmt/confluent/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/connectedvmware/Cargo.toml b/services/mgmt/connectedvmware/Cargo.toml index f3d6e16bfe..9b1271537e 100644 --- a/services/mgmt/connectedvmware/Cargo.toml +++ b/services/mgmt/connectedvmware/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/consumption/Cargo.toml b/services/mgmt/consumption/Cargo.toml index 880c8c812c..e42dd33acb 100644 --- a/services/mgmt/consumption/Cargo.toml +++ b/services/mgmt/consumption/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/containerinstance/Cargo.toml b/services/mgmt/containerinstance/Cargo.toml index 5d9ad6f62c..82f39e752f 100644 --- a/services/mgmt/containerinstance/Cargo.toml +++ b/services/mgmt/containerinstance/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/containerregistry/Cargo.toml b/services/mgmt/containerregistry/Cargo.toml index 34c1009154..f5768c7e04 100644 --- a/services/mgmt/containerregistry/Cargo.toml +++ b/services/mgmt/containerregistry/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/containerservice/Cargo.toml b/services/mgmt/containerservice/Cargo.toml index d1c3c20e74..e013832749 100644 --- a/services/mgmt/containerservice/Cargo.toml +++ b/services/mgmt/containerservice/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/cosmosdb/Cargo.toml b/services/mgmt/cosmosdb/Cargo.toml index 3b409a0ba2..0cdb1bbf53 100644 --- a/services/mgmt/cosmosdb/Cargo.toml +++ b/services/mgmt/cosmosdb/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/costmanagement/Cargo.toml b/services/mgmt/costmanagement/Cargo.toml index 15de31aaaa..e1e1d5ee99 100644 --- a/services/mgmt/costmanagement/Cargo.toml +++ b/services/mgmt/costmanagement/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/cpim/Cargo.toml b/services/mgmt/cpim/Cargo.toml index 8750394f06..2356776953 100644 --- a/services/mgmt/cpim/Cargo.toml +++ b/services/mgmt/cpim/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/customerinsights/Cargo.toml b/services/mgmt/customerinsights/Cargo.toml index eb41b7a122..52626d4215 100644 --- a/services/mgmt/customerinsights/Cargo.toml +++ b/services/mgmt/customerinsights/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/customerlockbox/Cargo.toml b/services/mgmt/customerlockbox/Cargo.toml index 4f0443755b..b6d46e7b49 100644 --- a/services/mgmt/customerlockbox/Cargo.toml +++ b/services/mgmt/customerlockbox/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/customproviders/Cargo.toml b/services/mgmt/customproviders/Cargo.toml index e60079d63f..3d7090c952 100644 --- a/services/mgmt/customproviders/Cargo.toml +++ b/services/mgmt/customproviders/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/dashboard/Cargo.toml b/services/mgmt/dashboard/Cargo.toml index 64695741a7..8750fb5293 100644 --- a/services/mgmt/dashboard/Cargo.toml +++ b/services/mgmt/dashboard/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/data/Cargo.toml b/services/mgmt/data/Cargo.toml index 67a13eb487..415c161e1a 100644 --- a/services/mgmt/data/Cargo.toml +++ b/services/mgmt/data/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/databox/Cargo.toml b/services/mgmt/databox/Cargo.toml index 8935eb009a..e0e4c9694f 100644 --- a/services/mgmt/databox/Cargo.toml +++ b/services/mgmt/databox/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/databoxedge/Cargo.toml b/services/mgmt/databoxedge/Cargo.toml index 2c7b52a0f6..b14f7bd79a 100644 --- a/services/mgmt/databoxedge/Cargo.toml +++ b/services/mgmt/databoxedge/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/databricks/Cargo.toml b/services/mgmt/databricks/Cargo.toml index 18f414d02f..a502c38f4b 100644 --- a/services/mgmt/databricks/Cargo.toml +++ b/services/mgmt/databricks/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/datacatalog/Cargo.toml b/services/mgmt/datacatalog/Cargo.toml index e2d65b0a88..2d7839db1c 100644 --- a/services/mgmt/datacatalog/Cargo.toml +++ b/services/mgmt/datacatalog/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/datadog/Cargo.toml b/services/mgmt/datadog/Cargo.toml index ac21297221..e9868910b4 100644 --- a/services/mgmt/datadog/Cargo.toml +++ b/services/mgmt/datadog/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/datafactory/Cargo.toml b/services/mgmt/datafactory/Cargo.toml index 764ebaf6c4..48e19b15c4 100644 --- a/services/mgmt/datafactory/Cargo.toml +++ b/services/mgmt/datafactory/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/datalakeanalytics/Cargo.toml b/services/mgmt/datalakeanalytics/Cargo.toml index eeec01bccc..fe891e1f3e 100644 --- a/services/mgmt/datalakeanalytics/Cargo.toml +++ b/services/mgmt/datalakeanalytics/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/datalakestore/Cargo.toml b/services/mgmt/datalakestore/Cargo.toml index 2a11dd9403..e942ce7d07 100644 --- a/services/mgmt/datalakestore/Cargo.toml +++ b/services/mgmt/datalakestore/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/datamigration/Cargo.toml b/services/mgmt/datamigration/Cargo.toml index 3c5c99bf77..b75c45794f 100644 --- a/services/mgmt/datamigration/Cargo.toml +++ b/services/mgmt/datamigration/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/dataprotection/Cargo.toml b/services/mgmt/dataprotection/Cargo.toml index 8aa1fa50a9..3271852b3f 100644 --- a/services/mgmt/dataprotection/Cargo.toml +++ b/services/mgmt/dataprotection/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/datashare/Cargo.toml b/services/mgmt/datashare/Cargo.toml index 3bbe7d1602..8456875e4c 100644 --- a/services/mgmt/datashare/Cargo.toml +++ b/services/mgmt/datashare/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/deploymentmanager/Cargo.toml b/services/mgmt/deploymentmanager/Cargo.toml index 83eee3c6b7..2beec384d2 100644 --- a/services/mgmt/deploymentmanager/Cargo.toml +++ b/services/mgmt/deploymentmanager/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/desktopvirtualization/Cargo.toml b/services/mgmt/desktopvirtualization/Cargo.toml index 0c479e8098..728785766d 100644 --- a/services/mgmt/desktopvirtualization/Cargo.toml +++ b/services/mgmt/desktopvirtualization/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/devcenter/Cargo.toml b/services/mgmt/devcenter/Cargo.toml index 548f9c85be..c854cd5c19 100644 --- a/services/mgmt/devcenter/Cargo.toml +++ b/services/mgmt/devcenter/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/developerhub/Cargo.toml b/services/mgmt/developerhub/Cargo.toml index ade28045ed..f56ed5854e 100644 --- a/services/mgmt/developerhub/Cargo.toml +++ b/services/mgmt/developerhub/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/deviceupdate/Cargo.toml b/services/mgmt/deviceupdate/Cargo.toml index 92203e71e4..3cc0bf9149 100644 --- a/services/mgmt/deviceupdate/Cargo.toml +++ b/services/mgmt/deviceupdate/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/devops/Cargo.toml b/services/mgmt/devops/Cargo.toml index ae0eaedaa8..7f7629345c 100644 --- a/services/mgmt/devops/Cargo.toml +++ b/services/mgmt/devops/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/devspaces/Cargo.toml b/services/mgmt/devspaces/Cargo.toml index 306db72f4a..50865178bf 100644 --- a/services/mgmt/devspaces/Cargo.toml +++ b/services/mgmt/devspaces/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/devtestlabs/Cargo.toml b/services/mgmt/devtestlabs/Cargo.toml index fea6c3bad6..c666ab4889 100644 --- a/services/mgmt/devtestlabs/Cargo.toml +++ b/services/mgmt/devtestlabs/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/dfp/Cargo.toml b/services/mgmt/dfp/Cargo.toml index 98d2cf8e68..0f322cd557 100644 --- a/services/mgmt/dfp/Cargo.toml +++ b/services/mgmt/dfp/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/digitaltwins/Cargo.toml b/services/mgmt/digitaltwins/Cargo.toml index 405cf7f37a..b0878b3f3b 100644 --- a/services/mgmt/digitaltwins/Cargo.toml +++ b/services/mgmt/digitaltwins/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/dnc/Cargo.toml b/services/mgmt/dnc/Cargo.toml index 447aab4347..a279bafd95 100644 --- a/services/mgmt/dnc/Cargo.toml +++ b/services/mgmt/dnc/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/dns/Cargo.toml b/services/mgmt/dns/Cargo.toml index 69b5697d94..6bc6d1dd1a 100644 --- a/services/mgmt/dns/Cargo.toml +++ b/services/mgmt/dns/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/dnsresolver/Cargo.toml b/services/mgmt/dnsresolver/Cargo.toml index f5ef566c34..25d9506af4 100644 --- a/services/mgmt/dnsresolver/Cargo.toml +++ b/services/mgmt/dnsresolver/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/domainservices/Cargo.toml b/services/mgmt/domainservices/Cargo.toml index 527bbb1f5f..fbbf07ce75 100644 --- a/services/mgmt/domainservices/Cargo.toml +++ b/services/mgmt/domainservices/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/dynatrace/Cargo.toml b/services/mgmt/dynatrace/Cargo.toml index 1787d8711c..41045fb3db 100644 --- a/services/mgmt/dynatrace/Cargo.toml +++ b/services/mgmt/dynatrace/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/edgeorder/Cargo.toml b/services/mgmt/edgeorder/Cargo.toml index 6c5ffafdb5..412d1a4e1c 100644 --- a/services/mgmt/edgeorder/Cargo.toml +++ b/services/mgmt/edgeorder/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/edgeorderpartner/Cargo.toml b/services/mgmt/edgeorderpartner/Cargo.toml index 3ae447cdb6..5b85a1c954 100644 --- a/services/mgmt/edgeorderpartner/Cargo.toml +++ b/services/mgmt/edgeorderpartner/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/education/Cargo.toml b/services/mgmt/education/Cargo.toml index 43a97a12fe..13c647bb3b 100644 --- a/services/mgmt/education/Cargo.toml +++ b/services/mgmt/education/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/elastic/Cargo.toml b/services/mgmt/elastic/Cargo.toml index 92d8c94d84..0f9f72364b 100644 --- a/services/mgmt/elastic/Cargo.toml +++ b/services/mgmt/elastic/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/elasticsan/Cargo.toml b/services/mgmt/elasticsan/Cargo.toml index 2dbedd03eb..da9f13b2d2 100644 --- a/services/mgmt/elasticsan/Cargo.toml +++ b/services/mgmt/elasticsan/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/engagementfabric/Cargo.toml b/services/mgmt/engagementfabric/Cargo.toml index a240f2b231..02fcaa0ce4 100644 --- a/services/mgmt/engagementfabric/Cargo.toml +++ b/services/mgmt/engagementfabric/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/enterpriseknowledgegraph/Cargo.toml b/services/mgmt/enterpriseknowledgegraph/Cargo.toml index fdab32fae0..a4f3a1f207 100644 --- a/services/mgmt/enterpriseknowledgegraph/Cargo.toml +++ b/services/mgmt/enterpriseknowledgegraph/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/eventgrid/Cargo.toml b/services/mgmt/eventgrid/Cargo.toml index 0ac1fcb711..e020763efb 100644 --- a/services/mgmt/eventgrid/Cargo.toml +++ b/services/mgmt/eventgrid/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/eventhub/Cargo.toml b/services/mgmt/eventhub/Cargo.toml index 0bb1ddfb91..4708020759 100644 --- a/services/mgmt/eventhub/Cargo.toml +++ b/services/mgmt/eventhub/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/extendedlocation/Cargo.toml b/services/mgmt/extendedlocation/Cargo.toml index 48b863df1d..c13e20f117 100644 --- a/services/mgmt/extendedlocation/Cargo.toml +++ b/services/mgmt/extendedlocation/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/fluidrelay/Cargo.toml b/services/mgmt/fluidrelay/Cargo.toml index 94937881f2..256af520b2 100644 --- a/services/mgmt/fluidrelay/Cargo.toml +++ b/services/mgmt/fluidrelay/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/frontdoor/Cargo.toml b/services/mgmt/frontdoor/Cargo.toml index ea6a761ef8..4eb03f80a2 100644 --- a/services/mgmt/frontdoor/Cargo.toml +++ b/services/mgmt/frontdoor/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/guestconfiguration/Cargo.toml b/services/mgmt/guestconfiguration/Cargo.toml index ef4204d4f7..857f50f333 100644 --- a/services/mgmt/guestconfiguration/Cargo.toml +++ b/services/mgmt/guestconfiguration/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/hanaon/Cargo.toml b/services/mgmt/hanaon/Cargo.toml index fae1163b17..ad81889b0e 100644 --- a/services/mgmt/hanaon/Cargo.toml +++ b/services/mgmt/hanaon/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/hardwaresecuritymodules/Cargo.toml b/services/mgmt/hardwaresecuritymodules/Cargo.toml index 95a6f056b8..57b944e53a 100644 --- a/services/mgmt/hardwaresecuritymodules/Cargo.toml +++ b/services/mgmt/hardwaresecuritymodules/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/hdinsight/Cargo.toml b/services/mgmt/hdinsight/Cargo.toml index 1737c8c32d..327f897483 100644 --- a/services/mgmt/hdinsight/Cargo.toml +++ b/services/mgmt/hdinsight/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/healthbot/Cargo.toml b/services/mgmt/healthbot/Cargo.toml index 88a8c43b59..38e870d37d 100644 --- a/services/mgmt/healthbot/Cargo.toml +++ b/services/mgmt/healthbot/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/healthcareapis/Cargo.toml b/services/mgmt/healthcareapis/Cargo.toml index 97637c41f0..b120423bd6 100644 --- a/services/mgmt/healthcareapis/Cargo.toml +++ b/services/mgmt/healthcareapis/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/hybridcompute/Cargo.toml b/services/mgmt/hybridcompute/Cargo.toml index 016311ba90..4b5a8d874e 100644 --- a/services/mgmt/hybridcompute/Cargo.toml +++ b/services/mgmt/hybridcompute/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/hybridconnectivity/Cargo.toml b/services/mgmt/hybridconnectivity/Cargo.toml index 94622dc2ac..1f1441a645 100644 --- a/services/mgmt/hybridconnectivity/Cargo.toml +++ b/services/mgmt/hybridconnectivity/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/hybriddatamanager/Cargo.toml b/services/mgmt/hybriddatamanager/Cargo.toml index e78749f295..77f7f9f7d3 100644 --- a/services/mgmt/hybriddatamanager/Cargo.toml +++ b/services/mgmt/hybriddatamanager/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/hybridkubernetes/Cargo.toml b/services/mgmt/hybridkubernetes/Cargo.toml index 99970e79d9..c849715e94 100644 --- a/services/mgmt/hybridkubernetes/Cargo.toml +++ b/services/mgmt/hybridkubernetes/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/hybridnetwork/Cargo.toml b/services/mgmt/hybridnetwork/Cargo.toml index d1370f8ff9..851b07e695 100644 --- a/services/mgmt/hybridnetwork/Cargo.toml +++ b/services/mgmt/hybridnetwork/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/imagebuilder/Cargo.toml b/services/mgmt/imagebuilder/Cargo.toml index a63e2ea0d2..c2e6b5ae5a 100644 --- a/services/mgmt/imagebuilder/Cargo.toml +++ b/services/mgmt/imagebuilder/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/intune/Cargo.toml b/services/mgmt/intune/Cargo.toml index dd1d06735b..c7e9f0c697 100644 --- a/services/mgmt/intune/Cargo.toml +++ b/services/mgmt/intune/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/iotcentral/Cargo.toml b/services/mgmt/iotcentral/Cargo.toml index 9c63f2afe0..58dbd4caa6 100644 --- a/services/mgmt/iotcentral/Cargo.toml +++ b/services/mgmt/iotcentral/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/iothub/Cargo.toml b/services/mgmt/iothub/Cargo.toml index 841b74fc49..1370ecbefa 100644 --- a/services/mgmt/iothub/Cargo.toml +++ b/services/mgmt/iothub/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/iotspaces/Cargo.toml b/services/mgmt/iotspaces/Cargo.toml index 2af9a601ec..01849cc1a1 100644 --- a/services/mgmt/iotspaces/Cargo.toml +++ b/services/mgmt/iotspaces/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/keyvault/Cargo.toml b/services/mgmt/keyvault/Cargo.toml index c2a2367219..edf365f4ea 100644 --- a/services/mgmt/keyvault/Cargo.toml +++ b/services/mgmt/keyvault/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/kubernetesconfiguration/Cargo.toml b/services/mgmt/kubernetesconfiguration/Cargo.toml index 298fa529e0..1402af0ed3 100644 --- a/services/mgmt/kubernetesconfiguration/Cargo.toml +++ b/services/mgmt/kubernetesconfiguration/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/kusto/Cargo.toml b/services/mgmt/kusto/Cargo.toml index 6fc414e26c..e72932b37b 100644 --- a/services/mgmt/kusto/Cargo.toml +++ b/services/mgmt/kusto/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/labservices/Cargo.toml b/services/mgmt/labservices/Cargo.toml index 16423cadac..2947ff0601 100644 --- a/services/mgmt/labservices/Cargo.toml +++ b/services/mgmt/labservices/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/loadtestservice/Cargo.toml b/services/mgmt/loadtestservice/Cargo.toml index bc84f0fc9b..02e0035976 100644 --- a/services/mgmt/loadtestservice/Cargo.toml +++ b/services/mgmt/loadtestservice/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/logic/Cargo.toml b/services/mgmt/logic/Cargo.toml index 13aa71b3b4..c45ab0d614 100644 --- a/services/mgmt/logic/Cargo.toml +++ b/services/mgmt/logic/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/logz/Cargo.toml b/services/mgmt/logz/Cargo.toml index aeefdb6375..00f03f7eda 100644 --- a/services/mgmt/logz/Cargo.toml +++ b/services/mgmt/logz/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/m365securityandcompliance/Cargo.toml b/services/mgmt/m365securityandcompliance/Cargo.toml index d79b67f790..32856e8ade 100644 --- a/services/mgmt/m365securityandcompliance/Cargo.toml +++ b/services/mgmt/m365securityandcompliance/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/machinelearning/Cargo.toml b/services/mgmt/machinelearning/Cargo.toml index 44b8658f97..551d735057 100644 --- a/services/mgmt/machinelearning/Cargo.toml +++ b/services/mgmt/machinelearning/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/machinelearningcompute/Cargo.toml b/services/mgmt/machinelearningcompute/Cargo.toml index 268e79ba36..86fec219f2 100644 --- a/services/mgmt/machinelearningcompute/Cargo.toml +++ b/services/mgmt/machinelearningcompute/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/machinelearningexperimentation/Cargo.toml b/services/mgmt/machinelearningexperimentation/Cargo.toml index 13bbea969c..047f296b15 100644 --- a/services/mgmt/machinelearningexperimentation/Cargo.toml +++ b/services/mgmt/machinelearningexperimentation/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/machinelearningservices/Cargo.toml b/services/mgmt/machinelearningservices/Cargo.toml index fbd49b882d..aba554b4e1 100644 --- a/services/mgmt/machinelearningservices/Cargo.toml +++ b/services/mgmt/machinelearningservices/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/maintenance/Cargo.toml b/services/mgmt/maintenance/Cargo.toml index 850bac3fd0..4d053e0a9b 100644 --- a/services/mgmt/maintenance/Cargo.toml +++ b/services/mgmt/maintenance/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/managednetwork/Cargo.toml b/services/mgmt/managednetwork/Cargo.toml index 295615d393..77e009bbff 100644 --- a/services/mgmt/managednetwork/Cargo.toml +++ b/services/mgmt/managednetwork/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/managedservices/Cargo.toml b/services/mgmt/managedservices/Cargo.toml index c98475dffa..25c927622e 100644 --- a/services/mgmt/managedservices/Cargo.toml +++ b/services/mgmt/managedservices/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/managementgroups/Cargo.toml b/services/mgmt/managementgroups/Cargo.toml index be5be45c86..a3d4b8ef6d 100644 --- a/services/mgmt/managementgroups/Cargo.toml +++ b/services/mgmt/managementgroups/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/managementpartner/Cargo.toml b/services/mgmt/managementpartner/Cargo.toml index 4e47e23c9c..42d416168b 100644 --- a/services/mgmt/managementpartner/Cargo.toml +++ b/services/mgmt/managementpartner/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/maps/Cargo.toml b/services/mgmt/maps/Cargo.toml index 8a663e64e5..1dd761f9c5 100644 --- a/services/mgmt/maps/Cargo.toml +++ b/services/mgmt/maps/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/mariadb/Cargo.toml b/services/mgmt/mariadb/Cargo.toml index 318a88d6d3..187fb8b71f 100644 --- a/services/mgmt/mariadb/Cargo.toml +++ b/services/mgmt/mariadb/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/marketplace/Cargo.toml b/services/mgmt/marketplace/Cargo.toml index 9bf582d8cc..fd3d2d4b23 100644 --- a/services/mgmt/marketplace/Cargo.toml +++ b/services/mgmt/marketplace/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/marketplacecatalog/Cargo.toml b/services/mgmt/marketplacecatalog/Cargo.toml index de779b2af9..4060802fbc 100644 --- a/services/mgmt/marketplacecatalog/Cargo.toml +++ b/services/mgmt/marketplacecatalog/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/marketplacenotifications/Cargo.toml b/services/mgmt/marketplacenotifications/Cargo.toml index 4c36307e77..a79e439411 100644 --- a/services/mgmt/marketplacenotifications/Cargo.toml +++ b/services/mgmt/marketplacenotifications/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/marketplaceordering/Cargo.toml b/services/mgmt/marketplaceordering/Cargo.toml index 3cbbd46efd..b2e9b8e58a 100644 --- a/services/mgmt/marketplaceordering/Cargo.toml +++ b/services/mgmt/marketplaceordering/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/mediaservices/Cargo.toml b/services/mgmt/mediaservices/Cargo.toml index eebfc00daa..4d2f54daa1 100644 --- a/services/mgmt/mediaservices/Cargo.toml +++ b/services/mgmt/mediaservices/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/migrate/Cargo.toml b/services/mgmt/migrate/Cargo.toml index cbd680f789..1fa1ed55f5 100644 --- a/services/mgmt/migrate/Cargo.toml +++ b/services/mgmt/migrate/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/migrateprojects/Cargo.toml b/services/mgmt/migrateprojects/Cargo.toml index 75ec9d7a49..664e08f3c9 100644 --- a/services/mgmt/migrateprojects/Cargo.toml +++ b/services/mgmt/migrateprojects/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/mobilenetwork/Cargo.toml b/services/mgmt/mobilenetwork/Cargo.toml index f2e1b3dc3b..a8bfe7b362 100644 --- a/services/mgmt/mobilenetwork/Cargo.toml +++ b/services/mgmt/mobilenetwork/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/monitor/Cargo.toml b/services/mgmt/monitor/Cargo.toml index 66796b9c01..ad44c5b748 100644 --- a/services/mgmt/monitor/Cargo.toml +++ b/services/mgmt/monitor/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/msi/Cargo.toml b/services/mgmt/msi/Cargo.toml index d268def923..da1a7d286a 100644 --- a/services/mgmt/msi/Cargo.toml +++ b/services/mgmt/msi/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/mysql/Cargo.toml b/services/mgmt/mysql/Cargo.toml index d1ed1f9104..1a01a5f39a 100644 --- a/services/mgmt/mysql/Cargo.toml +++ b/services/mgmt/mysql/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/netapp/Cargo.toml b/services/mgmt/netapp/Cargo.toml index 31980c5481..88387371f6 100644 --- a/services/mgmt/netapp/Cargo.toml +++ b/services/mgmt/netapp/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/network/Cargo.toml b/services/mgmt/network/Cargo.toml index 1697809a6d..62c8503d7e 100644 --- a/services/mgmt/network/Cargo.toml +++ b/services/mgmt/network/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/networkfunction/Cargo.toml b/services/mgmt/networkfunction/Cargo.toml index bca208aacf..b58a6717f1 100644 --- a/services/mgmt/networkfunction/Cargo.toml +++ b/services/mgmt/networkfunction/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/nginx/Cargo.toml b/services/mgmt/nginx/Cargo.toml index eef081737e..54e38c5972 100644 --- a/services/mgmt/nginx/Cargo.toml +++ b/services/mgmt/nginx/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/notificationhubs/Cargo.toml b/services/mgmt/notificationhubs/Cargo.toml index d4f638ecc9..3b11a2a89c 100644 --- a/services/mgmt/notificationhubs/Cargo.toml +++ b/services/mgmt/notificationhubs/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/oep/Cargo.toml b/services/mgmt/oep/Cargo.toml index e367ef4049..85a7a1705a 100644 --- a/services/mgmt/oep/Cargo.toml +++ b/services/mgmt/oep/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/operationalinsights/Cargo.toml b/services/mgmt/operationalinsights/Cargo.toml index 7f5f48b0fc..74a39c41c9 100644 --- a/services/mgmt/operationalinsights/Cargo.toml +++ b/services/mgmt/operationalinsights/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/operationsmanagement/Cargo.toml b/services/mgmt/operationsmanagement/Cargo.toml index 2aef35895f..fab4c8c58a 100644 --- a/services/mgmt/operationsmanagement/Cargo.toml +++ b/services/mgmt/operationsmanagement/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/orbital/Cargo.toml b/services/mgmt/orbital/Cargo.toml index bcd46b1530..6dc1a1ad1b 100644 --- a/services/mgmt/orbital/Cargo.toml +++ b/services/mgmt/orbital/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/peering/Cargo.toml b/services/mgmt/peering/Cargo.toml index 75c12e7934..e1c7cc97ac 100644 --- a/services/mgmt/peering/Cargo.toml +++ b/services/mgmt/peering/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/policyinsights/Cargo.toml b/services/mgmt/policyinsights/Cargo.toml index b8cb7cc619..92a06cd4bc 100644 --- a/services/mgmt/policyinsights/Cargo.toml +++ b/services/mgmt/policyinsights/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/portal/Cargo.toml b/services/mgmt/portal/Cargo.toml index 67f6ee9648..020d4f29fb 100644 --- a/services/mgmt/portal/Cargo.toml +++ b/services/mgmt/portal/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/postgresql/Cargo.toml b/services/mgmt/postgresql/Cargo.toml index 8a502116a2..815a3c2fb4 100644 --- a/services/mgmt/postgresql/Cargo.toml +++ b/services/mgmt/postgresql/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/postgresqlhsc/Cargo.toml b/services/mgmt/postgresqlhsc/Cargo.toml index 492b5d5f3a..44bde99354 100644 --- a/services/mgmt/postgresqlhsc/Cargo.toml +++ b/services/mgmt/postgresqlhsc/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/powerbidedicated/Cargo.toml b/services/mgmt/powerbidedicated/Cargo.toml index 0041d80fa6..40f56d9d30 100644 --- a/services/mgmt/powerbidedicated/Cargo.toml +++ b/services/mgmt/powerbidedicated/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/powerbiembedded/Cargo.toml b/services/mgmt/powerbiembedded/Cargo.toml index 1545578b5e..cc053f8d16 100644 --- a/services/mgmt/powerbiembedded/Cargo.toml +++ b/services/mgmt/powerbiembedded/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/powerbiprivatelinks/Cargo.toml b/services/mgmt/powerbiprivatelinks/Cargo.toml index fc31d195ef..bd31445a92 100644 --- a/services/mgmt/powerbiprivatelinks/Cargo.toml +++ b/services/mgmt/powerbiprivatelinks/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/powerplatform/Cargo.toml b/services/mgmt/powerplatform/Cargo.toml index 4130011d0a..b02cd375e2 100644 --- a/services/mgmt/powerplatform/Cargo.toml +++ b/services/mgmt/powerplatform/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/privatedns/Cargo.toml b/services/mgmt/privatedns/Cargo.toml index 2e1da4c0dc..6198215d26 100644 --- a/services/mgmt/privatedns/Cargo.toml +++ b/services/mgmt/privatedns/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/providerhub/Cargo.toml b/services/mgmt/providerhub/Cargo.toml index 3fce205be5..5a8d334d15 100644 --- a/services/mgmt/providerhub/Cargo.toml +++ b/services/mgmt/providerhub/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/purview/Cargo.toml b/services/mgmt/purview/Cargo.toml index 279f470e03..f1371a0f52 100644 --- a/services/mgmt/purview/Cargo.toml +++ b/services/mgmt/purview/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/quantum/Cargo.toml b/services/mgmt/quantum/Cargo.toml index 10982f8a31..1971d78bb3 100644 --- a/services/mgmt/quantum/Cargo.toml +++ b/services/mgmt/quantum/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/quota/Cargo.toml b/services/mgmt/quota/Cargo.toml index 0366454a86..97eb3d0749 100644 --- a/services/mgmt/quota/Cargo.toml +++ b/services/mgmt/quota/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/recommendationsservice/Cargo.toml b/services/mgmt/recommendationsservice/Cargo.toml index 2d5dab003b..b757df25fa 100644 --- a/services/mgmt/recommendationsservice/Cargo.toml +++ b/services/mgmt/recommendationsservice/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/recoveryservices/Cargo.toml b/services/mgmt/recoveryservices/Cargo.toml index 0794b99d3a..23519a0ba2 100644 --- a/services/mgmt/recoveryservices/Cargo.toml +++ b/services/mgmt/recoveryservices/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/recoveryservicesbackup/Cargo.toml b/services/mgmt/recoveryservicesbackup/Cargo.toml index 4849d99efa..36bc3be371 100644 --- a/services/mgmt/recoveryservicesbackup/Cargo.toml +++ b/services/mgmt/recoveryservicesbackup/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/recoveryservicessiterecovery/Cargo.toml b/services/mgmt/recoveryservicessiterecovery/Cargo.toml index 94be211c20..887696de43 100644 --- a/services/mgmt/recoveryservicessiterecovery/Cargo.toml +++ b/services/mgmt/recoveryservicessiterecovery/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/redhatopenshift/Cargo.toml b/services/mgmt/redhatopenshift/Cargo.toml index f88e6359d5..0f9bf6efa9 100644 --- a/services/mgmt/redhatopenshift/Cargo.toml +++ b/services/mgmt/redhatopenshift/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/redis/Cargo.toml b/services/mgmt/redis/Cargo.toml index c0b98a51c9..119feba986 100644 --- a/services/mgmt/redis/Cargo.toml +++ b/services/mgmt/redis/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/redisenterprise/Cargo.toml b/services/mgmt/redisenterprise/Cargo.toml index 69e081883f..93336d8e33 100644 --- a/services/mgmt/redisenterprise/Cargo.toml +++ b/services/mgmt/redisenterprise/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/relay/Cargo.toml b/services/mgmt/relay/Cargo.toml index 647bc0ca8f..f9a3bec636 100644 --- a/services/mgmt/relay/Cargo.toml +++ b/services/mgmt/relay/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/reservations/Cargo.toml b/services/mgmt/reservations/Cargo.toml index b6de55497d..5582c037f4 100644 --- a/services/mgmt/reservations/Cargo.toml +++ b/services/mgmt/reservations/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/resourceconnector/Cargo.toml b/services/mgmt/resourceconnector/Cargo.toml index 0ce782f86d..8405f98e13 100644 --- a/services/mgmt/resourceconnector/Cargo.toml +++ b/services/mgmt/resourceconnector/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/resourcegraph/Cargo.toml b/services/mgmt/resourcegraph/Cargo.toml index f429ffc121..76205396a0 100644 --- a/services/mgmt/resourcegraph/Cargo.toml +++ b/services/mgmt/resourcegraph/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/resourcehealth/Cargo.toml b/services/mgmt/resourcehealth/Cargo.toml index 4365063206..9bf739b3d2 100644 --- a/services/mgmt/resourcehealth/Cargo.toml +++ b/services/mgmt/resourcehealth/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/resourcemover/Cargo.toml b/services/mgmt/resourcemover/Cargo.toml index 10c6feb747..bbf2d339c5 100644 --- a/services/mgmt/resourcemover/Cargo.toml +++ b/services/mgmt/resourcemover/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/resources/Cargo.toml b/services/mgmt/resources/Cargo.toml index 46b4cd84d6..7840f00294 100644 --- a/services/mgmt/resources/Cargo.toml +++ b/services/mgmt/resources/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/saas/Cargo.toml b/services/mgmt/saas/Cargo.toml index e11e92aa87..377845fd0c 100644 --- a/services/mgmt/saas/Cargo.toml +++ b/services/mgmt/saas/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/scheduler/Cargo.toml b/services/mgmt/scheduler/Cargo.toml index 481a6565ab..1327edca2f 100644 --- a/services/mgmt/scheduler/Cargo.toml +++ b/services/mgmt/scheduler/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/scvmm/Cargo.toml b/services/mgmt/scvmm/Cargo.toml index d0d6c4dd9e..01dfc6bec6 100644 --- a/services/mgmt/scvmm/Cargo.toml +++ b/services/mgmt/scvmm/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/search/Cargo.toml b/services/mgmt/search/Cargo.toml index 6893b324d7..a30607a039 100644 --- a/services/mgmt/search/Cargo.toml +++ b/services/mgmt/search/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/security/Cargo.toml b/services/mgmt/security/Cargo.toml index 534ad4cbf6..a41d9c7a69 100644 --- a/services/mgmt/security/Cargo.toml +++ b/services/mgmt/security/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/securityandcompliance/Cargo.toml b/services/mgmt/securityandcompliance/Cargo.toml index eaa9188b7b..95485b287c 100644 --- a/services/mgmt/securityandcompliance/Cargo.toml +++ b/services/mgmt/securityandcompliance/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/securityinsights/Cargo.toml b/services/mgmt/securityinsights/Cargo.toml index 2cba06cb93..0cd524f2b9 100644 --- a/services/mgmt/securityinsights/Cargo.toml +++ b/services/mgmt/securityinsights/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/serialconsole/Cargo.toml b/services/mgmt/serialconsole/Cargo.toml index 595f4f6e98..e76c4fc9c3 100644 --- a/services/mgmt/serialconsole/Cargo.toml +++ b/services/mgmt/serialconsole/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/servicebus/Cargo.toml b/services/mgmt/servicebus/Cargo.toml index 9e86e99b3a..0cd7f5c7fa 100644 --- a/services/mgmt/servicebus/Cargo.toml +++ b/services/mgmt/servicebus/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/servicefabricmanagedclusters/Cargo.toml b/services/mgmt/servicefabricmanagedclusters/Cargo.toml index c49a446b51..9fe55ca073 100644 --- a/services/mgmt/servicefabricmanagedclusters/Cargo.toml +++ b/services/mgmt/servicefabricmanagedclusters/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/servicefabricmesh/Cargo.toml b/services/mgmt/servicefabricmesh/Cargo.toml index efd267e5fd..8103804231 100644 --- a/services/mgmt/servicefabricmesh/Cargo.toml +++ b/services/mgmt/servicefabricmesh/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/servicelinker/Cargo.toml b/services/mgmt/servicelinker/Cargo.toml index bf1e52efe1..2fab3dfe40 100644 --- a/services/mgmt/servicelinker/Cargo.toml +++ b/services/mgmt/servicelinker/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/servicemap/Cargo.toml b/services/mgmt/servicemap/Cargo.toml index eba89c2464..a6a087dda8 100644 --- a/services/mgmt/servicemap/Cargo.toml +++ b/services/mgmt/servicemap/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/signalr/Cargo.toml b/services/mgmt/signalr/Cargo.toml index d21fcb3a91..fe00bf855a 100644 --- a/services/mgmt/signalr/Cargo.toml +++ b/services/mgmt/signalr/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/softwareplan/Cargo.toml b/services/mgmt/softwareplan/Cargo.toml index be4855bc33..2ec9cefb9f 100644 --- a/services/mgmt/softwareplan/Cargo.toml +++ b/services/mgmt/softwareplan/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/solutions/Cargo.toml b/services/mgmt/solutions/Cargo.toml index c5b6b1caac..e5fbab84c7 100644 --- a/services/mgmt/solutions/Cargo.toml +++ b/services/mgmt/solutions/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/sql/Cargo.toml b/services/mgmt/sql/Cargo.toml index cf933e3e07..0831fcf3a2 100644 --- a/services/mgmt/sql/Cargo.toml +++ b/services/mgmt/sql/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/sqlvirtualmachine/Cargo.toml b/services/mgmt/sqlvirtualmachine/Cargo.toml index 0f89a5beb8..b9f3d06533 100644 --- a/services/mgmt/sqlvirtualmachine/Cargo.toml +++ b/services/mgmt/sqlvirtualmachine/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/stack/Cargo.toml b/services/mgmt/stack/Cargo.toml index 45376b60f0..b3d6c953c1 100644 --- a/services/mgmt/stack/Cargo.toml +++ b/services/mgmt/stack/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/storage/Cargo.toml b/services/mgmt/storage/Cargo.toml index 9f248e4d8e..2b1eb35a13 100644 --- a/services/mgmt/storage/Cargo.toml +++ b/services/mgmt/storage/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/storagecache/Cargo.toml b/services/mgmt/storagecache/Cargo.toml index e626bd38f5..9d55cd26cb 100644 --- a/services/mgmt/storagecache/Cargo.toml +++ b/services/mgmt/storagecache/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/storageimportexport/Cargo.toml b/services/mgmt/storageimportexport/Cargo.toml index 7234ef6606..9a331917f0 100644 --- a/services/mgmt/storageimportexport/Cargo.toml +++ b/services/mgmt/storageimportexport/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/storagemover/Cargo.toml b/services/mgmt/storagemover/Cargo.toml index 8005a9a7a0..1e1d7727fb 100644 --- a/services/mgmt/storagemover/Cargo.toml +++ b/services/mgmt/storagemover/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/storagepool/Cargo.toml b/services/mgmt/storagepool/Cargo.toml index f866625f25..2f1e1aaa04 100644 --- a/services/mgmt/storagepool/Cargo.toml +++ b/services/mgmt/storagepool/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/storagesync/Cargo.toml b/services/mgmt/storagesync/Cargo.toml index 21ea548955..f014993e22 100644 --- a/services/mgmt/storagesync/Cargo.toml +++ b/services/mgmt/storagesync/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/storsimple1200series/Cargo.toml b/services/mgmt/storsimple1200series/Cargo.toml index f8ae4e8059..5e38f6a923 100644 --- a/services/mgmt/storsimple1200series/Cargo.toml +++ b/services/mgmt/storsimple1200series/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/storsimple8000series/Cargo.toml b/services/mgmt/storsimple8000series/Cargo.toml index 73d323f885..fed8a694a0 100644 --- a/services/mgmt/storsimple8000series/Cargo.toml +++ b/services/mgmt/storsimple8000series/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/streamanalytics/Cargo.toml b/services/mgmt/streamanalytics/Cargo.toml index f2c547cc12..e479e0a21d 100644 --- a/services/mgmt/streamanalytics/Cargo.toml +++ b/services/mgmt/streamanalytics/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/subscription/Cargo.toml b/services/mgmt/subscription/Cargo.toml index 881b2279a4..f344131b48 100644 --- a/services/mgmt/subscription/Cargo.toml +++ b/services/mgmt/subscription/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/support/Cargo.toml b/services/mgmt/support/Cargo.toml index 587c0735a3..13b6577cef 100644 --- a/services/mgmt/support/Cargo.toml +++ b/services/mgmt/support/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/synapse/Cargo.toml b/services/mgmt/synapse/Cargo.toml index 71913f1f1e..f1a215809e 100644 --- a/services/mgmt/synapse/Cargo.toml +++ b/services/mgmt/synapse/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/testbase/Cargo.toml b/services/mgmt/testbase/Cargo.toml index aa2a420816..196f619b77 100644 --- a/services/mgmt/testbase/Cargo.toml +++ b/services/mgmt/testbase/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/timeseriesinsights/Cargo.toml b/services/mgmt/timeseriesinsights/Cargo.toml index 0581f7cb1f..111fc2026c 100644 --- a/services/mgmt/timeseriesinsights/Cargo.toml +++ b/services/mgmt/timeseriesinsights/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/trafficmanager/Cargo.toml b/services/mgmt/trafficmanager/Cargo.toml index dc679f1f95..7ec039450f 100644 --- a/services/mgmt/trafficmanager/Cargo.toml +++ b/services/mgmt/trafficmanager/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/vi/Cargo.toml b/services/mgmt/vi/Cargo.toml index 6e6589f711..dac1975609 100644 --- a/services/mgmt/vi/Cargo.toml +++ b/services/mgmt/vi/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/videoanalyzer/Cargo.toml b/services/mgmt/videoanalyzer/Cargo.toml index fc19a412da..625144ecc2 100644 --- a/services/mgmt/videoanalyzer/Cargo.toml +++ b/services/mgmt/videoanalyzer/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/visualstudio/Cargo.toml b/services/mgmt/visualstudio/Cargo.toml index 85f0cc0a19..bc0baabbbd 100644 --- a/services/mgmt/visualstudio/Cargo.toml +++ b/services/mgmt/visualstudio/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/vmware/Cargo.toml b/services/mgmt/vmware/Cargo.toml index 687c93b609..cb5db5bf58 100644 --- a/services/mgmt/vmware/Cargo.toml +++ b/services/mgmt/vmware/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/vmwarecloudsimple/Cargo.toml b/services/mgmt/vmwarecloudsimple/Cargo.toml index 8fc424d0ee..2b21d23c28 100644 --- a/services/mgmt/vmwarecloudsimple/Cargo.toml +++ b/services/mgmt/vmwarecloudsimple/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/web/Cargo.toml b/services/mgmt/web/Cargo.toml index 5cd34b5eee..617542960b 100644 --- a/services/mgmt/web/Cargo.toml +++ b/services/mgmt/web/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/webpubsub/Cargo.toml b/services/mgmt/webpubsub/Cargo.toml index 82c93121ca..c4d067ed23 100644 --- a/services/mgmt/webpubsub/Cargo.toml +++ b/services/mgmt/webpubsub/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/windowsesu/Cargo.toml b/services/mgmt/windowsesu/Cargo.toml index b67b0bd655..18050d76f7 100644 --- a/services/mgmt/windowsesu/Cargo.toml +++ b/services/mgmt/windowsesu/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/windowsiot/Cargo.toml b/services/mgmt/windowsiot/Cargo.toml index 83ed02725b..af3a65e4ab 100644 --- a/services/mgmt/windowsiot/Cargo.toml +++ b/services/mgmt/windowsiot/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/workloadmonitor/Cargo.toml b/services/mgmt/workloadmonitor/Cargo.toml index 663d0448c3..4308a81db0 100644 --- a/services/mgmt/workloadmonitor/Cargo.toml +++ b/services/mgmt/workloadmonitor/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/mgmt/workloads/Cargo.toml b/services/mgmt/workloads/Cargo.toml index 1fe7610d2f..fb020e0e46 100644 --- a/services/mgmt/workloads/Cargo.toml +++ b/services/mgmt/workloads/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/svc/appconfiguration/Cargo.toml b/services/svc/appconfiguration/Cargo.toml index 8f20a21eeb..10593590a7 100644 --- a/services/svc/appconfiguration/Cargo.toml +++ b/services/svc/appconfiguration/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/svc/applicationinsights/Cargo.toml b/services/svc/applicationinsights/Cargo.toml index 44892fa9bb..16755c41ca 100644 --- a/services/svc/applicationinsights/Cargo.toml +++ b/services/svc/applicationinsights/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/svc/attestation/Cargo.toml b/services/svc/attestation/Cargo.toml index fbcbae5fc3..4e3a3e66df 100644 --- a/services/svc/attestation/Cargo.toml +++ b/services/svc/attestation/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/svc/batch/Cargo.toml b/services/svc/batch/Cargo.toml index a2308dbc4b..99c5fec117 100644 --- a/services/svc/batch/Cargo.toml +++ b/services/svc/batch/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/svc/blobstorage/Cargo.toml b/services/svc/blobstorage/Cargo.toml index 40ae87e024..6c24b061f9 100644 --- a/services/svc/blobstorage/Cargo.toml +++ b/services/svc/blobstorage/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/svc/containerregistry/Cargo.toml b/services/svc/containerregistry/Cargo.toml index cd95a42fe7..f336bc35a7 100644 --- a/services/svc/containerregistry/Cargo.toml +++ b/services/svc/containerregistry/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/svc/cosmosdb/Cargo.toml b/services/svc/cosmosdb/Cargo.toml index ff79229d4b..c2ba390aaa 100644 --- a/services/svc/cosmosdb/Cargo.toml +++ b/services/svc/cosmosdb/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/svc/datalakeanalytics/Cargo.toml b/services/svc/datalakeanalytics/Cargo.toml index 39e7a63fd9..188c59c992 100644 --- a/services/svc/datalakeanalytics/Cargo.toml +++ b/services/svc/datalakeanalytics/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/svc/deviceprovisioningservices/Cargo.toml b/services/svc/deviceprovisioningservices/Cargo.toml index 899fad83b4..91eb4aa22d 100644 --- a/services/svc/deviceprovisioningservices/Cargo.toml +++ b/services/svc/deviceprovisioningservices/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/svc/deviceupdate/Cargo.toml b/services/svc/deviceupdate/Cargo.toml index 47a448cc7a..19f6e513b6 100644 --- a/services/svc/deviceupdate/Cargo.toml +++ b/services/svc/deviceupdate/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/svc/digitaltwins/Cargo.toml b/services/svc/digitaltwins/Cargo.toml index 30adf22fea..5f24b07313 100644 --- a/services/svc/digitaltwins/Cargo.toml +++ b/services/svc/digitaltwins/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/svc/eventgrid/Cargo.toml b/services/svc/eventgrid/Cargo.toml index 57c950b810..15265b6eef 100644 --- a/services/svc/eventgrid/Cargo.toml +++ b/services/svc/eventgrid/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/svc/filestorage/Cargo.toml b/services/svc/filestorage/Cargo.toml index 171b825b06..c597405bfa 100644 --- a/services/svc/filestorage/Cargo.toml +++ b/services/svc/filestorage/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/svc/graphrbac/Cargo.toml b/services/svc/graphrbac/Cargo.toml index a00b756ad6..5d8873c165 100644 --- a/services/svc/graphrbac/Cargo.toml +++ b/services/svc/graphrbac/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/svc/imds/Cargo.toml b/services/svc/imds/Cargo.toml index 5014114234..a945c8f6d7 100644 --- a/services/svc/imds/Cargo.toml +++ b/services/svc/imds/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/svc/iotcentral/Cargo.toml b/services/svc/iotcentral/Cargo.toml index 567ee6417b..b7099155ac 100644 --- a/services/svc/iotcentral/Cargo.toml +++ b/services/svc/iotcentral/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/svc/keyvault/Cargo.toml b/services/svc/keyvault/Cargo.toml index 554239f253..e34f3f592d 100644 --- a/services/svc/keyvault/Cargo.toml +++ b/services/svc/keyvault/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/svc/loadtestservice/Cargo.toml b/services/svc/loadtestservice/Cargo.toml index 4193adac25..59f69865d6 100644 --- a/services/svc/loadtestservice/Cargo.toml +++ b/services/svc/loadtestservice/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/svc/marketplacecatalog/Cargo.toml b/services/svc/marketplacecatalog/Cargo.toml index f29931bb2f..ffa2924232 100644 --- a/services/svc/marketplacecatalog/Cargo.toml +++ b/services/svc/marketplacecatalog/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/svc/mixedreality/Cargo.toml b/services/svc/mixedreality/Cargo.toml index c357d1d83c..2cabefb63c 100644 --- a/services/svc/mixedreality/Cargo.toml +++ b/services/svc/mixedreality/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/svc/monitor/Cargo.toml b/services/svc/monitor/Cargo.toml index e2af2db054..e565da7468 100644 --- a/services/svc/monitor/Cargo.toml +++ b/services/svc/monitor/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/svc/operationalinsights/Cargo.toml b/services/svc/operationalinsights/Cargo.toml index eb6bd7a7a7..06379c5094 100644 --- a/services/svc/operationalinsights/Cargo.toml +++ b/services/svc/operationalinsights/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/svc/purview/Cargo.toml b/services/svc/purview/Cargo.toml index 726b640c9c..32bfbf9149 100644 --- a/services/svc/purview/Cargo.toml +++ b/services/svc/purview/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/svc/quantum/Cargo.toml b/services/svc/quantum/Cargo.toml index edccf208af..0f111c6a17 100644 --- a/services/svc/quantum/Cargo.toml +++ b/services/svc/quantum/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/svc/queuestorage/Cargo.toml b/services/svc/queuestorage/Cargo.toml index 724434c758..ef7e63d8c7 100644 --- a/services/svc/queuestorage/Cargo.toml +++ b/services/svc/queuestorage/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/svc/schemaregistry/Cargo.toml b/services/svc/schemaregistry/Cargo.toml index a52381711d..8bacaa5b22 100644 --- a/services/svc/schemaregistry/Cargo.toml +++ b/services/svc/schemaregistry/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/svc/servicefabric/Cargo.toml b/services/svc/servicefabric/Cargo.toml index a170386498..9a344506b3 100644 --- a/services/svc/servicefabric/Cargo.toml +++ b/services/svc/servicefabric/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/svc/storagedatalake/Cargo.toml b/services/svc/storagedatalake/Cargo.toml index 2677edbc4a..d4ced6fd85 100644 --- a/services/svc/storagedatalake/Cargo.toml +++ b/services/svc/storagedatalake/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/svc/synapse/Cargo.toml b/services/svc/synapse/Cargo.toml index a8b114cbfd..6d6dd17fd7 100644 --- a/services/svc/synapse/Cargo.toml +++ b/services/svc/synapse/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/svc/timeseriesinsights/Cargo.toml b/services/svc/timeseriesinsights/Cargo.toml index b615549a8a..d363be3def 100644 --- a/services/svc/timeseriesinsights/Cargo.toml +++ b/services/svc/timeseriesinsights/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/svc/videoanalyzer/Cargo.toml b/services/svc/videoanalyzer/Cargo.toml index 9f18c81ed5..b593da3b5e 100644 --- a/services/svc/videoanalyzer/Cargo.toml +++ b/services/svc/videoanalyzer/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs] diff --git a/services/svc/webpubsub/Cargo.toml b/services/svc/webpubsub/Cargo.toml index 6deb710b28..7aa2d5288b 100644 --- a/services/svc/webpubsub/Cargo.toml +++ b/services/svc/webpubsub/Cargo.toml @@ -22,7 +22,7 @@ time = "0.3" [dev-dependencies] azure_identity = { path = "../../../sdk/identity" } -tokio = { version = "1.0", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } env_logger = "0.9" [package.metadata.docs.rs]