diff --git a/Cargo.lock b/Cargo.lock index f2f1a297..4d7288f8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2892,9 +2892,9 @@ checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c" [[package]] name = "tokio" -version = "1.35.0" +version = "1.36.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "841d45b238a16291a4e1584e61820b8ae57d696cc5015c459c229ccc6990cc1c" +checksum = "61285f6515fa018fb2d1e46eb21223fff441ee8db5d0f1435e8ab4f5cdb80931" dependencies = [ "backtrace", "bytes 1.1.0", diff --git a/Cargo.toml b/Cargo.toml index 30f2b695..3749765c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,4 +22,4 @@ serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" strum = { version = "0.24", features = ["derive"] } test-case = "3.2" -tokio = { version = "1.35", features = ["macros", "rt", "rt-multi-thread"] } +tokio = { version = "1.36", features = ["macros", "rt", "rt-multi-thread"] }