mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2025-06-05 23:18:55 +00:00
aws: Update to env_logger 0.10 for the tests
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/986>
This commit is contained in:
parent
1fb0062059
commit
931917e559
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ gio = { git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.16", version
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
chrono = { version = "0.4", features = [ "alloc" ] }
|
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", branch = "0.19", version = "0.19", features = ["v1_18"] }
|
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"
|
rand = "0.8"
|
||||||
test-with = { version = "0.8", default-features = false }
|
test-with = { version = "0.8", default-features = false }
|
||||||
|
|
Loading…
Reference in a new issue