Skip to content

Commit e8b5758

Browse files
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](seanmonstar/reqwest@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] <support@github.com>
1 parent 626c3ae commit e8b5758

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ libtest-mimic = "0.8"
314314
log = { workspace = true }
315315
logforth = { workspace = true }
316316
rand = { workspace = true }
317-
reqwest = "0.12.24"
317+
reqwest = "0.13.2"
318318
sha2 = { workspace = true }
319319
size = "0.5"
320320
tokio = { workspace = true, features = ["fs", "macros", "rt-multi-thread"] }

0 commit comments

Comments
 (0)