diff --git a/Cargo.lock b/Cargo.lock index 9387a8a..33bd71a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -768,9 +768,9 @@ dependencies = [ [[package]] name = "tokio" -version = "1.50.0" +version = "1.51.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "27ad5e34374e03cfffefc301becb44e9dc3c17584f414349ebe29ed26661822d" +checksum = "f66bf9585cda4b724d3e78ab34b73fb2bbaba9011b9bfdf69dc836382ea13b8c" dependencies = [ "bytes", "pin-project-lite", diff --git a/Cargo.toml b/Cargo.toml index 423d80c..f8552fa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ futures = "0.3.32" wasm-bindgen-futures = "0.4.64" js-sys = "0.3.91" -tokio = { version = "1.50.0", features = ["io-util", "sync"], default-features = false } +tokio = { version = "1.51.1", features = ["io-util", "sync"], default-features = false } regex = "1.12.3" getrandom = { version = "0.4", features = ["wasm_js"] } sha2 = "0.11.0"