diff --git a/Cargo.lock b/Cargo.lock index 40d0c60..690d02e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "addr2line" @@ -1046,9 +1046,9 @@ dependencies = [ [[package]] name = "tokio" -version = "1.43.0" +version = "1.44.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3d61fa4ffa3de412bfea335c6ecff681de2b609ba3c77ef3e00e521813a9ed9e" +checksum = "e6b88822cbe49de4185e3a4cbf8321dd487cf5fe0c5c65695fef6346371e9c48" dependencies = [ "backtrace", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 8415ccf..8d429c7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,7 +41,7 @@ rand = { version = "0.8.5", default-features = false, features = ["getrandom"] } rand_core = { version = "0.6.4", default-features = false } rlg = "0.0.5" sha2 = { version = "0.10.8", optional = true } -tokio = { version = "1.43.0", optional = true } +tokio = { version = "1.44.2", optional = true } wasm-bindgen = "0.2.100" zeroize = { version = "1.7.0", features = ["derive"] }