Bump suppaftp from 5.0.1 to 5.1.0

Bumps [suppaftp](https://github.com/veeso/suppaftp) from 5.0.1 to 5.1.0.
- [Release notes](https://github.com/veeso/suppaftp/releases)
- [Changelog](https://github.com/veeso/suppaftp/blob/main/CHANGELOG.md)
- [Commits](https://github.com/veeso/suppaftp/compare/v5.0.1...v5.1.0)

---
updated-dependencies:
- dependency-name: suppaftp
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-03-03 03:56:58 +00:00 committed by GitHub
parent 099602bda3
commit c1e0a1bb0d
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]] [[package]]
name = "suppaftp" name = "suppaftp"
version = "5.0.1" version = "5.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4aeb9a0b5c7351111ea91422fc95cd1b7652f91d5e5eb979606ee877fe1638dd" checksum = "dc04157e6488bb12ab8b7660442a050b1f2516366f3224becabc91e70e47cf14"
dependencies = [ dependencies = [
"chrono", "chrono",
"lazy-regex", "lazy-regex",

View file

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