Skip to content

Commit

Permalink
update picky deps
Browse files Browse the repository at this point in the history
  • Loading branch information
probakowski committed Dec 9, 2024
1 parent 282c1ad commit 53a7bd9
Show file tree
Hide file tree
Showing 3 changed files with 61 additions and 83 deletions.
109 changes: 43 additions & 66 deletions Cargo.lock

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

26 changes: 13 additions & 13 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,18 @@ lto = "thin"
[workspace.dependencies]
# Note: To use a local IronRDP repository as a crate (for example, ironrdp-cliprdr), define the dependency as follows:
# ironrdp-cliprdr = { path = "/path/to/local/IronRDP/crates/ironrdp-cliprdr" }
ironrdp-cliprdr = { git = "https://github.com/Devolutions/IronRDP", rev = "2e59014c97acd1a1f726a713cbfa99cd76958476" }
ironrdp-connector = { git = "https://github.com/Devolutions/IronRDP", rev = "2e59014c97acd1a1f726a713cbfa99cd76958476" }
ironrdp-core = { git = "https://github.com/Devolutions/IronRDP", rev = "2e59014c97acd1a1f726a713cbfa99cd76958476" }
ironrdp-displaycontrol = { git = "https://github.com/Devolutions/IronRDP", rev = "2e59014c97acd1a1f726a713cbfa99cd76958476" }
ironrdp-dvc = { git = "https://github.com/Devolutions/IronRDP", rev = "2e59014c97acd1a1f726a713cbfa99cd76958476" }
ironrdp-graphics = { git = "https://github.com/Devolutions/IronRDP", rev = "2e59014c97acd1a1f726a713cbfa99cd76958476" }
ironrdp-pdu = { git = "https://github.com/Devolutions/IronRDP", rev = "2e59014c97acd1a1f726a713cbfa99cd76958476" }
ironrdp-rdpdr = { git = "https://github.com/Devolutions/IronRDP", rev = "2e59014c97acd1a1f726a713cbfa99cd76958476" }
ironrdp-rdpsnd = { git = "https://github.com/Devolutions/IronRDP", rev = "2e59014c97acd1a1f726a713cbfa99cd76958476" }
ironrdp-session = { git = "https://github.com/Devolutions/IronRDP", rev = "2e59014c97acd1a1f726a713cbfa99cd76958476" }
ironrdp-svc = { git = "https://github.com/Devolutions/IronRDP", rev = "2e59014c97acd1a1f726a713cbfa99cd76958476" }
ironrdp-tls = { git = "https://github.com/Devolutions/IronRDP", rev = "2e59014c97acd1a1f726a713cbfa99cd76958476", features = [
ironrdp-cliprdr = { git = "https://github.com/Devolutions/IronRDP", rev = "2f57fd2de320f58fe240d88a83519255ba94cb73" }
ironrdp-connector = { git = "https://github.com/Devolutions/IronRDP", rev = "2f57fd2de320f58fe240d88a83519255ba94cb73" }
ironrdp-core = { git = "https://github.com/Devolutions/IronRDP", rev = "2f57fd2de320f58fe240d88a83519255ba94cb73" }
ironrdp-displaycontrol = { git = "https://github.com/Devolutions/IronRDP", rev = "2f57fd2de320f58fe240d88a83519255ba94cb73" }
ironrdp-dvc = { git = "https://github.com/Devolutions/IronRDP", rev = "2f57fd2de320f58fe240d88a83519255ba94cb73" }
ironrdp-graphics = { git = "https://github.com/Devolutions/IronRDP", rev = "2f57fd2de320f58fe240d88a83519255ba94cb73" }
ironrdp-pdu = { git = "https://github.com/Devolutions/IronRDP", rev = "2f57fd2de320f58fe240d88a83519255ba94cb73" }
ironrdp-rdpdr = { git = "https://github.com/Devolutions/IronRDP", rev = "2f57fd2de320f58fe240d88a83519255ba94cb73" }
ironrdp-rdpsnd = { git = "https://github.com/Devolutions/IronRDP", rev = "2f57fd2de320f58fe240d88a83519255ba94cb73" }
ironrdp-session = { git = "https://github.com/Devolutions/IronRDP", rev = "2f57fd2de320f58fe240d88a83519255ba94cb73" }
ironrdp-svc = { git = "https://github.com/Devolutions/IronRDP", rev = "2f57fd2de320f58fe240d88a83519255ba94cb73" }
ironrdp-tls = { git = "https://github.com/Devolutions/IronRDP", rev = "2f57fd2de320f58fe240d88a83519255ba94cb73", features = [
"rustls",
] }
ironrdp-tokio = { git = "https://github.com/Devolutions/IronRDP", rev = "2e59014c97acd1a1f726a713cbfa99cd76958476" }
ironrdp-tokio = { git = "https://github.com/Devolutions/IronRDP", rev = "2f57fd2de320f58fe240d88a83519255ba94cb73" }
9 changes: 5 additions & 4 deletions lib/srv/desktop/rdp/rdpclient/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,16 +32,17 @@ log = "0.4.22"
parking_lot = "0.12.3"
rand = { version = "0.8.5", features = ["getrandom"] }
rand_chacha = "0.3.1"
rsa = "0.9.6"
sspi = { version = "0.14.0", features = ["network_client"] }
rsa = "0.9.7"
sspi = { version = "0.15.0", features = ["network_client"] }
tokio = { version = "1.41", features = ["full"] }
tokio-boring = { git = "https://github.com/gravitational/boring", rev = "99897308abb5976ea05625b8314c24b16eebb01b", optional = true }
utf16string = "0.2.0"
uuid = { version = "1.11.0", features = ["v4"] }
url = "2.5.0"
picky = { version = "7.0.0-rc.11", default-features = false }
picky-asn1-der = "0.5.0"
picky-asn1-x509 = "0.13.0"
picky-asn1-der = "0.5.1"
picky-asn1-x509 = "0.14.1"
picky-krb = "0.9.2"
reqwest = { version = "0.12", default-features = false }
rustls = { version = "0.23.18", default-features = false, features = ["aws-lc-rs"] }

Expand Down

0 comments on commit 53a7bd9

Please sign in to comment.