-
Notifications
You must be signed in to change notification settings - Fork 12.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update libssh2-sys #92374
Update libssh2-sys #92374
Conversation
(rust-highfive has picked a reviewer for you, use r? to override) |
@bors r+ rollup=never |
📌 Commit 000d336 has been approved by |
☀️ Test successful - checks-actions |
Finished benchmarking commit (ad0d419): comparison url. Summary: This benchmark run did not return any relevant changes. If you disagree with this performance assessment, please file an issue in rust-lang/rustc-perf. @rustbot label: -perf-regression |
Update docs for windows ssh-agent. This updates the documentation for SSH authentication using Windows and ssh-agent. Per #10237 and rust-lang/rust#92374, Cargo now supports ssh-agent on Windows. I'm about 80% sure this information is correct based on my reading of the code and testing. The ssh-agent that is part of mingw (or git-for-windows) uses emulated sockets, which are not compatible with traditional Windows-style named pipes.
Updates libssh2-sys from 0.2.19 to 0.2.23. This brings in libssh2 1.10 (RELEASE-NOTES). One of the major changes is to add support for OpenSSH agent on Windows.
Closes rust-lang/cargo#10237