Skip to content

Commit c3eb757

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 45e0c44 commit c3eb757

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

0 commit comments

Comments
 (0)