Bump suppaftp from 5.3.0 to 5.3.1

Bumps [suppaftp](https://github.com/veeso/suppaftp) from 5.3.0 to 5.3.1.
- [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.3.0...v5.3.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-01-29 03:56:27 +00:00 committed by GitHub
parent 2c2cbf536a
commit 027ee6377c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -971,9 +971,9 @@ checksum = "81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc"
[[package]]
name = "suppaftp"
version = "5.3.0"
version = "5.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ca75beb78218d35c14633b468a48f53e90207ee979f71bb486ba7dff06d0436"
checksum = "d9290ef2d57a47ebc32442cbc74ce039e5483e59b6e099a3361346d894b89196"
dependencies = [
"chrono",
"lazy-regex",

View file

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