Skip to content

Commit

Permalink
build(deps): bump reqwest from 0.12.9 to 0.12.11
Browse files Browse the repository at this point in the history
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.12.9 to 0.12.11.
- [Release notes](https://github.com/seanmonstar/reqwest/releases)
- [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md)
- [Commits](seanmonstar/reqwest@v0.12.9...v0.12.11)

---
updated-dependencies:
- dependency-name: reqwest
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 30, 2024
1 parent c92172c commit e3f913e
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 4 deletions.
26 changes: 24 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/command/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ indexmap = "2.7.0"
tui = { workspace = true }
app = { workspace = true }
lib = { workspace = true }
reqwest = { version = "0.12.9", features = ["json"] }
reqwest = { version = "0.12.11", features = ["json"] }

[features]
ssl-vendored = [
Expand Down
2 changes: 1 addition & 1 deletion crates/lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ nom = "8.0.0-beta.1"
rdkafka = { version = "0.37.0", features = [], optional = true}
url = "2.5.4"
apache-avro = "0.17.0"
reqwest = { version = "0.12.9", features = ["json"] }
reqwest = { version = "0.12.11", features = ["json"] }


[dev-dependencies]
Expand Down

0 comments on commit e3f913e

Please sign in to comment.