diff --git a/auctioning_platform/webapp/Cargo.toml b/auctioning_platform/webapp/Cargo.toml index 03dc14b..ca2aeeb 100644 --- a/auctioning_platform/webapp/Cargo.toml +++ b/auctioning_platform/webapp/Cargo.toml @@ -7,5 +7,5 @@ edition = "2021" [dependencies] axum = { version = "0.7", default-features = false, features = ["tokio"] } -reqwest = { version = "0.11.16", default-features = false } +reqwest = { version = "0.11.26", default-features = false } tokio = { version = "1", default-features = false, features = ["macros", "rt-multi-thread"] }