diff --git a/Cargo.lock b/Cargo.lock index 4dab4b2..eaace62 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1040,9 +1040,9 @@ dependencies = [ [[package]] name = "tokio" -version = "1.40.0" +version = "1.41.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e2b070231665d27ad9ec9b8df639893f46727666c6767db40317fbe920a5d998" +checksum = "145f3413504347a2be84393cc8a7d2fb4d863b375909ea59f2158261aa258bbb" dependencies = [ "backtrace", "bytes", diff --git a/Cargo.toml b/Cargo.toml index f3538ff..bffb1b7 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.40.0", optional = true } +tokio = { version = "1.41.0", optional = true } wasm-bindgen = "0.2.95" zeroize = { version = "1.7.0", features = ["derive"] }