Skip to content

Commit

Permalink
Update rdp-rs to fix horizontal scroll + extended keys
Browse files Browse the repository at this point in the history
This pulls in the fixes from gravitational/rdp-rs#4

Updates #8742

Backport to v8 required.
  • Loading branch information
zmb3 committed Nov 1, 2021
1 parent 0f71ec5 commit 40e92c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/srv/desktop/rdp/rdpclient/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ num-traits = "0.2"
# RustCrypto doesn't expose the low-level primitives we need for the smartcard
# challenge signing (see src/piv.rs for details).
openssl = { version = "0.10.36", features = ["vendored"] }
rdp-rs = { git = "https://github.com/gravitational/rdp-rs", rev = "3bf61e5354218516b72156b4b0708aa05ecc86f2" }
rdp-rs = { git = "https://github.com/gravitational/rdp-rs", rev = "755e950dcff0fc6965aa518c4596b995ede3417d" }
uuid = { version = "0.8", features = ["v4"] }

0 comments on commit 40e92c7

Please sign in to comment.