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-10-27 10:19:15 +0300
committerSebastian Dröge <sebastian@centricular.com>2023-11-10 17:02:46 +0300
commite501ee03400c3da86a218d2bb954e91a9015a898 (patch)
tree12a13e263e61f10e1aa55642c374a254b056119d
parentb4855f1ba8c8e2d775fd7f1b14ccb9be17e702c7 (diff)
Update to AWS SDK 0.34 and tracing-log 0.2
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1388>
-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 75029c2dc..f960c16a7 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 3dabec9a7..1b156ab07 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 e31daa852..64b63b391 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"