Skip to content

Commit

Permalink
Update env_logger dependency to 0.10
Browse files Browse the repository at this point in the history
This change updates the env_logger dependency we consume to 0.10.
  • Loading branch information
d-e-s-o committed Dec 24, 2023
1 parent c386ac9 commit f5fbe6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ Unreleased
- Switched to using GitHub Actions as CI provider
- Bumped minimum required Rust version to `1.64.0`
- Bumped `dirs` dependency to `5.0`
- Bumped `env_logger` dependency to `0.10`
- Bumped `gpgme` dependency to `0.11`
- Bumped `ring` dependency to `0.17`

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ version = "1.0.14"
version = "5.0"

[dependencies.env_logger]
version = "0.9"
version = "0.10"
default-features = false

[dependencies.gpgme]
Expand Down

0 comments on commit f5fbe6e

Please sign in to comment.