Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sdroege/gst-plugin-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-12 09:14:53 +0300
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>2023-10-12 09:57:28 +0300
commit42008fb8953e9a3e379ff221a6ff2f190849374c (patch)
tree6c8712597968f614341bef1cf2ae84206c28b442
parent05aa9fa4313fcc525be200933400f812a686d79d (diff)
aws: Update to test-with 0.11
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1358>
-rw-r--r--net/aws/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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"