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

Commit

Permalink
upgrade reqwest and http crates
Browse files Browse the repository at this point in the history
  • Loading branch information
xvello committed Apr 15, 2024
1 parent 2bc74e5 commit d8bb4ea
Show file tree
Hide file tree
Showing 2 changed files with 109 additions and 31 deletions.
131 changes: 106 additions & 25 deletions Cargo.lock

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

9 changes: 3 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ members = [
"hook-janitor",
]

# [profile.release]
# debug = 2 # https://www.polarsignals.com/docs/rust

[workspace.dependencies]
anyhow = "1.0"
assert-json-diff = "2.0.2"
Expand All @@ -27,13 +24,13 @@ eyre = "0.6.9"
flate2 = "1.0"
futures = { version = "0.3.29" }
governor = { version = "0.5.1", features = ["dashmap"] }
http = { version = "0.2" }
http = { version = "1.1.0" }
http-body-util = "0.1.0"
metrics = "0.22.0"
metrics-exporter-prometheus = "0.13.0"
metrics-exporter-prometheus = "0.14.0"
rand = "0.8.5"
rdkafka = { version = "0.36.0", features = ["cmake-build", "ssl", "tracing"] }
reqwest = { version = "0.11" }
reqwest = { version = "0.12.3" }
serde = { version = "1.0", features = ["derive"] }
serde_derive = { version = "1.0" }
serde_json = { version = "1.0" }
Expand Down

0 comments on commit d8bb4ea

Please sign in to comment.