diff --git a/Cargo.lock b/Cargo.lock index 7188b4f5..be7b52d2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2524,9 +2524,9 @@ dependencies = [ [[package]] name = "tokio" -version = "1.52.3" +version = "1.53.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8fc7f01b389ac15039e4dc9531aa973a135d7a4135281b12d7c1bc79fd57fffe" +checksum = "d988bcd52dbe076d3d46903332f58c912b87a2c49b1428419a5845154762ffee" dependencies = [ "bytes", "libc", @@ -2742,7 +2742,7 @@ version = "0.1.11" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22" dependencies = [ - "windows-sys 0.61.2", + "windows-sys 0.48.0", ] [[package]] diff --git a/supply-chain/config.toml b/supply-chain/config.toml index 343d9a8a..7342dcc6 100644 --- a/supply-chain/config.toml +++ b/supply-chain/config.toml @@ -746,7 +746,7 @@ version = "2.0.17" criteria = "safe-to-deploy" [[exemptions.tokio]] -version = "1.52.3" +version = "1.53.0" criteria = "safe-to-deploy" [[exemptions.tokio-macros]]