From 7a136375a43401c54db2f9fa2a7d1af20eea5ade Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Aug 2024 15:04:30 +0000 Subject: [PATCH] Update http requirement from 0.2 to 1.1 Updates the requirements on [http](https://github.com/hyperium/http) to permit the latest version. - [Release notes](https://github.com/hyperium/http/releases) - [Changelog](https://github.com/hyperium/http/blob/master/CHANGELOG.md) - [Commits](https://github.com/hyperium/http/compare/v0.2.0...v1.1.0) --- updated-dependencies: - dependency-name: http dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- sdk/core/Cargo.toml | 2 +- sdk/data_cosmos/Cargo.toml | 2 +- sdk/data_tables/Cargo.toml | 2 +- sdk/identity/Cargo.toml | 2 +- sdk/iot_hub/Cargo.toml | 2 +- sdk/messaging_eventgrid/Cargo.toml | 2 +- sdk/messaging_servicebus/Cargo.toml | 2 +- sdk/storage/Cargo.toml | 2 +- sdk/storage_blobs/Cargo.toml | 2 +- sdk/storage_datalake/Cargo.toml | 2 +- sdk/storage_queues/Cargo.toml | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) diff --git a/sdk/core/Cargo.toml b/sdk/core/Cargo.toml index f7c4e8ba1c..76a0328d55 100644 --- a/sdk/core/Cargo.toml +++ b/sdk/core/Cargo.toml @@ -19,7 +19,7 @@ bytes = "1.0" chrono = "0.4" dyn-clone = "1.0" futures = "0.3" -http = "0.2" +http = "1.1" log = "0.4" oauth2 = { version = "4.0", default-features = false } rand = "0.8" diff --git a/sdk/data_cosmos/Cargo.toml b/sdk/data_cosmos/Cargo.toml index 04743e5133..bb477eb495 100644 --- a/sdk/data_cosmos/Cargo.toml +++ b/sdk/data_cosmos/Cargo.toml @@ -19,7 +19,7 @@ async-trait = "0.1" azure_core = { path = "../core", version = "0.2" } base64 = "0.13" chrono = "0.4" -http = "0.2" +http = "1.1" futures = "0.3" log = "0.4" serde = { version = "1.0", features = ["derive"] } diff --git a/sdk/data_tables/Cargo.toml b/sdk/data_tables/Cargo.toml index f0bbad9f3c..4b370f7bbf 100644 --- a/sdk/data_tables/Cargo.toml +++ b/sdk/data_tables/Cargo.toml @@ -18,7 +18,7 @@ azure_storage = { path = "../storage", version = "0.2", default-features=false, bytes = "1.0" chrono = { version = "0.4", features = ["serde"] } futures = "0.3" -http = "0.2" +http = "1.1" log = "0.4" once_cell = "1.0" serde = { version = "1.0" } diff --git a/sdk/identity/Cargo.toml b/sdk/identity/Cargo.toml index 3220ecaa93..a24caaa0bb 100644 --- a/sdk/identity/Cargo.toml +++ b/sdk/identity/Cargo.toml @@ -27,7 +27,7 @@ async-trait = "0.1" openssl = { version = "0.10", optional=true } base64 = "0.13.0" uuid = { version = "1.0", features = ["v4"] } -http = "0.2" +http = "1.1" # work around https://github.com/rust-lang/rust/issues/63033 fix-hidden-lifetime-bug = "0.2" diff --git a/sdk/iot_hub/Cargo.toml b/sdk/iot_hub/Cargo.toml index df5f260bfd..1b566c6523 100644 --- a/sdk/iot_hub/Cargo.toml +++ b/sdk/iot_hub/Cargo.toml @@ -12,7 +12,7 @@ base64 = "0.13" bytes = "1.0" chrono = "0.4" hmac = "0.12" -http = "0.2" +http = "1.1" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" serde_derive = "1.0" diff --git a/sdk/messaging_eventgrid/Cargo.toml b/sdk/messaging_eventgrid/Cargo.toml index 027e3e1250..f868b62e0d 100644 --- a/sdk/messaging_eventgrid/Cargo.toml +++ b/sdk/messaging_eventgrid/Cargo.toml @@ -15,7 +15,7 @@ edition = "2021" [dependencies] azure_core = { path = "../core", version = "0.2" } chrono = { version = "0.4", features = ["serde"] } -http = "0.2" +http = "1.1" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" uuid = { version = "1.0", features = ["v4"] } diff --git a/sdk/messaging_servicebus/Cargo.toml b/sdk/messaging_servicebus/Cargo.toml index f2de67ac92..e446e4a779 100644 --- a/sdk/messaging_servicebus/Cargo.toml +++ b/sdk/messaging_servicebus/Cargo.toml @@ -23,7 +23,7 @@ url = "2.2" hmac = "0.12" sha2 = "0.10" ring = "0.16" -http = "0.2" +http = "1.1" bytes = "1.0" [dev-dependencies] diff --git a/sdk/storage/Cargo.toml b/sdk/storage/Cargo.toml index 6c593e9fbf..1211476ef8 100644 --- a/sdk/storage/Cargo.toml +++ b/sdk/storage/Cargo.toml @@ -17,7 +17,7 @@ async-trait = "0.1" azure_core = { path = "../core", version = "0.2", default-features=false } base64 = "0.13" chrono = "0.4" -http = "0.2" +http = "1.1" futures = "0.3" log = "0.4" serde = "1.0" diff --git a/sdk/storage_blobs/Cargo.toml b/sdk/storage_blobs/Cargo.toml index 8d75db1ef5..e820aa945f 100644 --- a/sdk/storage_blobs/Cargo.toml +++ b/sdk/storage_blobs/Cargo.toml @@ -19,7 +19,7 @@ base64 = "0.13" bytes = "1.0" chrono = { version = "0.4", features = ["serde"] } futures = "0.3" -http = "0.2" +http = "1.1" log = "0.4" md5 = "0.7" RustyXML = "0.3" diff --git a/sdk/storage_datalake/Cargo.toml b/sdk/storage_datalake/Cargo.toml index 1576939521..3dff26c6ea 100644 --- a/sdk/storage_datalake/Cargo.toml +++ b/sdk/storage_datalake/Cargo.toml @@ -20,7 +20,7 @@ base64 = "0.13" bytes = "1.0" chrono = { version = "0.4", features = ["serde"] } futures = "0.3" -http = "0.2" +http = "1.1" log = "0.4" serde = { version = "1.0" } serde_derive = "1.0" diff --git a/sdk/storage_queues/Cargo.toml b/sdk/storage_queues/Cargo.toml index f195dcec66..2f04429b11 100644 --- a/sdk/storage_queues/Cargo.toml +++ b/sdk/storage_queues/Cargo.toml @@ -18,7 +18,7 @@ azure_storage = { path = "../storage", version = "0.2", default-features=false, bytes = "1.0" chrono = { version = "0.4", features = ["serde"] } futures = "0.3" -http = "0.2" +http = "1.1" log = "0.4" serde = { version = "1.0" } serde_derive = "1.0"