Skip to content

Commit ef2c8ee

Browse files
Upgrading env_logger dep (#2102)
1 parent 4ab5fb0 commit ef2c8ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ futures-channel = { version="0.3", optional = true}
148148

149149

150150
[target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies]
151-
env_logger = "0.8"
151+
env_logger = "0.10"
152152
hyper = { version = "0.14", default-features = false, features = ["tcp", "stream", "http1", "http2", "client", "server", "runtime"] }
153153
serde = { version = "1.0", features = ["derive"] }
154154
libflate = "1.0"

0 commit comments

Comments
 (0)