Created by: dependabot[bot]
Bumps github.com/fclairamb/ftpserverlib from 0.18.0 to 0.19.0.
Release notes
Sourced from github.com/fclairamb/ftpserverlib's releases.
v0.19.0
What's Changed
- Use fallback control for Solaris / Illumos. by
@siepkes
in fclairamb/ftpserverlib#311- add support for TLS per-connection by
@drakkan
in fclairamb/ftpserverlib#334, which was proposed to an alternative what@siepkes
pushed in fclairamb/ftpserverlib#311- micro-optimization: use int8 for enums by
@drakkan
in fclairamb/ftpserverlib#338General updates
- fix(deps): update module github.com/go-kit/log to v0.2.1 by
@renovate
in fclairamb/ftpserverlib#314Full Changelog: https://github.com/fclairamb/ftpserverlib/compare/v0.18.0...v0.19.0
Commits
-
ea3d820
micro-optimization: use int8 for enums (#338) -
59dc591
fix(deps): update golang.org/x/sys digest to 3c1f352 (#340) -
c36ef06
fix(deps): update golang.org/x/sys digest to e65921a -
5dc4d4f
add support for TLS per-connection (#334) -
333ec9c
fix(deps): update golang.org/x/sys digest to 8c9f86f (#336) -
474f806
fix(deps): update golang.org/x/sys digest to c6bc011 (#335) -
b86f911
fix(deps): update golang.org/x/sys digest to c0bba94 (#331) -
31184c8
fix(deps): update module github.com/spf13/afero to v1.9.2 (#332) -
87e1b47
fix(deps): update golang.org/x/sys digest to 179beb0 (#330) -
a9ea03b
fix(deps): update module github.com/stretchr/testify to v1.8.0 (#329) - Additional commits viewable in compare view
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 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)