flyctl
flyctl copied to clipboard
Bump github.com/pkg/sftp from 1.13.7 to 1.13.9
Bumps github.com/pkg/sftp from 1.13.7 to 1.13.9.
Release notes
Sourced from github.com/pkg/sftp's releases.
v1.13.9 - better Remove errors, short-circuit unsupported fsync, and ReadFull for readfrom
What's Changed
- Backport v2/Client.Remove and File.Sync by
@puellanivisin pkg/sftp#618- perf: ensure full write buffer for *File.ReadFrom by
@justfalterin pkg/sftp#623New Contributors
@justfaltermade their first contribution in pkg/sftp#623Full Changelog: https://github.com/pkg/sftp/compare/v1.13.8...v1.13.9
v1.13.8 - readAt bug fix and drive enumeration for Windows
What's Changed
- Bump golang.org/x/crypto from 0.17.0 to 0.31.0 by
@dependabotin pkg/sftp#607- server.go: "/" for windows by
@powellnormain pkg/sftp#571- Issue #609 - clarify what 'path contains a regular file' actually means by
@puellanivisin pkg/sftp#611- fix: readAt() occasional hang in concurrent reads by
@cloudsbitin pkg/sftp#621New Contributors
@powellnormamade their first contribution in pkg/sftp#571@cloudsbitmade their first contribution in pkg/sftp#621Full Changelog: https://github.com/pkg/sftp/compare/v1.13.7...v1.13.8
Commits
320d62fMerge pull request #623 from justfalter/read-full28eb389perf: ensure full write buffer for *File.ReadFrom19bfb49Merge pull request #618 from pkg/v1-backport-client-remove-and-fsync5b63029Merge pull request #621 from cloudsbit/bugfix/readAt-hang067046afix: readAt() occasional hang in concurrent readseea14d0if errF and errD are pointers to os.PathError, then they won't compare equal,...584399doops, duh27c9969go mod tidy4660877backport v2/client.Remove; return PathErrora2172dcshort-circuit File.Sync if not supported- 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)