Skip to content

Commit 237393d

Browse files
chore: Bump reqwest from 0.12.18 to 0.12.19 (#23)
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.12.18 to 0.12.19. - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](seanmonstar/reqwest@v0.12.18...v0.12.19) --- updated-dependencies: - dependency-name: reqwest dependency-version: 0.12.19 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>
1 parent 61dea96 commit 237393d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 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
@@ -19,7 +19,7 @@ cloudevents-sdk = { version = "0.8.0", features = ["reqwest"], optional = true }
1919
futures = "0.3.31"
2020
futures-util = "0.3.31"
2121
jsonschema = "0.30.0"
22-
reqwest = { version = "0.12.18", features = ["json", "stream"] }
22+
reqwest = { version = "0.12.19", features = ["json", "stream"] }
2323
serde = { version = "1.0.219", features = ["derive"] }
2424
serde_json = "1.0.140"
2525
testcontainers = { version = "0.24.0", features = [

0 commit comments

Comments
 (0)