Skip to content

Commit

Permalink
chore(deps): Bump reqwest from 0.11.20 to 0.12.4
Browse files Browse the repository at this point in the history
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.20 to 0.12.4.
- [Release notes](https://github.com/seanmonstar/reqwest/releases)
- [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md)
- [Commits](seanmonstar/reqwest@v0.11.20...v0.12.4)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 29, 2024
1 parent 05e2cb3 commit 51a75a8
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 32 deletions.
41 changes: 15 additions & 26 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 src/common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ prometheus = { version = "0.13" }
prost = { workspace = true }
rand = { workspace = true }
regex = "1"
reqwest = { version = "0.12.2", features = ["json"] }
reqwest = { version = "0.12.4", features = ["json"] }
risingwave-fields-derive = { path = "./fields-derive" }
risingwave_common_estimate_size = { workspace = true }
risingwave_common_metrics = { path = "./metrics" }
Expand Down
2 changes: 1 addition & 1 deletion src/connector/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ rdkafka = { workspace = true, features = [
] }
redis = { version = "0.25", features = ["aio", "tokio-comp", "async-std-comp","cluster-async"] }
regex = "1.4"
reqwest = { version = "0.12.2", features = ["json", "stream"] }
reqwest = { version = "0.12.4", features = ["json", "stream"] }
risingwave_common = { workspace = true }
risingwave_common_estimate_size = { workspace = true }
risingwave_jni_core = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion src/meta/dashboard/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ axum = { workspace = true }
axum-embed = "0.1"
bytes = "1"
mime_guess = "2"
reqwest = "0.12.2"
reqwest = "0.12.4"
rust-embed = { version = "8", features = ["interpolate-folder-path", "mime-guess"] }
thiserror-ext = { workspace = true }
tracing = "0.1"
Expand Down
2 changes: 1 addition & 1 deletion src/object_store/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ itertools = { workspace = true }
madsim = "0.2.27"
opendal = "0.45.1"
prometheus = { version = "0.13", features = ["process"] }
reqwest = "0.11" # required by opendal
reqwest = "0.12" # required by opendal
risingwave_common = { workspace = true }
rustls = "0.23.5"
spin = "0.9"
Expand Down
2 changes: 1 addition & 1 deletion src/risedevtool/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ itertools = { workspace = true }
rdkafka = { workspace = true }
redis = "0.25"
regex = "1"
reqwest = { version = "0.12.2", features = ["blocking"] }
reqwest = { version = "0.12.4", features = ["blocking"] }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
serde_with = "3"
Expand Down
2 changes: 1 addition & 1 deletion src/utils/pgwire/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jsonwebtoken = "9"
openssl = "0.10.60"
panic-message = "0.3"
parking_lot = { workspace = true }
reqwest = "0.12.2"
reqwest = "0.12.4"
risingwave_common = { workspace = true }
risingwave_sqlparser = { workspace = true }
serde = { version = "1", features = ["derive"] }
Expand Down

0 comments on commit 51a75a8

Please sign in to comment.