Skip to content

Commit 7d84082

Browse files
committed
Update env_logger to 0.11
1 parent d48810f commit 7d84082

File tree

2 files changed

+19
-29
lines changed

2 files changed

+19
-29
lines changed

Cargo.lock

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

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ license = "MPL-2.0"
1414
readme = "README.md"
1515
repository = "https://github.com/rust-lang/mdBook"
1616
description = "Creates a book from markdown files"
17-
rust-version = "1.70"
17+
rust-version = "1.71"
1818

1919
[dependencies]
2020
anyhow = "1.0.71"
2121
chrono = { version = "0.4.24", default-features = false, features = ["clock"] }
2222
clap = { version = "4.3.12", features = ["cargo", "wrap_help"] }
2323
clap_complete = "4.3.2"
2424
once_cell = "1.17.1"
25-
env_logger = "0.10.0"
25+
env_logger = "0.11.1"
2626
handlebars = "5.0"
2727
log = "0.4.17"
2828
memchr = "2.5.0"

0 commit comments

Comments
 (0)