diff --git a/Cargo.lock b/Cargo.lock index af50a101b7d44..b1fdb0a13adf4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1224,7 +1224,7 @@ dependencies = [ "rand 0.8.5", "rand_chacha 0.3.1", "rdp-rs", - "rsa 0.9.0", + "rsa 0.9.1", "tempfile", "utf16string", "uuid", @@ -1318,9 +1318,9 @@ dependencies = [ [[package]] name = "rsa" -version = "0.9.0" +version = "0.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3dd2017d3e6d67384f301f8b06fbf4567afc576430a61624d845eb04d2b30a72" +checksum = "72f1471dbb4be5de45050e8ef7040625298ccb9efe941419ac2697088715925f" dependencies = [ "byteorder", "const-oid 0.9.2", diff --git a/lib/srv/desktop/rdp/rdpclient/Cargo.toml b/lib/srv/desktop/rdp/rdpclient/Cargo.toml index 8e33aedf2ef6f..10d4e6233d4ba 100644 --- a/lib/srv/desktop/rdp/rdpclient/Cargo.toml +++ b/lib/srv/desktop/rdp/rdpclient/Cargo.toml @@ -19,7 +19,7 @@ num-derive = "0.3.3" num-traits = "0.2.15" rand = { version = "0.8.5", features = ["getrandom"] } rand_chacha = "0.3.1" -rsa = "0.9.0" +rsa = "0.9.1" rdp-rs = { git = "https://github.com/gravitational/rdp-rs", rev = "75eb6a30b83e7152ee6213964b5ac6e783304840" } uuid = { version = "1.3.2", features = ["v4"] } utf16string = "0.2.0"