aws: Update to test-with 0.9

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1038>
This commit is contained in:
Sebastian Dröge 2023-01-05 12:35:42 +02:00
parent 698ab100b3
commit 4b936950c2

View file

@ -46,7 +46,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.19", version = "0.19", features = ["v1_18"] }
rand = "0.8"
test-with = { version = "0.8", default-features = false }
test-with = { version = "0.9", default-features = false }
[lib]
name = "gstaws"