Bump dirs from 4.0.0 to 5.0.0 (#925)

This commit is contained in:
dependabot[bot] 2023-03-20 02:50:04 +00:00 committed by GitHub
parent 30c1e6af8f
commit bbb4eb7e58
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

10
Cargo.lock generated
View file

@ -527,22 +527,22 @@ dependencies = [
[[package]]
name = "dirs"
version = "4.0.0"
version = "5.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
checksum = "dece029acd3353e3a58ac2e3eb3c8d6c35827a892edc6cc4138ef9c33df46ecd"
dependencies = [
"dirs-sys",
]
[[package]]
name = "dirs-sys"
version = "0.3.7"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
checksum = "04414300db88f70d74c5ff54e50f9e1d1737d9a5b90f53fcf2e95ca2a9ab554b"
dependencies = [
"libc",
"redox_users",
"winapi",
"windows-sys 0.45.0",
]
[[package]]

View file

@ -26,7 +26,7 @@ binstalk = { path = "../binstalk", version = "0.10.0", default-features = false
binstalk-manifests = { path = "../binstalk-manifests", version = "0.4.0" }
clap = { version = "4.1.9", features = ["derive", "env"] }
compact_str = "0.7.0"
dirs = "4.0.0"
dirs = "5.0.0"
file-format = { version = "0.15.0", default-features = false }
fs-lock = { version = "0.1.0", path = "../fs-lock" }
gh-token = "0.1.1"