Skip to content

Commit ebd7f09

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 43df236 commit ebd7f09

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
@@ -107,7 +107,7 @@ hyper = { version = "1.8", default-features = false }
107107
keycloak = "26.4.0"
108108
native-tls = { version = "0.2", default-features = false }
109109
oauth2 = { version = "5", default-features = false }
110-
reqwest = { version = "0.12", default-features = false, features = [
110+
reqwest = { version = "0.13", default-features = false, features = [
111111
"native-tls",
112112
] }
113113
testcontainers = { version = "0.27", features = ["reusable-containers"] }

0 commit comments

Comments
 (0)