Cargo update

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
This commit is contained in:
Marc-André Lureau 2024-10-29 23:28:38 +04:00
parent 62b6fb8d0a
commit 31d80e55b5

87
Cargo.lock generated
View File

@ -1,6 +1,6 @@
# This file is automatically @generated by Cargo. # This file is automatically @generated by Cargo.
# It is not intended for manual editing. # It is not intended for manual editing.
version = 3 version = 4
[[package]] [[package]]
name = "addr2line" name = "addr2line"
@ -679,7 +679,7 @@ dependencies = [
[[package]] [[package]]
name = "cbindgen" name = "cbindgen"
version = "0.20.0" version = "0.20.0"
source = "git+https://gitlab.gnome.org/malureau/rdw.git#02d61301aab1c6c95ea2c8dcf04c14581756b492" source = "git+https://gitlab.gnome.org/malureau/rdw.git#8021d094084a8a1605ffbddbe6819dc3684c0939"
dependencies = [ dependencies = [
"clap 2.34.0", "clap 2.34.0",
"heck 0.3.3", "heck 0.3.3",
@ -2161,23 +2161,21 @@ checksum = "5a611371471e98973dbcab4e0ec66c31a10bc356eeb4d54a0e05eac8158fe38c"
[[package]] [[package]]
name = "ironrdp" name = "ironrdp"
version = "0.5.0" version = "0.5.0"
source = "git+https://github.com/Devolutions/IronRDP#42cc02d6f6118615d2ae6be5b2f43d47dfd8f119" source = "git+https://github.com/Devolutions/IronRDP#3c503cb2d1805a4164b668284e656c07437623b4"
dependencies = [ dependencies = [
"ironrdp-cliprdr", "ironrdp-cliprdr",
"ironrdp-connector",
"ironrdp-core", "ironrdp-core",
"ironrdp-displaycontrol", "ironrdp-displaycontrol",
"ironrdp-pdu", "ironrdp-pdu",
"ironrdp-rdpsnd", "ironrdp-rdpsnd",
"ironrdp-server", "ironrdp-server",
"ironrdp-session",
"ironrdp-svc", "ironrdp-svc",
] ]
[[package]] [[package]]
name = "ironrdp-acceptor" name = "ironrdp-acceptor"
version = "0.1.0" version = "0.1.0"
source = "git+https://github.com/Devolutions/IronRDP#42cc02d6f6118615d2ae6be5b2f43d47dfd8f119" source = "git+https://github.com/Devolutions/IronRDP#3c503cb2d1805a4164b668284e656c07437623b4"
dependencies = [ dependencies = [
"ironrdp-async", "ironrdp-async",
"ironrdp-connector", "ironrdp-connector",
@ -2190,7 +2188,7 @@ dependencies = [
[[package]] [[package]]
name = "ironrdp-ainput" name = "ironrdp-ainput"
version = "0.1.0" version = "0.1.0"
source = "git+https://github.com/Devolutions/IronRDP#42cc02d6f6118615d2ae6be5b2f43d47dfd8f119" source = "git+https://github.com/Devolutions/IronRDP#3c503cb2d1805a4164b668284e656c07437623b4"
dependencies = [ dependencies = [
"bitflags 2.6.0", "bitflags 2.6.0",
"ironrdp-core", "ironrdp-core",
@ -2203,7 +2201,7 @@ dependencies = [
[[package]] [[package]]
name = "ironrdp-async" name = "ironrdp-async"
version = "0.1.0" version = "0.1.0"
source = "git+https://github.com/Devolutions/IronRDP#42cc02d6f6118615d2ae6be5b2f43d47dfd8f119" source = "git+https://github.com/Devolutions/IronRDP#3c503cb2d1805a4164b668284e656c07437623b4"
dependencies = [ dependencies = [
"bytes", "bytes",
"ironrdp-connector", "ironrdp-connector",
@ -2215,7 +2213,7 @@ dependencies = [
[[package]] [[package]]
name = "ironrdp-cliprdr" name = "ironrdp-cliprdr"
version = "0.1.0" version = "0.1.0"
source = "git+https://github.com/Devolutions/IronRDP#42cc02d6f6118615d2ae6be5b2f43d47dfd8f119" source = "git+https://github.com/Devolutions/IronRDP#3c503cb2d1805a4164b668284e656c07437623b4"
dependencies = [ dependencies = [
"bitflags 2.6.0", "bitflags 2.6.0",
"ironrdp-core", "ironrdp-core",
@ -2228,7 +2226,7 @@ dependencies = [
[[package]] [[package]]
name = "ironrdp-connector" name = "ironrdp-connector"
version = "0.1.0" version = "0.1.0"
source = "git+https://github.com/Devolutions/IronRDP#42cc02d6f6118615d2ae6be5b2f43d47dfd8f119" source = "git+https://github.com/Devolutions/IronRDP#3c503cb2d1805a4164b668284e656c07437623b4"
dependencies = [ dependencies = [
"ironrdp-core", "ironrdp-core",
"ironrdp-error", "ironrdp-error",
@ -2246,7 +2244,7 @@ dependencies = [
[[package]] [[package]]
name = "ironrdp-core" name = "ironrdp-core"
version = "0.1.0" version = "0.1.0"
source = "git+https://github.com/Devolutions/IronRDP#42cc02d6f6118615d2ae6be5b2f43d47dfd8f119" source = "git+https://github.com/Devolutions/IronRDP#3c503cb2d1805a4164b668284e656c07437623b4"
dependencies = [ dependencies = [
"ironrdp-error", "ironrdp-error",
] ]
@ -2254,7 +2252,7 @@ dependencies = [
[[package]] [[package]]
name = "ironrdp-displaycontrol" name = "ironrdp-displaycontrol"
version = "0.1.0" version = "0.1.0"
source = "git+https://github.com/Devolutions/IronRDP#42cc02d6f6118615d2ae6be5b2f43d47dfd8f119" source = "git+https://github.com/Devolutions/IronRDP#3c503cb2d1805a4164b668284e656c07437623b4"
dependencies = [ dependencies = [
"ironrdp-core", "ironrdp-core",
"ironrdp-dvc", "ironrdp-dvc",
@ -2266,7 +2264,7 @@ dependencies = [
[[package]] [[package]]
name = "ironrdp-dvc" name = "ironrdp-dvc"
version = "0.1.0" version = "0.1.0"
source = "git+https://github.com/Devolutions/IronRDP#42cc02d6f6118615d2ae6be5b2f43d47dfd8f119" source = "git+https://github.com/Devolutions/IronRDP#3c503cb2d1805a4164b668284e656c07437623b4"
dependencies = [ dependencies = [
"ironrdp-core", "ironrdp-core",
"ironrdp-pdu", "ironrdp-pdu",
@ -2278,12 +2276,12 @@ dependencies = [
[[package]] [[package]]
name = "ironrdp-error" name = "ironrdp-error"
version = "0.1.0" version = "0.1.0"
source = "git+https://github.com/Devolutions/IronRDP#42cc02d6f6118615d2ae6be5b2f43d47dfd8f119" source = "git+https://github.com/Devolutions/IronRDP#3c503cb2d1805a4164b668284e656c07437623b4"
[[package]] [[package]]
name = "ironrdp-graphics" name = "ironrdp-graphics"
version = "0.1.0" version = "0.1.0"
source = "git+https://github.com/Devolutions/IronRDP#42cc02d6f6118615d2ae6be5b2f43d47dfd8f119" source = "git+https://github.com/Devolutions/IronRDP#3c503cb2d1805a4164b668284e656c07437623b4"
dependencies = [ dependencies = [
"bit_field", "bit_field",
"bitflags 2.6.0", "bitflags 2.6.0",
@ -2301,7 +2299,7 @@ dependencies = [
[[package]] [[package]]
name = "ironrdp-pdu" name = "ironrdp-pdu"
version = "0.1.0" version = "0.1.0"
source = "git+https://github.com/Devolutions/IronRDP#42cc02d6f6118615d2ae6be5b2f43d47dfd8f119" source = "git+https://github.com/Devolutions/IronRDP#3c503cb2d1805a4164b668284e656c07437623b4"
dependencies = [ dependencies = [
"bit_field", "bit_field",
"bitflags 2.6.0", "bitflags 2.6.0",
@ -2324,7 +2322,7 @@ dependencies = [
[[package]] [[package]]
name = "ironrdp-rdpsnd" name = "ironrdp-rdpsnd"
version = "0.1.0" version = "0.1.0"
source = "git+https://github.com/Devolutions/IronRDP#42cc02d6f6118615d2ae6be5b2f43d47dfd8f119" source = "git+https://github.com/Devolutions/IronRDP#3c503cb2d1805a4164b668284e656c07437623b4"
dependencies = [ dependencies = [
"bitflags 2.6.0", "bitflags 2.6.0",
"ironrdp-core", "ironrdp-core",
@ -2336,7 +2334,7 @@ dependencies = [
[[package]] [[package]]
name = "ironrdp-server" name = "ironrdp-server"
version = "0.1.0" version = "0.1.0"
source = "git+https://github.com/Devolutions/IronRDP#42cc02d6f6118615d2ae6be5b2f43d47dfd8f119" source = "git+https://github.com/Devolutions/IronRDP#3c503cb2d1805a4164b668284e656c07437623b4"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"async-trait", "async-trait",
@ -2352,31 +2350,17 @@ dependencies = [
"ironrdp-rdpsnd", "ironrdp-rdpsnd",
"ironrdp-svc", "ironrdp-svc",
"ironrdp-tokio", "ironrdp-tokio",
"rustls-pemfile",
"tokio", "tokio",
"tokio-rustls", "tokio-rustls",
"tracing", "tracing",
] "x509-cert",
[[package]]
name = "ironrdp-session"
version = "0.1.0"
source = "git+https://github.com/Devolutions/IronRDP#42cc02d6f6118615d2ae6be5b2f43d47dfd8f119"
dependencies = [
"ironrdp-connector",
"ironrdp-core",
"ironrdp-displaycontrol",
"ironrdp-dvc",
"ironrdp-error",
"ironrdp-graphics",
"ironrdp-pdu",
"ironrdp-svc",
"tracing",
] ]
[[package]] [[package]]
name = "ironrdp-svc" name = "ironrdp-svc"
version = "0.1.0" version = "0.1.0"
source = "git+https://github.com/Devolutions/IronRDP#42cc02d6f6118615d2ae6be5b2f43d47dfd8f119" source = "git+https://github.com/Devolutions/IronRDP#3c503cb2d1805a4164b668284e656c07437623b4"
dependencies = [ dependencies = [
"bitflags 2.6.0", "bitflags 2.6.0",
"ironrdp-core", "ironrdp-core",
@ -2386,7 +2370,7 @@ dependencies = [
[[package]] [[package]]
name = "ironrdp-tokio" name = "ironrdp-tokio"
version = "0.1.0" version = "0.1.0"
source = "git+https://github.com/Devolutions/IronRDP#42cc02d6f6118615d2ae6be5b2f43d47dfd8f119" source = "git+https://github.com/Devolutions/IronRDP#3c503cb2d1805a4164b668284e656c07437623b4"
dependencies = [ dependencies = [
"bytes", "bytes",
"ironrdp-async", "ironrdp-async",
@ -2541,9 +2525,9 @@ dependencies = [
[[package]] [[package]]
name = "libm" name = "libm"
version = "0.2.8" version = "0.2.11"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058" checksum = "8355be11b20d696c8f18f6cc018c4e372165b1fa8126cef092399c9951984ffa"
[[package]] [[package]]
name = "libusb1-sys" name = "libusb1-sys"
@ -3536,18 +3520,19 @@ dependencies = [
[[package]] [[package]]
name = "rdw-keycodemap" name = "rdw-keycodemap"
version = "0.1.0" version = "0.1.0"
source = "git+https://gitlab.gnome.org/malureau/rdw.git#02d61301aab1c6c95ea2c8dcf04c14581756b492" source = "git+https://gitlab.gnome.org/malureau/rdw.git#8021d094084a8a1605ffbddbe6819dc3684c0939"
[[package]] [[package]]
name = "rdw4" name = "rdw4"
version = "0.1.0" version = "0.1.0"
source = "git+https://gitlab.gnome.org/malureau/rdw.git#02d61301aab1c6c95ea2c8dcf04c14581756b492" source = "git+https://gitlab.gnome.org/malureau/rdw.git#8021d094084a8a1605ffbddbe6819dc3684c0939"
dependencies = [ dependencies = [
"cargo_metadata", "cargo_metadata",
"cbindgen", "cbindgen",
"derivative", "derivative",
"epoxy", "epoxy",
"futures", "futures-channel",
"futures-util",
"gdk4-wayland", "gdk4-wayland",
"gdk4-win32", "gdk4-win32",
"gdk4-x11", "gdk4-x11",
@ -3709,9 +3694,9 @@ dependencies = [
[[package]] [[package]]
name = "rustix" name = "rustix"
version = "0.38.37" version = "0.38.38"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8acb788b847c24f28525660c4d7758620a7210875711f79e7f663cc152726811" checksum = "aa260229e6538e52293eeb577aabd09945a09d6d9cc0fc550ed7529056c2e32a"
dependencies = [ dependencies = [
"bitflags 2.6.0", "bitflags 2.6.0",
"errno", "errno",
@ -3722,9 +3707,9 @@ dependencies = [
[[package]] [[package]]
name = "rustls" name = "rustls"
version = "0.23.15" version = "0.23.16"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5fbb44d7acc4e873d613422379f69f237a1b141928c02f6bc6ccfddddc2d7993" checksum = "eee87ff5d9b36712a58574e12e9f0ea80f915a5b0ac518d322b24a465617925e"
dependencies = [ dependencies = [
"aws-lc-rs", "aws-lc-rs",
"log 0.4.22", "log 0.4.22",
@ -3811,9 +3796,9 @@ dependencies = [
[[package]] [[package]]
name = "serde" name = "serde"
version = "1.0.213" version = "1.0.214"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3ea7893ff5e2466df8d720bb615088341b295f849602c6956047f8f80f0e9bc1" checksum = "f55c3193aca71c12ad7890f1785d2b73e1b9f63a0bbc353c08ef26fe03fc56b5"
dependencies = [ dependencies = [
"serde_derive", "serde_derive",
] ]
@ -3829,9 +3814,9 @@ dependencies = [
[[package]] [[package]]
name = "serde_derive" name = "serde_derive"
version = "1.0.213" version = "1.0.214"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7e85ad2009c50b58e87caa8cd6dac16bdf511bbfb7af6c33df902396aa480fa5" checksum = "de523f781f095e28fa605cdce0f8307e451cc0fd14e2eb4cd2e98a355b147766"
dependencies = [ dependencies = [
"proc-macro2", "proc-macro2",
"quote", "quote",
@ -3995,9 +3980,9 @@ dependencies = [
[[package]] [[package]]
name = "sspi" name = "sspi"
version = "0.14.1" version = "0.14.2"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "290093d0829ea7c407bb4d4435fb6a156637f9edc10462f754ebd4335c8fe5d0" checksum = "6871ff6392ff24abbfead3b9555a5937474b9470cbdc0ea1ea9cdd2e3de377ed"
dependencies = [ dependencies = [
"async-dnssd", "async-dnssd",
"async-recursion", "async-recursion",