Skip to content

Commit

Permalink
Merge pull request #198 from hoodie/renovate/env_logger-0.x
Browse files Browse the repository at this point in the history
fix(deps): update rust crate env_logger to 0.11
  • Loading branch information
hoodie authored Apr 4, 2024
2 parents eee4a4a + 899dc66 commit 9e1218d
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 @@ -27,7 +27,7 @@ image = { version = "0.25", optional = true }
zbus = { version = "4.1", optional = true }
serde = { version = "1", optional = true }
log = "0.4"
env_logger ={ version ="0.10", optional = true }
env_logger ={ version ="0.11", optional = true }

[target.'cfg(target_os="macos")'.dependencies]
mac-notification-sys = "0.6"
Expand Down

0 comments on commit 9e1218d

Please sign in to comment.