Skip to content

Commit 59b5bb1

Browse files
committed
fix(deps): update rust crate env_logger to 0.11.0
1 parent e4dc3d5 commit 59b5bb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ license = "Apache-2.0 OR MIT"
99
[dependencies]
1010
structopt = "0.3.26"
1111
anyhow = "1.0.77"
12-
env_logger = "0.10.1"
12+
env_logger = "0.11.0"
1313
log = "0.4.20"
1414
chrono = "0.4.31"
1515
nexlint = { path = "../nexlint" }

0 commit comments

Comments
 (0)