diff --git a/net/aws/Cargo.toml b/net/aws/Cargo.toml index 2217d961c..5d0c614d0 100644 --- a/net/aws/Cargo.toml +++ b/net/aws/Cargo.toml @@ -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 }