Merge pull request #312 from sagiegurari/dependabot/cargo/suppaftp-5.1.0

Bump suppaftp from 5.0.1 to 5.1.0
This commit is contained in:
Sagie Gur-Ari 2023-03-03 08:18:52 +02:00 committed by GitHub
commit a754cd4365
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -1156,9 +1156,9 @@ checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"
[[package]]
name = "suppaftp"
version = "5.0.1"
version = "5.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4aeb9a0b5c7351111ea91422fc95cd1b7652f91d5e5eb979606ee877fe1638dd"
checksum = "dc04157e6488bb12ab8b7660442a050b1f2516366f3224becabc91e70e47cf14"
dependencies = [
"chrono",
"lazy-regex",

View file

@ -43,7 +43,7 @@ rand = "^0.8"
semver = "^1"
serde_json = "^1"
sha2 = "^0.10"
suppaftp = "^5.0"
suppaftp = "^5.1"
walkdir = "^2"
which = { version = "^4", default-features = false }
whoami = "^1"