Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 15, 2025

Bumps suppaftp from 6.2.1 to 7.0.6.

Release notes

Sourced from suppaftp's releases.

suppaftp 7.0.6

7.0.6

Released on 07/10/2025

  • Issue 125: Allow to access async_native_tls when using tokio

suppaftp 7.0.5

7.0.5

Released on 03/10/2025

  • Update chrono version to 0.4.25 to guarantee compatibility with and_utc method.

suppaftp 7.0.4

7.0.4

Released on 22/09/2025

  • Exported TlsStream types for implementing functions that use the retrieved stream.
    • TlsStream for sync ftp.
    • AsyncStdTlsStream for async-std ftp.
    • TokioTlsStream for tokio ftp.

suppaftp 7.0.0

7.0.0

Released on 31/08/2025

  • Breaking changes:
    • Removed async feature; use either async-std or tokio.
    • Removed async-native-tls; use either async-std-async-native-tls (for async-std) or tokio-async-native-tls (for tokio) instead.
    • Renamed async-native-tls-vendored to async-std-async-native-tls-vendored.
    • Removed async-default-tls.
    • Removed default-tls
    • Renamed async-rustls to async-std-rustls.
  • Tokio support:
    • Added tokio support along with async-std.
    • Use tokio feature to use tokio
    • Use tokio-rustls feature to use tokio with rustls
    • Use tokio-async-native-tls feature to use async-native-tls with tokio
  • Custom Data commands:
    • Added custom_data_command to perform the execution of custom data commands.
    • Added close_data_connection to close the DataStream once consumed after executing custom data commands.
    • Made get_lines_from_stream public to easily read String lines from the DataStream.

suppaftp 6.3.0

6.3.0

Released on 05/06/2025

... (truncated)

Changelog

Sourced from suppaftp's changelog.

7.0.6

Released on 07/10/2025

  • Issue 125: Allow to access async_native_tls when using tokio

7.0.5

Released on 03/10/2025

  • Update chrono version to 0.4.25 to guarantee compatibility with and_utc method.

7.0.4

Released on 22/09/2025

  • Exported TlsStream types for implementing functions that use the retrieved stream.
    • TlsStream for sync ftp.
    • AsyncStdTlsStream for async-std ftp.
    • TokioTlsStream for tokio ftp.

7.0.3

Released on 31/08/2025

  • Just docs.rs whining like a baby he can't fix a single missing comma.

7.0.1

Released on 31/08/2025

  • fixed docs.rs build

7.0.0

Released on 31/08/2025

  • Breaking changes:
    • Removed async feature; use either async-std or tokio.
    • Removed async-native-tls; use either async-std-async-native-tls (for async-std) or tokio-async-native-tls (for tokio) instead.
    • Renamed async-native-tls-vendored to async-std-async-native-tls-vendored.
    • Removed async-default-tls.
    • Removed default-tls
    • Renamed async-rustls to async-std-rustls.
  • Higher MSRV requirements
    • Now requires Rust edition 2024 (before: 2021)
    • Now requires Rust version 1.85.1 or later (before: 1.80.1)
  • Tokio support:
    • Added tokio support along with async-std.
    • Use tokio feature to use tokio

... (truncated)

Commits

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 6.2.1 to 7.0.6.
- [Release notes](https://github.com/veeso/suppaftp/releases)
- [Changelog](https://github.com/veeso/suppaftp/blob/main/CHANGELOG.md)
- [Commits](veeso/suppaftp@v6.2.1...v7.0.6)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Oct 15, 2025
@sagiegurari sagiegurari merged commit 302b78a into master Oct 29, 2025
18 checks passed
@sagiegurari sagiegurari deleted the dependabot/cargo/suppaftp-7.0.6 branch October 29, 2025 15:12
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.

2 participants