Skip to content

Commit 6d044e3

Browse files
build(deps): bump reqwest from 0.12.26 to 0.12.28
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.12.26 to 0.12.28. - [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.12.28) --- updated-dependencies: - dependency-name: reqwest dependency-version: 0.12.28 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 39a1698 commit 6d044e3

File tree

2 files changed

+40
-9
lines changed

2 files changed

+40
-9
lines changed

Cargo.lock

Lines changed: 39 additions & 8 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 @@ hyper = { version = "1.8", default-features = false }
113113
keycloak = "26.4.0"
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.26", features = ["reusable-containers"] }

0 commit comments

Comments
 (0)