From 42008fb8953e9a3e379ff221a6ff2f190849374c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Thu, 12 Oct 2023 09:14:53 +0300 Subject: [PATCH] aws: Update to test-with 0.11 Part-of: --- net/aws/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/aws/Cargo.toml b/net/aws/Cargo.toml index 07e5d58f..d9e531f5 100644 --- a/net/aws/Cargo.toml +++ b/net/aws/Cargo.toml @@ -41,7 +41,7 @@ chrono = { version = "0.4", features = [ "alloc" ] } env_logger = "0.10" gst-check = { package = "gstreamer-check", git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs", features = ["v1_18"] } rand = "0.8" -test-with = { version = "0.10", default-features = false } +test-with = { version = "0.11", default-features = false } [lib] name = "gstaws"