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
path: root/net
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2023-10-27 10:19:15 +0300
committerSebastian Dröge <sebastian@centricular.com>2023-10-27 10:19:15 +0300
commit557b249e11067abdb04a1f14939bee171d13d4d2 (patch)
tree006df736d38790b8552a42c19ccf6d9722b8558a /net
parente3e58ac0be2a2c0b3334b9235e1617c746ff929f (diff)
Update to AWS SDK 0.34 and tracing-log 0.2
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1374>
Diffstat (limited to 'net')
-rw-r--r--net/aws/Cargo.toml6
-rw-r--r--net/webrtc/Cargo.toml6
-rw-r--r--net/webrtc/signalling/Cargo.toml2
3 files changed, 7 insertions, 7 deletions
diff --git a/net/aws/Cargo.toml b/net/aws/Cargo.toml
index d9e531f5..871bd4bb 100644
--- a/net/aws/Cargo.toml
+++ b/net/aws/Cargo.toml
@@ -14,9 +14,9 @@ rust-version = "1.70"
async-stream = "0.3.4"
base32 = "0.4"
aws-config = "0.56.0"
-aws-sdk-s3 = "0.33.0"
-aws-sdk-transcribestreaming = "0.33.0"
-aws-sdk-translate = "0.33.0"
+aws-sdk-s3 = "0.34.0"
+aws-sdk-transcribestreaming = "0.34.0"
+aws-sdk-translate = "0.34.0"
aws-types = "0.56.0"
aws-credential-types = "0.56.0"
aws-sig-auth = "0.56.0"
diff --git a/net/webrtc/Cargo.toml b/net/webrtc/Cargo.toml
index ced26e53..65b92333 100644
--- a/net/webrtc/Cargo.toml
+++ b/net/webrtc/Cargo.toml
@@ -39,8 +39,8 @@ aws-credential-types = "0.56.0"
aws-sig-auth = "0.56.0"
aws-smithy-http = { version = "0.56.0", features = [ "rt-tokio" ] }
aws-smithy-types = "0.56.0"
-aws-sdk-kinesisvideo = "0.33.0"
-aws-sdk-kinesisvideosignaling = "0.33.0"
+aws-sdk-kinesisvideo = "0.34.0"
+aws-sdk-kinesisvideosignaling = "0.34.0"
http = "0.2.7"
chrono = "0.4"
data-encoding = "2.3.3"
@@ -57,7 +57,7 @@ livekit-api = { version = "0.2", default-features = false, features = ["signal-c
[dev-dependencies]
tracing = { version = "0.1", features = ["log"] }
tracing-subscriber = { version = "0.3", features = ["registry", "env-filter"] }
-tracing-log = "0.1"
+tracing-log = "0.2"
clap = { version = "4", features = ["derive"] }
[lib]
diff --git a/net/webrtc/signalling/Cargo.toml b/net/webrtc/signalling/Cargo.toml
index 634d174b..77d7d1ec 100644
--- a/net/webrtc/signalling/Cargo.toml
+++ b/net/webrtc/signalling/Cargo.toml
@@ -18,7 +18,7 @@ serde_json = "1"
clap = { version = "4", features = ["derive"] }
tracing = { version = "0.1", features = ["log"] }
tracing-subscriber = { version = "0.3", features = ["registry", "env-filter"] }
-tracing-log = "0.1"
+tracing-log = "0.2"
futures = "0.3"
uuid = { version = "1", features = ["v4"] }
thiserror = "1"