Skip to content

Commit d33bb64

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 ec16a1e commit d33bb64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/Cargo.toml

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

0 commit comments

Comments
 (0)