diff --git a/springtime-web-axum/Cargo.toml b/springtime-web-axum/Cargo.toml index 78660e2..7d08bc9 100644 --- a/springtime-web-axum/Cargo.toml +++ b/springtime-web-axum/Cargo.toml @@ -33,5 +33,5 @@ tracing = "0.1.41" mockall = "0.14.0" once_cell = "1.20.2" portpicker = "0.1.1" -reqwest = "0.12.12" +reqwest = "0.13.1" tower-http = { version = "0.6.2", features = ["validate-request", "compression-gzip", "auth"] }