diff --git a/Cargo.lock b/Cargo.lock index 75e1e998..2b09391d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1723,9 +1723,9 @@ dependencies = [ [[package]] name = "tokio" -version = "1.41.0" +version = "1.41.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "145f3413504347a2be84393cc8a7d2fb4d863b375909ea59f2158261aa258bbb" +checksum = "22cfb5bee7a6a52939ca9224d6ac897bb669134078daa8735560897f69de4d33" dependencies = [ "backtrace", "pin-project-lite", @@ -1865,7 +1865,7 @@ version = "0.1.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb" dependencies = [ - "windows-sys 0.48.0", + "windows-sys 0.59.0", ] [[package]] diff --git a/cms/Cargo.toml b/cms/Cargo.toml index 2ff03227..3bfdbadd 100644 --- a/cms/Cargo.toml +++ b/cms/Cargo.toml @@ -41,7 +41,7 @@ rand = "0.8.5" rsa = { version = "=0.10.0-pre.3", features = ["sha2"] } ecdsa = { version = "=0.17.0-pre.9", features = ["digest", "pem"] } p256 = "=0.14.0-pre.2" -tokio = { version = "1.41.0", features = ["macros", "rt"] } +tokio = { version = "1.41.1", features = ["macros", "rt"] } x509-cert = { version = "=0.3.0-pre.0", features = ["pem"] } [features] diff --git a/x509-cert/Cargo.toml b/x509-cert/Cargo.toml index cab147c9..4bd2de1c 100644 --- a/x509-cert/Cargo.toml +++ b/x509-cert/Cargo.toml @@ -36,7 +36,7 @@ p256 = "=0.14.0-pre.2" rstest = "0.23" sha2 = { version = "=0.11.0-pre.4", features = ["oid"] } tempfile = "3.5.0" -tokio = { version = "1.41.0", features = ["macros", "rt"] } +tokio = { version = "1.41.1", features = ["macros", "rt"] } x509-cert-test-support = { path = "./test-support" } [features]