diff --git a/Cargo.lock b/Cargo.lock index 0c6af77..2ea91d4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1060,9 +1060,9 @@ dependencies = [ [[package]] name = "tokio" -version = "1.51.1" +version = "1.52.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f66bf9585cda4b724d3e78ab34b73fb2bbaba9011b9bfdf69dc836382ea13b8c" +checksum = "a91135f59b1cbf38c91e73cf3386fca9bb77915c45ce2771460c9d92f0f3d776" dependencies = [ "bytes", "libc", diff --git a/Cargo.toml b/Cargo.toml index 6df4cb7..71d8f5c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,4 +9,4 @@ axum-extra = { version = "0.12.5", features = ["async-read-body", "routing", "ty clap = { version = "4.6.0", features = ["derive", "env"] } clap_derive = "4.5.18" reqwest = { version = "0.13.2", features = ["stream"], default-features = false } -tokio = { version = "1.51.1", features = ["full"] } +tokio = { version = "1.52.0", features = ["full"] }