Skip to content

Commit

Permalink
fix: avoid using openssl in build env
Browse files Browse the repository at this point in the history
  • Loading branch information
Ma233 committed Aug 16, 2024
1 parent 444924b commit cd247de
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 162 deletions.
161 changes: 0 additions & 161 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ futures = "0.3.30"
hex = "0.4.3"
libp2p = { version = "0.53.2", features = ["tokio", "macros", "yamux", "noise", "tcp", "request-response", "relay"] }
prost = "0.13.1"
reqwest = { version = "0.12.5", features = ["json", "rustls-tls"] }
reqwest = { version = "0.12.5", features = ["json", "rustls-tls"], default-features = false }
serde = { version = "1.0.207", features = ["derive"] }
thiserror = "1.0.60"
tokio = { version = "1.37.0", features = ["rt-multi-thread"] }
Expand Down

0 comments on commit cd247de

Please sign in to comment.