aws: Update to env_logger 0.10 for the tests

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/984>
This commit is contained in:
Sebastian Dröge 2022-11-25 11:08:19 +02:00
parent 1fcbc346bc
commit 0e2a00cbc8

View file

@ -43,7 +43,7 @@ gio = { git = "https://github.com/gtk-rs/gtk-rs-core.git", package = "gio" }
[dev-dependencies]
chrono = { version = "0.4", features = [ "alloc" ] }
env_logger = "0.9"
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.8", default-features = false }