diff --git a/Cargo.toml b/Cargo.toml index c3f8006..168f89f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "textsender_api" version = "0.2.3" edition = "2024" -rust-version = "1.96.1" +rust-version = "1.97" [dependencies] axum = { version = "0.8.9", features = ["multipart"] }