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

gitlab.freedesktop.org/gstreamer/gst-plugins-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-18 11:07:04 +0300
commitfd64d5259a1b0d71749cff805e8c7eafe6c871ff (patch)
treed8f0b4a08baf66c6f0872325baccf34f9e7c3a83
parent975a3a53af79621746094266e43de95ea0cd8b56 (diff)
webrtc: Update to aws-smithy-http 0.61
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1410>
-rw-r--r--net/webrtc/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/webrtc/Cargo.toml b/net/webrtc/Cargo.toml
index 122116afe..649daa018 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"