Skip to content
This repository was archived by the owner on Jun 21, 2024. It is now read-only.

Commit d8bb4ea

Browse files
committed
upgrade reqwest and http crates
1 parent 2bc74e5 commit d8bb4ea

File tree

2 files changed

+109
-31
lines changed

2 files changed

+109
-31
lines changed

Cargo.lock

Lines changed: 106 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@ members = [
1010
"hook-janitor",
1111
]
1212

13-
# [profile.release]
14-
# debug = 2 # https://www.polarsignals.com/docs/rust
15-
1613
[workspace.dependencies]
1714
anyhow = "1.0"
1815
assert-json-diff = "2.0.2"
@@ -27,13 +24,13 @@ eyre = "0.6.9"
2724
flate2 = "1.0"
2825
futures = { version = "0.3.29" }
2926
governor = { version = "0.5.1", features = ["dashmap"] }
30-
http = { version = "0.2" }
27+
http = { version = "1.1.0" }
3128
http-body-util = "0.1.0"
3229
metrics = "0.22.0"
33-
metrics-exporter-prometheus = "0.13.0"
30+
metrics-exporter-prometheus = "0.14.0"
3431
rand = "0.8.5"
3532
rdkafka = { version = "0.36.0", features = ["cmake-build", "ssl", "tracing"] }
36-
reqwest = { version = "0.11" }
33+
reqwest = { version = "0.12.3" }
3734
serde = { version = "1.0", features = ["derive"] }
3835
serde_derive = { version = "1.0" }
3936
serde_json = { version = "1.0" }

0 commit comments

Comments
 (0)