diff --git a/Cargo.lock b/Cargo.lock index 8d7977c..ddae92f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2316,9 +2316,9 @@ checksum = "b130bd8a58c163224b44e217b4239ca7b927d82bf6cc2fea1fc561d15056e3f7" [[package]] name = "tokio" -version = "1.35.1" +version = "1.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c89b4efa943be685f629b149f53829423f8f5531ea21249408e8e2f8671ec104" +checksum = "1adbebffeca75fcfd058afa480fb6c0b81e165a0323f9c9d39c9697e37c46787" dependencies = [ "backtrace", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 8153337..eab4454 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ anyhow = "1.0.79" juniper = "0.15.12" urlencoding = "2.1.3" -tokio = { version = "1.35.1", features = ["macros", "rt-multi-thread"] } +tokio = { version = "1.37.0", features = ["macros", "rt-multi-thread"] } serde = { version = "1.0.196", features = ["derive"] } serde_json = { version = "*" } clap = { version = "4.4.18", features = ["derive"] }