From b17d4ab9f38eab144dd6459f36c127c1f5ab87c4 Mon Sep 17 00:00:00 2001 From: Isaiah Becker-Mayer Date: Wed, 22 Jun 2022 17:36:37 -0400 Subject: [PATCH] updates rdp-rs ref to new HEAD where scroll wheel delta is fixed --- Cargo.lock | 2 +- lib/srv/desktop/rdp/rdpclient/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3aedc13fbc538..1817267fb6c0b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -987,7 +987,7 @@ dependencies = [ [[package]] name = "rdp-rs" version = "0.1.0" -source = "git+https://github.com/gravitational/rdp-rs?rev=17ec446ecb73c58b77ac47c6fc8598153f673076#17ec446ecb73c58b77ac47c6fc8598153f673076" +source = "git+https://github.com/gravitational/rdp-rs?rev=6075679e7c9bd8e3c2136a87f097d05c7db3235f#6075679e7c9bd8e3c2136a87f097d05c7db3235f" dependencies = [ "bufstream", "byteorder", diff --git a/lib/srv/desktop/rdp/rdpclient/Cargo.toml b/lib/srv/desktop/rdp/rdpclient/Cargo.toml index 2224b2ed336f2..fa647a6cf34cc 100644 --- a/lib/srv/desktop/rdp/rdpclient/Cargo.toml +++ b/lib/srv/desktop/rdp/rdpclient/Cargo.toml @@ -20,7 +20,7 @@ num-traits = "0.2.15" rand = { version = "0.8.5", features = ["getrandom"] } rand_chacha = "0.3.1" rsa = "0.6.1" -rdp-rs = { git = "https://github.com/gravitational/rdp-rs", rev = "17ec446ecb73c58b77ac47c6fc8598153f673076" } +rdp-rs = { git = "https://github.com/gravitational/rdp-rs", rev = "6075679e7c9bd8e3c2136a87f097d05c7db3235f" } uuid = { version = "1.1.2", features = ["v4"] } utf16string = "0.2.0"