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
path: root/net
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 /net
parent0bae18fe0da4b49596372a79daa8decd5d769086 (diff)
webrtc: Update to aws-smithy-http 0.61
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1404>
Diffstat (limited to 'net')
-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 420c1adcb..267a07486 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"