aws: Update to test-with 0.11

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1388>
This commit is contained in:
Sebastian Dröge 2023-10-12 09:14:53 +03:00
parent 56095c5434
commit f5d6d703c5

View file

@ -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", branch = "0.21", version = "0.21", 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"