Skip to content

Bump suppaftp from 7.0.6 to 8.0.1#553

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/cargo/suppaftp-8.0.1
Open

Bump suppaftp from 7.0.6 to 8.0.1#553
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/cargo/suppaftp-8.0.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Jan 19, 2026

Bumps suppaftp from 7.0.6 to 8.0.1.

Release notes

Sourced from suppaftp's releases.

suppaftp 8.0.1

8.0.1

Released on 18/01/2026

  • Fixed docs.rs build

suppaftp 8.0.0

8.0.0

Released on 18/01/2026

  • Issue 131: Added new features to choose the backend for rustls:
    • rustls-ring: use ring as crypto backend (default)
    • rustls-aws-lc-rs: use aws-lc-rs as crypto backend
    • Removed rustls feature. Use either rustls-ring or rustls-aws-lc-rs instead.
    • Removed async-rustls feature. Use either async-std-rustls-ring or async-std-rustls-aws-lc-rs instead.
    • Removed tokio-rustls feature. Use either tokio-rustls-ring or tokio-rustls-aws-lc-rs instead.

[!CAUTION] In case you're using rustls, tokio-rustls, or async-rustls features, you need to update your Cargo.toml accordingly.

suppaftp 7.1.0

7.1.0

Released on 07/01/2026

  • Issue 128
    • Made FileType enum public
    • Added File::file_type() method to retrieve the file type
    • Deprecated File::from_dos_line, File::from_mlsx_line, and File::from_posix_line methods in favor of ListParser::parse_dos, ListParser::parse_mlst, ListParser::parse_mlsd, and ListParser::parse_posix respectively.
  • Issue 127: Prevent commands which require a data connection to be executed if there is already a data connection open.

suppaftp 7.0.7

7.0.7

Released on 05/11/2025

  • Issue 126: re-export tls streams when using tokio
Changelog

Sourced from suppaftp's changelog.

8.0.1

Released on 18/01/2026

  • Fixed docs.rs build

8.0.0

Released on 18/01/2026

  • Issue 131: Added new features to choose the backend for rustls:
    • rustls-ring: use ring as crypto backend (default)
    • rustls-aws-lc-rs: use aws-lc-rs as crypto backend
    • Removed rustls feature. Use either rustls-ring or rustls-aws-lc-rs instead.
    • Removed async-rustls feature. Use either async-std-rustls-ring or async-std-rustls-aws-lc-rs instead.
    • Removed tokio-rustls feature. Use either tokio-rustls-ring or tokio-rustls-aws-lc-rs instead.

[!CAUTION] In case you're using rustls, tokio-rustls, or async-rustls features, you need to update your Cargo.toml accordingly.

7.1.0

Released on 07/01/2026

  • Issue 128
    • Made FileType enum public
    • Added File::file_type() method to retrieve the file type
    • Deprecated File::from_dos_line, File::from_mlsx_line, and File::from_posix_line methods in favor of ListParser::parse_dos, ListParser::parse_mlst, ListParser::parse_mlsd, and ListParser::parse_posix respectively.
  • Issue 127: Prevent commands which require a data connection to be executed if there is already a data connection open.

7.0.7

Released on 05/11/2025

  • Issue 126: re-export tls streams when using tokio
Commits
  • a89247c docs: bad names
  • cc2a332 fix: Fixed docs.rs build
  • ad5a313 build(deps)!: Added new features to choose the backend for rustls (#132)
  • 597462a fix: Prevent commands which require a data connection to be executed if there...
  • 7e01c0f feat(list): FileType enum is now public; deprecated File::from...line in favo...
  • e67f187 chore: ignore .idea/
  • d1bc2e7 docs: 7.0.7
  • 7d3be91 Fix: re-export tls streams when using tokio (#126)
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [suppaftp](https://github.com/veeso/suppaftp) from 7.0.6 to 8.0.1.
- [Release notes](https://github.com/veeso/suppaftp/releases)
- [Changelog](https://github.com/veeso/suppaftp/blob/main/CHANGELOG.md)
- [Commits](veeso/suppaftp@v7.0.6...v8.0.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Jan 19, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants