Skip to content

Commit

Permalink
Merge pull request #20 from YuukiToriyama/feature/use-rustls-instead-…
Browse files Browse the repository at this point in the history
…of-openssl

OpenSSLではなくRustlsを使用する
  • Loading branch information
YuukiToriyama authored Nov 30, 2023
2 parents bb1cb5d + 1e95361 commit 6ce26b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ crate-type = ["rlib", "cdylib"]
[dependencies]
console_error_panic_hook = "0.1.7"
nom = "7.1.3"
reqwest = { version = "0.11.22", features = ["json"] }
reqwest = { version = "0.11.22", default-features = false, features = ["json", "rustls-tls"] }
serde = { version = "1.0.192", features = ["derive"] }
serde_json = "1.0.108"
wasm-bindgen = "0.2.88"
Expand Down

0 comments on commit 6ce26b6

Please sign in to comment.