mirror of
https://gitlab.com/marcandre.lureau/qemu-display.git
synced 2024-12-22 05:35:20 +00:00
Cargo update
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
This commit is contained in:
parent
62b6fb8d0a
commit
31d80e55b5
87
Cargo.lock
generated
87
Cargo.lock
generated
@ -1,6 +1,6 @@
|
||||
# This file is automatically @generated by Cargo.
|
||||
# It is not intended for manual editing.
|
||||
version = 3
|
||||
version = 4
|
||||
|
||||
[[package]]
|
||||
name = "addr2line"
|
||||
@ -679,7 +679,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "cbindgen"
|
||||
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 = [
|
||||
"clap 2.34.0",
|
||||
"heck 0.3.3",
|
||||
@ -2161,23 +2161,21 @@ checksum = "5a611371471e98973dbcab4e0ec66c31a10bc356eeb4d54a0e05eac8158fe38c"
|
||||
[[package]]
|
||||
name = "ironrdp"
|
||||
version = "0.5.0"
|
||||
source = "git+https://github.com/Devolutions/IronRDP#42cc02d6f6118615d2ae6be5b2f43d47dfd8f119"
|
||||
source = "git+https://github.com/Devolutions/IronRDP#3c503cb2d1805a4164b668284e656c07437623b4"
|
||||
dependencies = [
|
||||
"ironrdp-cliprdr",
|
||||
"ironrdp-connector",
|
||||
"ironrdp-core",
|
||||
"ironrdp-displaycontrol",
|
||||
"ironrdp-pdu",
|
||||
"ironrdp-rdpsnd",
|
||||
"ironrdp-server",
|
||||
"ironrdp-session",
|
||||
"ironrdp-svc",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "ironrdp-acceptor"
|
||||
version = "0.1.0"
|
||||
source = "git+https://github.com/Devolutions/IronRDP#42cc02d6f6118615d2ae6be5b2f43d47dfd8f119"
|
||||
source = "git+https://github.com/Devolutions/IronRDP#3c503cb2d1805a4164b668284e656c07437623b4"
|
||||
dependencies = [
|
||||
"ironrdp-async",
|
||||
"ironrdp-connector",
|
||||
@ -2190,7 +2188,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "ironrdp-ainput"
|
||||
version = "0.1.0"
|
||||
source = "git+https://github.com/Devolutions/IronRDP#42cc02d6f6118615d2ae6be5b2f43d47dfd8f119"
|
||||
source = "git+https://github.com/Devolutions/IronRDP#3c503cb2d1805a4164b668284e656c07437623b4"
|
||||
dependencies = [
|
||||
"bitflags 2.6.0",
|
||||
"ironrdp-core",
|
||||
@ -2203,7 +2201,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "ironrdp-async"
|
||||
version = "0.1.0"
|
||||
source = "git+https://github.com/Devolutions/IronRDP#42cc02d6f6118615d2ae6be5b2f43d47dfd8f119"
|
||||
source = "git+https://github.com/Devolutions/IronRDP#3c503cb2d1805a4164b668284e656c07437623b4"
|
||||
dependencies = [
|
||||
"bytes",
|
||||
"ironrdp-connector",
|
||||
@ -2215,7 +2213,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "ironrdp-cliprdr"
|
||||
version = "0.1.0"
|
||||
source = "git+https://github.com/Devolutions/IronRDP#42cc02d6f6118615d2ae6be5b2f43d47dfd8f119"
|
||||
source = "git+https://github.com/Devolutions/IronRDP#3c503cb2d1805a4164b668284e656c07437623b4"
|
||||
dependencies = [
|
||||
"bitflags 2.6.0",
|
||||
"ironrdp-core",
|
||||
@ -2228,7 +2226,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "ironrdp-connector"
|
||||
version = "0.1.0"
|
||||
source = "git+https://github.com/Devolutions/IronRDP#42cc02d6f6118615d2ae6be5b2f43d47dfd8f119"
|
||||
source = "git+https://github.com/Devolutions/IronRDP#3c503cb2d1805a4164b668284e656c07437623b4"
|
||||
dependencies = [
|
||||
"ironrdp-core",
|
||||
"ironrdp-error",
|
||||
@ -2246,7 +2244,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "ironrdp-core"
|
||||
version = "0.1.0"
|
||||
source = "git+https://github.com/Devolutions/IronRDP#42cc02d6f6118615d2ae6be5b2f43d47dfd8f119"
|
||||
source = "git+https://github.com/Devolutions/IronRDP#3c503cb2d1805a4164b668284e656c07437623b4"
|
||||
dependencies = [
|
||||
"ironrdp-error",
|
||||
]
|
||||
@ -2254,7 +2252,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "ironrdp-displaycontrol"
|
||||
version = "0.1.0"
|
||||
source = "git+https://github.com/Devolutions/IronRDP#42cc02d6f6118615d2ae6be5b2f43d47dfd8f119"
|
||||
source = "git+https://github.com/Devolutions/IronRDP#3c503cb2d1805a4164b668284e656c07437623b4"
|
||||
dependencies = [
|
||||
"ironrdp-core",
|
||||
"ironrdp-dvc",
|
||||
@ -2266,7 +2264,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "ironrdp-dvc"
|
||||
version = "0.1.0"
|
||||
source = "git+https://github.com/Devolutions/IronRDP#42cc02d6f6118615d2ae6be5b2f43d47dfd8f119"
|
||||
source = "git+https://github.com/Devolutions/IronRDP#3c503cb2d1805a4164b668284e656c07437623b4"
|
||||
dependencies = [
|
||||
"ironrdp-core",
|
||||
"ironrdp-pdu",
|
||||
@ -2278,12 +2276,12 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "ironrdp-error"
|
||||
version = "0.1.0"
|
||||
source = "git+https://github.com/Devolutions/IronRDP#42cc02d6f6118615d2ae6be5b2f43d47dfd8f119"
|
||||
source = "git+https://github.com/Devolutions/IronRDP#3c503cb2d1805a4164b668284e656c07437623b4"
|
||||
|
||||
[[package]]
|
||||
name = "ironrdp-graphics"
|
||||
version = "0.1.0"
|
||||
source = "git+https://github.com/Devolutions/IronRDP#42cc02d6f6118615d2ae6be5b2f43d47dfd8f119"
|
||||
source = "git+https://github.com/Devolutions/IronRDP#3c503cb2d1805a4164b668284e656c07437623b4"
|
||||
dependencies = [
|
||||
"bit_field",
|
||||
"bitflags 2.6.0",
|
||||
@ -2301,7 +2299,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "ironrdp-pdu"
|
||||
version = "0.1.0"
|
||||
source = "git+https://github.com/Devolutions/IronRDP#42cc02d6f6118615d2ae6be5b2f43d47dfd8f119"
|
||||
source = "git+https://github.com/Devolutions/IronRDP#3c503cb2d1805a4164b668284e656c07437623b4"
|
||||
dependencies = [
|
||||
"bit_field",
|
||||
"bitflags 2.6.0",
|
||||
@ -2324,7 +2322,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "ironrdp-rdpsnd"
|
||||
version = "0.1.0"
|
||||
source = "git+https://github.com/Devolutions/IronRDP#42cc02d6f6118615d2ae6be5b2f43d47dfd8f119"
|
||||
source = "git+https://github.com/Devolutions/IronRDP#3c503cb2d1805a4164b668284e656c07437623b4"
|
||||
dependencies = [
|
||||
"bitflags 2.6.0",
|
||||
"ironrdp-core",
|
||||
@ -2336,7 +2334,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "ironrdp-server"
|
||||
version = "0.1.0"
|
||||
source = "git+https://github.com/Devolutions/IronRDP#42cc02d6f6118615d2ae6be5b2f43d47dfd8f119"
|
||||
source = "git+https://github.com/Devolutions/IronRDP#3c503cb2d1805a4164b668284e656c07437623b4"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"async-trait",
|
||||
@ -2352,31 +2350,17 @@ dependencies = [
|
||||
"ironrdp-rdpsnd",
|
||||
"ironrdp-svc",
|
||||
"ironrdp-tokio",
|
||||
"rustls-pemfile",
|
||||
"tokio",
|
||||
"tokio-rustls",
|
||||
"tracing",
|
||||
]
|
||||
|
||||
[[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",
|
||||
"x509-cert",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "ironrdp-svc"
|
||||
version = "0.1.0"
|
||||
source = "git+https://github.com/Devolutions/IronRDP#42cc02d6f6118615d2ae6be5b2f43d47dfd8f119"
|
||||
source = "git+https://github.com/Devolutions/IronRDP#3c503cb2d1805a4164b668284e656c07437623b4"
|
||||
dependencies = [
|
||||
"bitflags 2.6.0",
|
||||
"ironrdp-core",
|
||||
@ -2386,7 +2370,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "ironrdp-tokio"
|
||||
version = "0.1.0"
|
||||
source = "git+https://github.com/Devolutions/IronRDP#42cc02d6f6118615d2ae6be5b2f43d47dfd8f119"
|
||||
source = "git+https://github.com/Devolutions/IronRDP#3c503cb2d1805a4164b668284e656c07437623b4"
|
||||
dependencies = [
|
||||
"bytes",
|
||||
"ironrdp-async",
|
||||
@ -2541,9 +2525,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "libm"
|
||||
version = "0.2.8"
|
||||
version = "0.2.11"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058"
|
||||
checksum = "8355be11b20d696c8f18f6cc018c4e372165b1fa8126cef092399c9951984ffa"
|
||||
|
||||
[[package]]
|
||||
name = "libusb1-sys"
|
||||
@ -3536,18 +3520,19 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "rdw-keycodemap"
|
||||
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]]
|
||||
name = "rdw4"
|
||||
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 = [
|
||||
"cargo_metadata",
|
||||
"cbindgen",
|
||||
"derivative",
|
||||
"epoxy",
|
||||
"futures",
|
||||
"futures-channel",
|
||||
"futures-util",
|
||||
"gdk4-wayland",
|
||||
"gdk4-win32",
|
||||
"gdk4-x11",
|
||||
@ -3709,9 +3694,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "rustix"
|
||||
version = "0.38.37"
|
||||
version = "0.38.38"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "8acb788b847c24f28525660c4d7758620a7210875711f79e7f663cc152726811"
|
||||
checksum = "aa260229e6538e52293eeb577aabd09945a09d6d9cc0fc550ed7529056c2e32a"
|
||||
dependencies = [
|
||||
"bitflags 2.6.0",
|
||||
"errno",
|
||||
@ -3722,9 +3707,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "rustls"
|
||||
version = "0.23.15"
|
||||
version = "0.23.16"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "5fbb44d7acc4e873d613422379f69f237a1b141928c02f6bc6ccfddddc2d7993"
|
||||
checksum = "eee87ff5d9b36712a58574e12e9f0ea80f915a5b0ac518d322b24a465617925e"
|
||||
dependencies = [
|
||||
"aws-lc-rs",
|
||||
"log 0.4.22",
|
||||
@ -3811,9 +3796,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "serde"
|
||||
version = "1.0.213"
|
||||
version = "1.0.214"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "3ea7893ff5e2466df8d720bb615088341b295f849602c6956047f8f80f0e9bc1"
|
||||
checksum = "f55c3193aca71c12ad7890f1785d2b73e1b9f63a0bbc353c08ef26fe03fc56b5"
|
||||
dependencies = [
|
||||
"serde_derive",
|
||||
]
|
||||
@ -3829,9 +3814,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "serde_derive"
|
||||
version = "1.0.213"
|
||||
version = "1.0.214"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "7e85ad2009c50b58e87caa8cd6dac16bdf511bbfb7af6c33df902396aa480fa5"
|
||||
checksum = "de523f781f095e28fa605cdce0f8307e451cc0fd14e2eb4cd2e98a355b147766"
|
||||
dependencies = [
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
@ -3995,9 +3980,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "sspi"
|
||||
version = "0.14.1"
|
||||
version = "0.14.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "290093d0829ea7c407bb4d4435fb6a156637f9edc10462f754ebd4335c8fe5d0"
|
||||
checksum = "6871ff6392ff24abbfead3b9555a5937474b9470cbdc0ea1ea9cdd2e3de377ed"
|
||||
dependencies = [
|
||||
"async-dnssd",
|
||||
"async-recursion",
|
||||
|
Loading…
Reference in New Issue
Block a user