diff --git a/Cargo.lock b/Cargo.lock index a0c0967..7538937 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -216,9 +216,9 @@ dependencies = [ [[package]] name = "tokio" -version = "1.36.0" +version = "1.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "61285f6515fa018fb2d1e46eb21223fff441ee8db5d0f1435e8ab4f5cdb80931" +checksum = "1adbebffeca75fcfd058afa480fb6c0b81e165a0323f9c9d39c9697e37c46787" dependencies = [ "backtrace", "num_cpus", diff --git a/Cargo.toml b/Cargo.toml index c8bdb30..3a7b913 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,4 +11,4 @@ serde = {version = "1.0.197", features = ["derive"]} [dev-dependencies] derive_more = "0.99.17" -tokio = { version = "1.36.0", features = ["rt", "rt-multi-thread", "macros"] } +tokio = { version = "1.37.0", features = ["rt", "rt-multi-thread", "macros"] }