diff --git a/Cargo.lock b/Cargo.lock index db908c9..fa0faca 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1709,9 +1709,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokio" -version = "1.51.0" +version = "1.52.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2bd1c4c0fc4a7ab90fc15ef6daaa3ec3b893f004f915f2392557ed23237820cd" +checksum = "b67dee974fe86fd92cc45b7a95fdd2f99a36a6d7b0d431a231178d3d670bbcc6" dependencies = [ "bytes", "libc", diff --git a/sectxtbin/Cargo.toml b/sectxtbin/Cargo.toml index 4467fb1..5b49d46 100644 --- a/sectxtbin/Cargo.toml +++ b/sectxtbin/Cargo.toml @@ -23,5 +23,5 @@ url = "2.5.8" valuable = "0.1.1" [dependencies.tokio] -version = "1.51.0" +version = "1.52.1" features = ["rt-multi-thread", "macros"]