Skip to content

Commit

Permalink
Update dirs dependency to 5.0
Browse files Browse the repository at this point in the history
This change updates the dirs dependency we consume to 5.0.
  • Loading branch information
d-e-s-o committed Dec 23, 2023
1 parent 0ccc41a commit b84b50e
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 @@ -2,6 +2,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 `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 @@ -36,7 +36,7 @@ incremental = false
version = "1.0.14"

[dependencies.dirs]
version = "4.0"
version = "5.0"

[dependencies.env_logger]
version = "0.9"
Expand Down

0 comments on commit b84b50e

Please sign in to comment.