Skip to content

Commit

Permalink
Merge pull request #21 from gierens/dependabot/cargo/stderrlog-0.6
Browse files Browse the repository at this point in the history
chore(deps): Update stderrlog requirement from 0.5 to 0.6
  • Loading branch information
gierens authored Feb 1, 2024
2 parents 3a4e77a + 96cc70f commit 2a0b66a
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 @@ -45,7 +45,7 @@ colored = { version = "2.0", optional = true }
fuser = { version = "0.14", optional = true }
clap-verbosity-flag = { version = "2.0", optional = true }
log = { version = "0.4", optional = true }
stderrlog = { version = "0.5", optional = true }
stderrlog = { version = "0.6", optional = true }
libc = { version = "0.2", optional = true }
chrono = { version = "0.4", optional = true }
# cli
Expand Down

0 comments on commit 2a0b66a

Please sign in to comment.