Skip to content

Commit b23786b

Browse files
chore: update env_logger since dep is unmaintained (#9)
1 parent ccd04cc commit b23786b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ members = [
1111

1212
[workspace.package]
1313
edition = "2021"
14-
version = "1.1.8"
14+
version = "1.1.9"
1515
license = "MIT OR Apache-2.0"
1616
readme = "README.md"
1717

@@ -20,7 +20,7 @@ anyhow = "1.0.86"
2020
clap = { version = "4.5.9", features = ["derive"] }
2121
derive_more = { version = "0.99.18", features = ["display"], default-features = false }
2222
dotenv = "0.15.0"
23-
env_logger = "0.11.3"
23+
env_logger = "0.11.7"
2424
log = { version = "0.4.22" }
2525
proc-macro2 = "1.0.86"
2626
quote = "1.0.36"

crates/tracel-xtask/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ regex = { workspace = true }
2222
serde_json = { workspace = true }
2323
strum = { workspace = true }
2424
tracing-subscriber = { workspace = true }
25-
tracel-xtask-macros = { path = "../tracel-xtask-macros", version = "=1.1.8" }
25+
tracel-xtask-macros = { path = "../tracel-xtask-macros", version = "=1.1.9" }
2626

2727
[dev-dependencies]
2828
rstest = { workspace = true }

0 commit comments

Comments
 (0)