Skip to content

Commit

Permalink
Upgrading env_logger dep (#2102)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelciraci committed Jan 19, 2024
1 parent 4ab5fb0 commit ef2c8ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -148,7 +148,7 @@ futures-channel = { version="0.3", optional = true}


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

0 comments on commit ef2c8ee

Please sign in to comment.