diff --git a/Cargo.toml b/Cargo.toml index 9cf368d..053ae33 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ edition = "2024" rust-version = "1.86" [dependencies] -tokio = { version = "1.44.1", features = ["full"] } +tokio = { version = "1.45.1", features = ["full"] } futures = { version = "0.3.31" } reqwest = { version = "0.12.19", features = ["json", "stream", "multipart"] } serde = { version = "1.0.218", features = ["derive"] }