diff --git a/Cargo.lock b/Cargo.lock index 4427636..bc499c6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2173,9 +2173,9 @@ checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c" [[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/progenitor/Cargo.toml b/progenitor/Cargo.toml index 6e36f3f..7c34712 100644 --- a/progenitor/Cargo.toml +++ b/progenitor/Cargo.toml @@ -26,4 +26,4 @@ reqwest = { version = "0.11.22", features = ["json", "stream"] } schemars = { version = "0.8.16", features = ["uuid1"] } serde = { version = "1.0", features = ["derive"] } uuid = { version = "1.6", features = ["serde", "v4"] } -tokio = "1.35.0" +tokio = "1.35.1"