diff --git a/Cargo.lock b/Cargo.lock index a7a0dae..c63eca2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -857,9 +857,9 @@ checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160" [[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 407c481..9bfc925 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,6 +14,6 @@ rstest = "0.18.2" rstest_reuse = "0.6.0" serde = { version = "1.0.145", features = ["derive"] } serde_json = "1.0.85" -tokio = { version = "1.35.0", features = ["full"] } +tokio = { version = "1.35.1", features = ["full"] } tower = "0.4.13" uuid = { version = "1.1.2", features = ["v4", "serde"] }