Skip to content

Commit

Permalink
Merge pull request #106 from mdpadberg/renovate/env_logger-0.x
Browse files Browse the repository at this point in the history
Update Rust crate env_logger to 0.11.2
  • Loading branch information
mdpadberg authored Feb 14, 2024
2 parents 3305c0e + bd41c05 commit c519b6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ clap = { version = "4.5.0", features = ["derive"] }
dirs = "5.0.1"
anyhow = "1.0.79"
log = "0.4.20"
env_logger = "0.11.1"
env_logger = "0.11.2"
prettytable-rs = "0.10.0"
lib = { path = "../lib" }
tokio = { version = "1", features = ["full"] }
2 changes: 1 addition & 1 deletion lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ strum = { version = "0.26", features = ["derive"] }

[dev-dependencies]
tempfile = "3.10.0"
env_logger = "0.11.1"
env_logger = "0.11.2"
gag = "1.0.0"

0 comments on commit c519b6f

Please sign in to comment.