diff --git a/Cargo.lock b/Cargo.lock index 143c336..16b8bee 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1668,9 +1668,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokio" -version = "1.31.0" +version = "1.33.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "40de3a2ba249dcb097e01be5e67a5ff53cf250397715a071a81543e8a832a920" +checksum = "4f38200e3ef7995e5ef13baec2f432a6da0aa9ac495b2c0e8f3b7eec2c92d653" dependencies = [ "backtrace", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 7529d6d..7a9bd7b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ anyhow = "1.0.75" axum = { version = "0.6.20", features = ["tracing"] } clap = { version = "4.3.21", features = ["derive", "env"] } mongodb = { version = "2.7.0", features = ["tracing-unstable"] } -tokio = { version = "1.31.0", features = ["tokio-macros", "rt-multi-thread"] } +tokio = { version = "1.33.0", features = ["tokio-macros", "rt-multi-thread"] } serde = { version = "1.0.183", features = ["derive"] } tracing = "0.1" tracing-subscriber = "0.3"