Skip to content

Commit b418f88

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 2eb04bd commit b418f88

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
@@ -111,7 +111,7 @@ keycloak = { version = "26.5.200", default-features = false, features = [
111111
] }
112112
native-tls = { version = "0.2", default-features = false }
113113
oauth2 = { version = "5", default-features = false }
114-
reqwest = { version = "0.12", default-features = false, features = [
114+
reqwest = { version = "0.13", default-features = false, features = [
115115
"native-tls",
116116
] }
117117
testcontainers = { version = "0.27", features = ["reusable-containers"] }

0 commit comments

Comments
 (0)