Skip to content

Commit

Permalink
Update IronRDP
Browse files Browse the repository at this point in the history
  • Loading branch information
Isaiah Becker-Mayer committed Nov 1, 2023
1 parent c1934ec commit fd21678
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 26 deletions.
24 changes: 12 additions & 12 deletions Cargo.lock

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

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

# Change once https://github.com/Devolutions/IronRDP/pull/245 lands
ironrdp-connector = { git = "https://github.com/Devolutions/IronRDP", rev = "361790aba1d30321d910ab2788cba4f6697615fe" }
ironrdp-tls = { git = "https://github.com/Devolutions/IronRDP", rev = "361790aba1d30321d910ab2788cba4f6697615fe" }
ironrdp-session = { git = "https://github.com/Devolutions/IronRDP", rev = "361790aba1d30321d910ab2788cba4f6697615fe" }
ironrdp-pdu = { git = "https://github.com/Devolutions/IronRDP", rev = "361790aba1d30321d910ab2788cba4f6697615fe" }
ironrdp-tokio = { git = "https://github.com/Devolutions/IronRDP", rev = "361790aba1d30321d910ab2788cba4f6697615fe" }
ironrdp-rdpsnd = { git = "https://github.com/Devolutions/IronRDP", rev = "361790aba1d30321d910ab2788cba4f6697615fe" }
ironrdp-rdpdr = { git = "https://github.com/Devolutions/IronRDP", rev = "361790aba1d30321d910ab2788cba4f6697615fe" }
ironrdp-svc = { git = "https://github.com/Devolutions/IronRDP", rev = "361790aba1d30321d910ab2788cba4f6697615fe" }
ironrdp-cliprdr = { git = "https://github.com/Devolutions/IronRDP", rev = "361790aba1d30321d910ab2788cba4f6697615fe" }
ironrdp-connector = { git = "https://github.com/Devolutions/IronRDP", rev = "d60782adaeb5b479c5d7ead14047e002fae5f671" }
ironrdp-tls = { git = "https://github.com/Devolutions/IronRDP", rev = "d60782adaeb5b479c5d7ead14047e002fae5f671" }
ironrdp-session = { git = "https://github.com/Devolutions/IronRDP", rev = "d60782adaeb5b479c5d7ead14047e002fae5f671" }
ironrdp-pdu = { git = "https://github.com/Devolutions/IronRDP", rev = "d60782adaeb5b479c5d7ead14047e002fae5f671" }
ironrdp-tokio = { git = "https://github.com/Devolutions/IronRDP", rev = "d60782adaeb5b479c5d7ead14047e002fae5f671" }
ironrdp-rdpsnd = { git = "https://github.com/Devolutions/IronRDP", rev = "d60782adaeb5b479c5d7ead14047e002fae5f671" }
ironrdp-rdpdr = { git = "https://github.com/Devolutions/IronRDP", rev = "d60782adaeb5b479c5d7ead14047e002fae5f671" }
ironrdp-svc = { git = "https://github.com/Devolutions/IronRDP", rev = "d60782adaeb5b479c5d7ead14047e002fae5f671" }
ironrdp-cliprdr = { git = "https://github.com/Devolutions/IronRDP", rev = "d60782adaeb5b479c5d7ead14047e002fae5f671" }

# 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
7 changes: 3 additions & 4 deletions web/packages/teleport/src/ironrdp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,9 @@ tracing-web = "0.1.2"
time = { version = "0.3", features = ["wasm-bindgen"] }
console_error_panic_hook = "0.1.7"

# Change once https://github.com/Devolutions/IronRDP/pull/245 lands
ironrdp-session = { git = "https://github.com/Devolutions/IronRDP", rev = "361790aba1d30321d910ab2788cba4f6697615fe" }
ironrdp-pdu = { git = "https://github.com/Devolutions/IronRDP", rev = "361790aba1d30321d910ab2788cba4f6697615fe" }
ironrdp-graphics = { git = "https://github.com/Devolutions/IronRDP", rev = "361790aba1d30321d910ab2788cba4f6697615fe" }
ironrdp-session = { git = "https://github.com/Devolutions/IronRDP", rev = "d60782adaeb5b479c5d7ead14047e002fae5f671" }
ironrdp-pdu = { git = "https://github.com/Devolutions/IronRDP", rev = "d60782adaeb5b479c5d7ead14047e002fae5f671" }
ironrdp-graphics = { git = "https://github.com/Devolutions/IronRDP", rev = "d60782adaeb5b479c5d7ead14047e002fae5f671" }

# Uncomment the following lines and comment out the ones above to use local crates instead of the ones from github
# ironrdp-session = { path = "/path/to/your/local/IronRDP/crates/ironrdp-session" }
Expand Down

0 comments on commit fd21678

Please sign in to comment.