projects
/
safe-vdash.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8da5512
)
use-native-tls
author
Jonas Smedegaard
<dr@jones.dk>
Tue, 20 Aug 2024 21:50:44 +0000
(21:50 +0000)
committer
Peter Michael Green
<plugwash@raspbian.org>
Tue, 20 Aug 2024 21:50:44 +0000
(21:50 +0000)
Gbp-Pq: Name use-native-tls.patch
Cargo.toml
patch
|
blob
|
history
diff --git
a/Cargo.toml
b/Cargo.toml
index 6f751e26335c17d5aa226b33dcbaa2e535fdac20..757299c661fe05d4e64540ac7a30d51221dbb8a9 100644
(file)
--- a/
Cargo.toml
+++ b/
Cargo.toml
@@
-39,7
+39,7
@@
glob = "0.3.1"
serde = {version = "1.0.192", features = ["derive"] }
serde_json = "1.0.108"
serde_with = { version = "3.4.0", features = ["chrono_0_4"] }
-reqwest = { version = "0.11.23", default_features = false, features = ["
rustls
-tls"] }
+reqwest = { version = "0.11.23", default_features = false, features = ["
native
-tls"] }
[[bin]]
name = "safe-vdash"