Skip to content

Commit

Permalink
use rustls-tls
Browse files Browse the repository at this point in the history
  • Loading branch information
saltydk committed Jul 23, 2024
1 parent 11f99b7 commit 7cb0d8c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "saltbox-facts"
version = "1.0.1"
version = "1.0.2"
edition = "2021"

[profile.dev]
Expand All @@ -14,6 +14,6 @@ codegen-units = 1
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
tokio = { version = "1.38.1", features = ["full"] }
reqwest = { version = "0.12.5", features = ["json"] }
tokio = { version = "1.39.0", features = ["full"] }
reqwest = { version = "0.12.5", features = ["json", "rustls-tls"], default-features = false }
serde_json = "1.0.120"

0 comments on commit 7cb0d8c

Please sign in to comment.