Skip to content

Commit

Permalink
⬆️ Update dirs requirement from ^4.0 to ^5.0
Browse files Browse the repository at this point in the history
Updates the requirements on [dirs](https://github.com/soc/dirs-rs) to permit the latest version.
- [Release notes](https://github.com/soc/dirs-rs/releases)
- [Commits](https://github.com/soc/dirs-rs/commits)

---
updated-dependencies:
- dependency-name: dirs
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and davidB committed Aug 22, 2023
1 parent d5b459b commit e8cdbc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -19,7 +19,7 @@ exclude = [
]

[dependencies]
dirs = "^4.0"
dirs = "^5.0"
git2 = { version = "^0.16", default-features = false }
dialoguer = { version = "^0.10", optional = true }
pest = "^2.3"
Expand Down

0 comments on commit e8cdbc9

Please sign in to comment.