Merge pull request #277 from sagiegurari/dependabot/cargo/suppaftp-4.5.1

Bump suppaftp from 4.4.0 to 4.5.1
This commit is contained in:
Sagie Gur-Ari 2022-10-10 13:30:19 +03:00 committed by GitHub
commit 6a514c81e2
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

@ -939,9 +939,9 @@ checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
[[package]]
name = "suppaftp"
version = "4.4.0"
version = "4.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "374fa36af4a114155280ba725b6487d78ec4ed8e54c69fe80f59805ffed9cd65"
checksum = "7ec2455a5d8d819bf6d8ee3812ac30423e28862ae0c6e7172c3fa796817a6cc9"
dependencies = [
"chrono",
"lazy-regex",

View File

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