Merge pull request #311 from sagiegurari/dependabot/cargo/suppaftp-5.0.1

Bump suppaftp from 4.7.0 to 5.0.1
This commit is contained in:
Sagie Gur-Ari 2023-02-27 09:53:58 +02:00 committed by GitHub
commit 099602bda3
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 = "4.7.0"
version = "5.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d865bcb2d4bfea8c0ab4ca6c3f79d011ad04db5ef1fc693e720299bb60c58018"
checksum = "4aeb9a0b5c7351111ea91422fc95cd1b7652f91d5e5eb979606ee877fe1638dd"
dependencies = [
"chrono",
"lazy-regex",

View file

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