Skip to content

Commit 2849f1c

Browse files
chore: Bump reqwest from 0.12.15 to 0.12.18 (#17)
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.12.15 to 0.12.18. - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](seanmonstar/reqwest@v0.12.15...v0.12.18) --- updated-dependencies: - dependency-name: reqwest dependency-version: 0.12.18 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Kuro <[email protected]>
1 parent b5c163a commit 2849f1c

File tree

2 files changed

+41
-9
lines changed

2 files changed

+41
-9
lines changed

Cargo.lock

Lines changed: 40 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
@@ -14,7 +14,7 @@ cloudevents-sdk = { version = "0.8.0", features = ["reqwest"], optional = true }
1414
futures = "0.3.31"
1515
futures-util = "0.3.31"
1616
jsonschema = "0.30.0"
17-
reqwest = { version = "0.12.15", features = ["json", "stream"] }
17+
reqwest = { version = "0.12.18", features = ["json", "stream"] }
1818
serde = { version = "1.0.219", features = ["derive"] }
1919
serde_json = "1.0.140"
2020
testcontainers = { version = "0.24.0", features = [

0 commit comments

Comments
 (0)