diff --git a/Cargo.lock b/Cargo.lock index 74b9139..6e9b70e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1060,9 +1060,9 @@ dependencies = [ [[package]] name = "tokio" -version = "1.49.0" +version = "1.50.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "72a2903cd7736441aac9df9d7688bd0ce48edccaadf181c3b90be801e81d3d86" +checksum = "27ad5e34374e03cfffefc301becb44e9dc3c17584f414349ebe29ed26661822d" dependencies = [ "bytes", "libc", diff --git a/Cargo.toml b/Cargo.toml index 2a87019..49a5a0d 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.5.60", features = ["derive", "env"] } clap_derive = "4.5.18" reqwest = { version = "0.13.2", features = ["stream"], default-features = false } -tokio = { version = "1.49.0", features = ["full"] } +tokio = { version = "1.50.0", features = ["full"] }