Skip to content

Commit 4fdbca1

Browse files
Update dirs requirement from 1.0.4 to 4.0.0 in /crates/volta-core
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] <[email protected]>
1 parent 66b7024 commit 4fdbca1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/volta-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ detect-indent = { git = "https://github.com/stefanpenner/detect-indent-rs", bran
3333
envoy = "0.1.3"
3434
mockito = { version = "0.30.0", optional = true }
3535
regex = "1.0.6"
36-
dirs = "1.0.4"
36+
dirs = "4.0.0"
3737
sha-1 = "0.9.8"
3838
hex = "0.3.2"
3939
chrono = "0.4.6"

0 commit comments

Comments
 (0)