From d33bb64e108d8cd4fe35b1c0603f3f667cb06ff7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 00:15:10 +0000 Subject: [PATCH] chore(deps): update reqwest requirement in /integrations/dav-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.12.24...v0.12.28) --- updated-dependencies: - dependency-name: reqwest dependency-version: 0.12.28 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- core/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/Cargo.toml b/core/Cargo.toml index b64fdbe08ee3..f0bddf89b295 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -313,7 +313,7 @@ libtest-mimic = "0.8" log = { workspace = true } logforth = { workspace = true } rand = { workspace = true } -reqwest = "0.12.24" +reqwest = "0.13.2" sha2 = { workspace = true } size = "0.5" tokio = { workspace = true, features = ["fs", "macros", "rt-multi-thread"] }