Skip to content

Commit

Permalink
chore: tweak dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Ludo Galabru committed Oct 12, 2023
1 parent c98331c commit 62293c2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 191 deletions.
190 changes: 0 additions & 190 deletions Cargo.lock

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

7 changes: 6 additions & 1 deletion components/chainhook-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,12 @@ clap = { version = "3.2.23", features = ["derive"], optional = true }
clap_generate = { version = "3.0.3", optional = true }
toml = { version = "0.5.6", features = ["preserve_order"], optional = true }
ctrlc = { version = "3.2.2", optional = true }
reqwest = { version = "0.11", features = ["stream", "json"] }
reqwest = { version = "0.11", default-features = false, features = [
"blocking",
"stream",
"json",
"rustls-tls",
] }
tokio = { version = "=1.24", features = ["full"] }
futures-util = "0.3.24"
flate2 = "1.0.24"
Expand Down

0 comments on commit 62293c2

Please sign in to comment.