Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c816a0d

Browse files
committedMay 7, 2024·
fix(deps): update rust crate env_logger to 0.11.3
1 parent 40d6f29 commit c816a0d

File tree

2 files changed

+75
-39
lines changed

2 files changed

+75
-39
lines changed
 

‎Cargo.lock

+74-38
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎x/Cargo.toml

+1-1
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.83"
12-
env_logger = "0.10.1"
12+
env_logger = "0.11.3"
1313
log = "0.4.21"
1414
chrono = "0.4.38"
1515
nexlint = { path = "../nexlint" }

0 commit comments

Comments
 (0)
Please sign in to comment.