diff --git a/Cargo.lock b/Cargo.lock index 70e3ed8ad..5081619f2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1740,9 +1740,9 @@ dependencies = [ [[package]] name = "tokio" -version = "1.39.2" +version = "1.39.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "daa4fb1bc778bd6f04cbfc4bb2d06a7396a8f299dc33ea1900cedaa316f467b1" +checksum = "9babc99b9923bfa4804bd74722ff02c0381021eafa4db9949217e3be8e84fff5" dependencies = [ "backtrace", "pin-project-lite", diff --git a/x509-cert/Cargo.toml b/x509-cert/Cargo.toml index 64197da2c..b0bd6ae4c 100644 --- a/x509-cert/Cargo.toml +++ b/x509-cert/Cargo.toml @@ -36,7 +36,7 @@ p256 = "=0.14.0-pre.1" rstest = "0.22" sha2 = { version = "=0.11.0-pre.4", features = ["oid"] } tempfile = "3.5.0" -tokio = { version = "1.39.2", features = ["macros", "rt"] } +tokio = { version = "1.39.3", features = ["macros", "rt"] } x509-cert-test-support = { path = "./test-support" } [features]