Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and beltram committed Apr 21, 2023
1 parent 99dddcf commit 19f724f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ path = "src/main.rs"
[dependencies]
stubr = { path = "../lib", version = "0.6.0-rc.1", features = ["record-standalone", "grpc"], default-features = false }
anyhow = { version = "1.0", default-features = false }
directories = "4.0"
directories = "5.0"
clap = { version = "4.0", default-features = false, features = ["derive", "std"] }
clap_complete = "4.0"
colored = "2.0"
Expand Down

0 comments on commit 19f724f

Please sign in to comment.