Skip to content

Commit

Permalink
Merge pull request #97 from musicinmybrain/env_logger-0.11
Browse files Browse the repository at this point in the history
Update env_logger from 0.7 to 0.11
  • Loading branch information
jpeddicord authored Oct 21, 2024
2 parents bd5cb78 + b9afaac commit b359302
Show file tree
Hide file tree
Showing 3 changed files with 161 additions and 32 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ flate2 = { version = "1.0.14", optional = true }
flate2 = "1.0.14"

[dev-dependencies]
env_logger = "0.7"
env_logger = "0.11"

[lib]
name = "askalono"
Expand Down
189 changes: 159 additions & 30 deletions cli/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ include = [
[dependencies]
askalono = { version = "0.4.6", path = "../" }
clap = "2.32.0"
env_logger = "0.7"
env_logger = "0.11"
anyhow = "1.0.44"
ignore = "0.4.6"
log = "0.4.6"
Expand Down

0 comments on commit b359302

Please sign in to comment.