Skip to content
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

StatusCall and StatusReturn #33284

Merged
merged 11 commits into from
Oct 17, 2023
26 changes: 13 additions & 13 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 9 additions & 9 deletions lib/srv/desktop/rdp/rdpclient/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,15 @@ x509-parser = "0.14"
sspi = { version = "0.10.1", features = ["network_client", "dns_resolver"] }
static_init = "1.0.3"

# TODO: change this to IronRDP master once https://github.com/Devolutions/IronRDP/pull/210 lands
ironrdp-connector = { git = "https://github.com/Devolutions/IronRDP", rev = "464f154ea0558133b556af541ee35f342335abd3" }
ironrdp-tls = { git = "https://github.com/Devolutions/IronRDP", rev = "464f154ea0558133b556af541ee35f342335abd3" }
ironrdp-session = { git = "https://github.com/Devolutions/IronRDP", rev = "464f154ea0558133b556af541ee35f342335abd3" }
ironrdp-pdu = { git = "https://github.com/Devolutions/IronRDP", rev = "464f154ea0558133b556af541ee35f342335abd3" }
ironrdp-tokio = { git = "https://github.com/Devolutions/IronRDP", rev = "464f154ea0558133b556af541ee35f342335abd3" }
ironrdp-rdpsnd = { git = "https://github.com/Devolutions/IronRDP", rev = "464f154ea0558133b556af541ee35f342335abd3" }
ironrdp-rdpdr = { git = "https://github.com/Devolutions/IronRDP", rev = "464f154ea0558133b556af541ee35f342335abd3" }
ironrdp-svc = { git = "https://github.com/Devolutions/IronRDP", rev = "464f154ea0558133b556af541ee35f342335abd3" }
# TODO: change this to IronRDP master once https://github.com/Devolutions/IronRDP/pull/216 lands
ironrdp-connector = { git = "https://github.com/Devolutions/IronRDP", rev = "1910cb2aea6c23b59c286574d39150abb85c3a70" }
ironrdp-tls = { git = "https://github.com/Devolutions/IronRDP", rev = "1910cb2aea6c23b59c286574d39150abb85c3a70" }
ironrdp-session = { git = "https://github.com/Devolutions/IronRDP", rev = "1910cb2aea6c23b59c286574d39150abb85c3a70" }
ironrdp-pdu = { git = "https://github.com/Devolutions/IronRDP", rev = "1910cb2aea6c23b59c286574d39150abb85c3a70" }
ironrdp-tokio = { git = "https://github.com/Devolutions/IronRDP", rev = "1910cb2aea6c23b59c286574d39150abb85c3a70" }
ironrdp-rdpsnd = { git = "https://github.com/Devolutions/IronRDP", rev = "1910cb2aea6c23b59c286574d39150abb85c3a70" }
ironrdp-rdpdr = { git = "https://github.com/Devolutions/IronRDP", rev = "1910cb2aea6c23b59c286574d39150abb85c3a70" }
ironrdp-svc = { git = "https://github.com/Devolutions/IronRDP", rev = "1910cb2aea6c23b59c286574d39150abb85c3a70" }

# Uncomment the following lines to use local crates instead of the ones from github
# ironrdp-connector = { path = "/Users/ibeckermayer/Devolutions/IronRDP/crates/ironrdp-connector" }
Expand Down
Loading