From f7745a336f10edb4fd3148cb8b91d744d953fac4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Fri, 3 Nov 2023 10:54:36 +0200 Subject: [PATCH] aws: Update to test-with 0.12 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 871bd4bb..d5a8688e 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.11", default-features = false } +test-with = { version = "0.12", default-features = false } [lib] name = "gstaws"