Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sdroege/gst-plugin-rs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2023-12-09 13:21:38 +0300
committerSebastian Dröge <sebastian@centricular.com>2023-12-09 13:21:38 +0300
commit2f2bf6ca8f325f1e58e1f9604d2f4d0e320dad7a (patch)
treee732be2a2ddb03d02265fbbc2e46d749558d00eb
parent0bae18fe0da4b49596372a79daa8decd5d769086 (diff)
webrtc: Update to aws-smithy-http 0.61
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1404>
-rw-r--r--Cargo.lock60
-rw-r--r--net/webrtc/Cargo.toml2
2 files changed, 41 insertions, 21 deletions
diff --git a/Cargo.lock b/Cargo.lock
index d33b7f84..cd8185bf 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -308,7 +308,7 @@ dependencies = [
"aws-sdk-ssooidc",
"aws-sdk-sts",
"aws-smithy-async",
- "aws-smithy-http",
+ "aws-smithy-http 0.60.0",
"aws-smithy-json",
"aws-smithy-runtime",
"aws-smithy-runtime-api",
@@ -365,7 +365,7 @@ dependencies = [
"aws-sigv4",
"aws-smithy-async",
"aws-smithy-eventstream",
- "aws-smithy-http",
+ "aws-smithy-http 0.60.0",
"aws-smithy-runtime-api",
"aws-smithy-types",
"aws-types",
@@ -386,7 +386,7 @@ dependencies = [
"aws-http",
"aws-runtime",
"aws-smithy-async",
- "aws-smithy-http",
+ "aws-smithy-http 0.60.0",
"aws-smithy-json",
"aws-smithy-runtime",
"aws-smithy-runtime-api",
@@ -408,7 +408,7 @@ dependencies = [
"aws-http",
"aws-runtime",
"aws-smithy-async",
- "aws-smithy-http",
+ "aws-smithy-http 0.60.0",
"aws-smithy-json",
"aws-smithy-runtime",
"aws-smithy-runtime-api",
@@ -433,7 +433,7 @@ dependencies = [
"aws-smithy-async",
"aws-smithy-checksums",
"aws-smithy-eventstream",
- "aws-smithy-http",
+ "aws-smithy-http 0.60.0",
"aws-smithy-json",
"aws-smithy-runtime",
"aws-smithy-runtime-api",
@@ -460,7 +460,7 @@ dependencies = [
"aws-http",
"aws-runtime",
"aws-smithy-async",
- "aws-smithy-http",
+ "aws-smithy-http 0.60.0",
"aws-smithy-json",
"aws-smithy-runtime",
"aws-smithy-runtime-api",
@@ -482,7 +482,7 @@ dependencies = [
"aws-http",
"aws-runtime",
"aws-smithy-async",
- "aws-smithy-http",
+ "aws-smithy-http 0.60.0",
"aws-smithy-json",
"aws-smithy-runtime",
"aws-smithy-runtime-api",
@@ -504,7 +504,7 @@ dependencies = [
"aws-http",
"aws-runtime",
"aws-smithy-async",
- "aws-smithy-http",
+ "aws-smithy-http 0.60.0",
"aws-smithy-json",
"aws-smithy-query",
"aws-smithy-runtime",
@@ -529,7 +529,7 @@ dependencies = [
"aws-sigv4",
"aws-smithy-async",
"aws-smithy-eventstream",
- "aws-smithy-http",
+ "aws-smithy-http 0.60.0",
"aws-smithy-json",
"aws-smithy-runtime",
"aws-smithy-runtime-api",
@@ -552,7 +552,7 @@ dependencies = [
"aws-http",
"aws-runtime",
"aws-smithy-async",
- "aws-smithy-http",
+ "aws-smithy-http 0.60.0",
"aws-smithy-json",
"aws-smithy-runtime",
"aws-smithy-runtime-api",
@@ -573,7 +573,7 @@ checksum = "380adcc8134ad8bbdfeb2ace7626a869914ee266322965276cbc54066186d236"
dependencies = [
"aws-credential-types",
"aws-smithy-eventstream",
- "aws-smithy-http",
+ "aws-smithy-http 0.60.0",
"aws-smithy-runtime-api",
"aws-smithy-types",
"bytes",
@@ -596,9 +596,9 @@ dependencies = [
[[package]]
name = "aws-smithy-async"
-version = "1.0.3"
+version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "573441a5a0219e436e86a7f9a20b0f2505c5ae6fe7fe3eba6e3950991c9ad914"
+checksum = "8251646e230593f141a6df2421f5c9cebae4b7b5f874482164ccc9885a662b5d"
dependencies = [
"futures-util",
"pin-project-lite",
@@ -611,7 +611,7 @@ version = "0.60.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c5a373ec01aede3dd066ec018c1bc4e8f5dd11b2c11c59c8eef1a5c68101f397"
dependencies = [
- "aws-smithy-http",
+ "aws-smithy-http 0.60.0",
"aws-smithy-types",
"bytes",
"crc32c",
@@ -659,6 +659,26 @@ dependencies = [
]
[[package]]
+name = "aws-smithy-http"
+version = "0.61.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "3e68d7a4a9b8be1342066dd8b26c925e79f4e399a7e57ee22f9d162eb041d592"
+dependencies = [
+ "aws-smithy-runtime-api",
+ "aws-smithy-types",
+ "bytes",
+ "bytes-utils",
+ "futures-core",
+ "http 0.2.11",
+ "http-body",
+ "once_cell",
+ "percent-encoding",
+ "pin-project-lite",
+ "pin-utils",
+ "tracing",
+]
+
+[[package]]
name = "aws-smithy-json"
version = "0.60.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -684,7 +704,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c0c628feae802ab1589936e2aaef6f8ab2b8fc1ee1f947c276dd8a7c3cda1904"
dependencies = [
"aws-smithy-async",
- "aws-smithy-http",
+ "aws-smithy-http 0.60.0",
"aws-smithy-runtime-api",
"aws-smithy-types",
"bytes",
@@ -704,9 +724,9 @@ dependencies = [
[[package]]
name = "aws-smithy-runtime-api"
-version = "1.0.3"
+version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "7460e5cc8e6eb0749608535854352f6e121433960ba05daf4dbde0e42c1199a5"
+checksum = "a55ed8f64f72162056db15e05394e9aa2b5a58a0b5ebeab5694f9a463b79bea8"
dependencies = [
"aws-smithy-async",
"aws-smithy-types",
@@ -720,9 +740,9 @@ dependencies = [
[[package]]
name = "aws-smithy-types"
-version = "1.0.3"
+version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "8ba838f43d0d72d76918895a93c3ad647f75a058541a60e85beefb6bb0a9bd40"
+checksum = "d6d0b5ba0f92811d45954c61e3ada057d2a09ee0357403cf86ece562e5fa8268"
dependencies = [
"base64-simd",
"bytes",
@@ -2824,7 +2844,7 @@ dependencies = [
"aws-sdk-kinesisvideo",
"aws-sdk-kinesisvideosignaling",
"aws-sigv4",
- "aws-smithy-http",
+ "aws-smithy-http 0.61.0",
"aws-smithy-types",
"aws-types",
"chrono",
diff --git a/net/webrtc/Cargo.toml b/net/webrtc/Cargo.toml
index 420c1adc..267a0748 100644
--- a/net/webrtc/Cargo.toml
+++ b/net/webrtc/Cargo.toml
@@ -37,7 +37,7 @@ aws-config = "1.0"
aws-types = "1.0"
aws-credential-types = "1.0"
aws-sigv4 = "1.0"
-aws-smithy-http = { version = "0.60.0", features = [ "rt-tokio" ] }
+aws-smithy-http = { version = "0.61.0", features = [ "rt-tokio" ] }
aws-smithy-types = "1.0"
aws-sdk-kinesisvideo = "1.0"
aws-sdk-kinesisvideosignaling = "1.0"