Bump suppaftp from 4.5.2 to 4.6.0

Bumps [suppaftp](https://github.com/veeso/suppaftp) from 4.5.2 to 4.6.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/v4.5.2...v4.6.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-01-10 03:00:44 +00:00 committed by GitHub
parent 044b4ccdaa
commit 6b0ac2abea
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

@ -1019,9 +1019,9 @@ checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
[[package]]
name = "suppaftp"
version = "4.5.2"
version = "4.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e847b04a392385badf1f7a766dcb4f9c7ce5f180360e5820d0b78cda026a9802"
checksum = "91ba00ecec2d2022201eb403442ceb785bf39b206852f8b374c7759b323dab49"
dependencies = [
"chrono",
"lazy-regex",

View File

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