From 557b249e11067abdb04a1f14939bee171d13d4d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Fri, 27 Oct 2023 10:19:15 +0300 Subject: [PATCH] Update to AWS SDK 0.34 and tracing-log 0.2 Part-of: --- net/aws/Cargo.toml | 6 +++--- net/webrtc/Cargo.toml | 6 +++--- net/webrtc/signalling/Cargo.toml | 2 +- 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"