diff --git a/back-end/bin/malbox-cli/Cargo.toml b/back-end/bin/malbox-cli/Cargo.toml index c08c9ab..4b17480 100644 --- a/back-end/bin/malbox-cli/Cargo.toml +++ b/back-end/bin/malbox-cli/Cargo.toml @@ -22,7 +22,7 @@ serde_json = "1.0.137" console = "0.16.2" byte-unit = "5.1.6" time.workspace = true -reqwest = { version = "0.12", features = ["json", "multipart"] } +reqwest = { version = "0.13", features = ["json", "multipart"] } [dev-dependencies] wiremock = "0.6"