Skip to content

Commit

Permalink
fix: increase min version of env_filter to 0.1.1 (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
andylokandy authored Jan 3, 2025
1 parent 947cbc6 commit c6cd824
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ syslog = ["non-blocking", "dep:fasyslog"]
[dependencies]
anyhow = { version = "1.0" }
colored = { version = "2.1" }
env_filter = { version = "0.1" }
env_filter = { version = "0.1.1" }
jiff = { version = "0.1.14" }
log = { version = "0.4", features = ["std", "kv"] }

Expand Down

0 comments on commit c6cd824

Please sign in to comment.