diff --git a/sdk/data_tables/Cargo.toml b/sdk/data_tables/Cargo.toml index 9ad3a1f0d8..47cafbab11 100644 --- a/sdk/data_tables/Cargo.toml +++ b/sdk/data_tables/Cargo.toml @@ -16,7 +16,7 @@ edition = "2021" azure_core = { path = "../core", version = "0.4" } azure_storage = { path = "../storage", version = "0.5", default-features = false } bytes = "1.0" -time = { version = "0.3.10", features = ["serde"] } +time = "0.3.10" futures = "0.3" log = "0.4" serde = { version = "1.0" } diff --git a/sdk/identity/Cargo.toml b/sdk/identity/Cargo.toml index 2bcdfb359f..33a5f3dde7 100644 --- a/sdk/identity/Cargo.toml +++ b/sdk/identity/Cargo.toml @@ -19,7 +19,7 @@ oauth2 = { version = "4.0.0", default-features = false } url = "2.2" futures = "0.3" serde = { version = "1.0", features = ["derive"] } -time = { version = "0.3.10", features = ["serde", "macros", "local-offset"] } +time = { version = "0.3.10", features = ["local-offset"] } serde_json = "1.0" log = "0.4" async-timer = "1.0.0-beta.7" diff --git a/sdk/iot_deviceupdate/Cargo.toml b/sdk/iot_deviceupdate/Cargo.toml index 3cbfe047f2..fe9c080105 100644 --- a/sdk/iot_deviceupdate/Cargo.toml +++ b/sdk/iot_deviceupdate/Cargo.toml @@ -15,7 +15,7 @@ edition = "2018" [dependencies] base64 = "0.13" reqwest = { version = "0.11", features = ["json"], default_features = false } -time = { version = "0.3.10", features = ["serde"] } +time = "0.3.10" const_format = "0.2" serde_json = "1.0" url = "2.2" diff --git a/sdk/messaging_eventgrid/Cargo.toml b/sdk/messaging_eventgrid/Cargo.toml index 944f8c73d7..304773fa28 100644 --- a/sdk/messaging_eventgrid/Cargo.toml +++ b/sdk/messaging_eventgrid/Cargo.toml @@ -14,7 +14,7 @@ edition = "2021" [dependencies] azure_core = { path = "../core", version = "0.4", default_features = false } -time = { version = "0.3.10", features = ["serde", "macros"] } +time = "0.3.10" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" uuid = { version = "1.0", features = ["v4"] } diff --git a/sdk/security_keyvault/Cargo.toml b/sdk/security_keyvault/Cargo.toml index ee331fc53f..e9d8eb61ce 100644 --- a/sdk/security_keyvault/Cargo.toml +++ b/sdk/security_keyvault/Cargo.toml @@ -16,7 +16,7 @@ edition = "2021" futures = "0.3" base64 = "0.13" reqwest = { version = "0.11", features = ["json"] } -time = { version = "0.3.10", features = ["serde"] } +time = "0.3.10" const_format = "0.2.13" serde_json = "1.0" url = "2.2" diff --git a/sdk/storage/Cargo.toml b/sdk/storage/Cargo.toml index 56fa260cc2..49a0158d08 100644 --- a/sdk/storage/Cargo.toml +++ b/sdk/storage/Cargo.toml @@ -16,7 +16,7 @@ edition = "2021" async-trait = "0.1" azure_core = { path = "../core", version = "0.4" } base64 = "0.13" -time = { version = "0.3.10", features = ["serde-well-known"] } +time = "0.3.10" futures = "0.3" log = "0.4" serde = "1.0" diff --git a/sdk/storage_blobs/Cargo.toml b/sdk/storage_blobs/Cargo.toml index 6fdc4c2b67..32b76ea849 100644 --- a/sdk/storage_blobs/Cargo.toml +++ b/sdk/storage_blobs/Cargo.toml @@ -17,7 +17,7 @@ azure_core = { path = "../core", version = "0.4" } azure_storage = { path = "../storage", version = "0.5", default-features = false } base64 = "0.13" bytes = "1.0" -time = { version = "0.3.10", features = ["serde"] } +time = "0.3.10" futures = "0.3" log = "0.4" md5 = "0.7" diff --git a/sdk/storage_datalake/Cargo.toml b/sdk/storage_datalake/Cargo.toml index 02aa55866e..89ecb3d5d7 100644 --- a/sdk/storage_datalake/Cargo.toml +++ b/sdk/storage_datalake/Cargo.toml @@ -18,7 +18,7 @@ azure_core = { path = "../core", version = "0.4" } azure_storage = { path = "../storage", version = "0.5", default_features = false } base64 = "0.13" bytes = "1.0" -time = { version = "0.3.10", features = ["serde"] } +time = "0.3.10" futures = "0.3" log = "0.4" serde = { version = "1.0" } diff --git a/sdk/storage_queues/Cargo.toml b/sdk/storage_queues/Cargo.toml index 3f47d43a35..784c744d0b 100644 --- a/sdk/storage_queues/Cargo.toml +++ b/sdk/storage_queues/Cargo.toml @@ -15,7 +15,7 @@ edition = "2021" [dependencies] azure_core = { path = "../core", version = "0.4", default-features=false } azure_storage = { path = "../storage", version = "0.5", default-features=false } -time = { version = "0.3.10", features = ["serde"] } +time = "0.3.10" futures = "0.3" log = "0.4" serde = { version = "1.0" }