From 73a8823202d0b3211e8cff74e07b4bc18ca8e0f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 21 Feb 2026 14:03:47 +0000 Subject: [PATCH] chore(deps): update reqwest requirement in /veza-chat-server Updates the requirements on [reqwest](https://github.com/seanmonstar/reqwest) to permit the latest version. - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](https://github.com/seanmonstar/reqwest/compare/v0.11.0...v0.12.28) --- updated-dependencies: - dependency-name: reqwest dependency-version: 0.12.28 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- veza-chat-server/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/veza-chat-server/Cargo.toml b/veza-chat-server/Cargo.toml index c895419da..3455676ad 100644 --- a/veza-chat-server/Cargo.toml +++ b/veza-chat-server/Cargo.toml @@ -153,7 +153,7 @@ lapin = "2.3" # INTÉGRATIONS EXTERNES (OPTIONAL) # ═══════════════════════════════════════════════════════════════════════ lettre = { version = "0.11", features = ["tokio1-native-tls"], optional = true } # Envoi d'emails -reqwest = { version = "0.11", features = ["json", "rustls-tls"], optional = true } # Client HTTP +reqwest = { version = "0.13", features = ["json", "rustls-tls"], optional = true } # Client HTTP webhook = { version = "2.1", optional = true } # Webhooks sortants sysinfo = "0.37.2"