From 81dd45c8147c088fe655da997fe377f566000b71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Thu, 14 Dec 2023 09:11:07 +0200 Subject: [PATCH] webrtc: Downgrade aws-smithy-http to 0.60 Version 0.61 was yanked from crates.io. Part-of: --- deny.toml | 5 ----- net/webrtc/Cargo.toml | 2 +- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/deny.toml b/deny.toml index 6d589bbc..581b4817 100644 --- a/deny.toml +++ b/deny.toml @@ -228,11 +228,6 @@ version = "0.2" name = "bitstream-io" version = "1.0" -# Various crates depend on an older version of aws-smithy-http -[[bans.skip]] -name = "aws-smithy-http" -version = "0.60" - [sources] unknown-registry = "deny" unknown-git = "deny" diff --git a/net/webrtc/Cargo.toml b/net/webrtc/Cargo.toml index 267a0748..f22d204d 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.61.0", features = [ "rt-tokio" ] } +aws-smithy-http = { version = "0.60", features = [ "rt-tokio" ] } aws-smithy-types = "1.0" aws-sdk-kinesisvideo = "1.0" aws-sdk-kinesisvideosignaling = "1.0"