diff --git a/Cargo.lock b/Cargo.lock index 44076fd..462cbb4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1205,9 +1205,9 @@ dependencies = [ [[package]] name = "tokio" -version = "1.35.0" +version = "1.35.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "841d45b238a16291a4e1584e61820b8ae57d696cc5015c459c229ccc6990cc1c" +checksum = "c89b4efa943be685f629b149f53829423f8f5531ea21249408e8e2f8671ec104" dependencies = [ "backtrace", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 9720c20..32cf989 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,4 +19,4 @@ serde_derive = "1" serde = { version = "1.0", features = ["derive"] } whoami = "1" serde_json = "1" -tokio = { version = "1.35.0", features = ["rt-multi-thread","time","macros"] } +tokio = { version = "1.35.1", features = ["rt-multi-thread","time","macros"] }