Skip to content

Commit f2e03ea

Browse files
committed
chore: upgrade env_logger
1 parent b5692d6 commit f2e03ea

File tree

2 files changed

+20
-3
lines changed

2 files changed

+20
-3
lines changed

Cargo.lock

Lines changed: 14 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ color-eyre.workspace = true
1111
prettytable-rs = { version = "0.10", default-features = false }
1212
clap = { version = "3.1", features = ["derive"] }
1313
log = "0.4"
14-
env_logger = { version = "0.8.4", default-features = false }
14+
env_logger.workspace = true
1515
bitflags = "2.8"
1616
thiserror.workspace = true
1717
nom-supreme = "0.8"
@@ -43,6 +43,11 @@ ron = "0.12"
4343
thiserror = "2"
4444
tiff = "0.11"
4545

46+
[workspace.dependencies.env_logger]
47+
version = "0.11.8"
48+
default-features = false
49+
features = ["color"]
50+
4651
[patch.crates-io.fontdue]
4752
# variable font support
4853
git = 'https://github.com/xiphoseer/fontdue.git'

0 commit comments

Comments
 (0)