Skip to content

Commit 7386ff5

Browse files
committed
Update env_logger dev-dep to 0.10
1 parent 16a3a19 commit 7386ff5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ serde_json = "1.0.0"
6767

6868
# Examples
6969
tokio = { version = "1", features = ["rt-multi-thread", "macros", "sync", "net"] }
70-
env_logger = { version = "0.9", default-features = false }
70+
env_logger = { version = "0.10", default-features = false }
7171
tokio-rustls = "0.24"
7272
webpki-roots = "0.25"
7373

0 commit comments

Comments
 (0)