diff --git a/Cargo.lock b/Cargo.lock index 017254825..1a1103921 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2749,7 +2749,7 @@ dependencies = [ "num-integer", "num-traits", "pkcs1 0.7.5", - "sha1 0.10.6", + "sha1 0.11.0", "tap", "x509-cert", ] diff --git a/crates/ironrdp-pdu/Cargo.toml b/crates/ironrdp-pdu/Cargo.toml index 17ba0dcf4..b84f08db0 100644 --- a/crates/ironrdp-pdu/Cargo.toml +++ b/crates/ironrdp-pdu/Cargo.toml @@ -40,7 +40,7 @@ num-bigint = "0.4" num-derive.workspace = true # TODO: remove num-integer = "0.1" num-traits.workspace = true # TODO: remove -sha1 = "0.10" +sha1 = "0.11" x509-cert = { version = "0.2", default-features = false, features = ["std"] } pkcs1 = "0.7"