Skip to content

Commit a658325

Browse files
build(deps): bump reqwest from 0.13.3 to 0.13.4
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.13.3 to 0.13.4. - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](seanmonstar/reqwest@v0.13.3...v0.13.4) --- updated-dependencies: - dependency-name: reqwest dependency-version: 0.13.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e7db876 commit a658325

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

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.

crates/command/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ indexmap = "2.14.0"
4545
tui = { workspace = true }
4646
app = { workspace = true }
4747
lib = { workspace = true }
48-
reqwest = { version = "0.13.3", features = ["json"] }
48+
reqwest = { version = "0.13.4", features = ["json"] }
4949
const_format = { version = "0.2.36", features = ["rust_1_64"] }
5050
tracing = { workspace = true }
5151
tracing-subscriber = { version = "0.3.23", features = ["env-filter"]}

crates/lib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ nom = "8.0.0"
2424
rdkafka = { version = "0.39.0", features = [], optional = true}
2525
url = "2.5.8"
2626
apache-avro = "0.21.0"
27-
reqwest = { version = "0.13.3", features = ["json"] }
27+
reqwest = { version = "0.13.4", features = ["json"] }
2828
byteorder = "1.5.0"
2929

3030
[dev-dependencies]

0 commit comments

Comments
 (0)