Skip to content

Commit 3a9d714

Browse files
build(deps): bump reqwest from 0.12.26 to 0.13.2
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.12.26 to 0.13.2. - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](seanmonstar/reqwest@v0.12.26...v0.13.2) --- updated-dependencies: - dependency-name: reqwest dependency-version: 0.13.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8ed32b6 commit 3a9d714

File tree

2 files changed

+38
-7
lines changed

2 files changed

+38
-7
lines changed

Cargo.lock

Lines changed: 37 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ keycloak = { version = "26.5.200", default-features = false, features = [
113113
] }
114114
native-tls = { version = "0.2", default-features = false }
115115
oauth2 = { version = "5", default-features = false }
116-
reqwest = { version = "0.12", default-features = false, features = [
116+
reqwest = { version = "0.13", default-features = false, features = [
117117
"native-tls",
118118
] }
119119
testcontainers = { version = "0.27", features = ["reusable-containers"] }

0 commit comments

Comments
 (0)