mirror of
https://github.com/jhbruhn/ics-adapter.git
synced 2025-03-14 19:15:50 +00:00
native tls vendored differently
This commit is contained in:
parent
f90c2742c8
commit
40c8281506
2 changed files with 1 additions and 3 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
@ -477,7 +477,6 @@ version = "0.1.0"
|
|||
dependencies = [
|
||||
"anyhow",
|
||||
"icalendar",
|
||||
"native-tls",
|
||||
"reqwest",
|
||||
"serde",
|
||||
"tokio",
|
||||
|
|
|
@ -6,10 +6,9 @@ edition = "2021"
|
|||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
native-tls = { version = "0.2", features = ["vendored"] }
|
||||
tokio = { version = "1", features = ["full"] }
|
||||
warp = "0.3"
|
||||
reqwest = { version = "0.11" }
|
||||
reqwest = { version = "0.11", features = ["native-tls-vendored"] }
|
||||
anyhow = "1"
|
||||
icalendar = { version = "0.15", features = ["chrono-tz"] }
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
|
|
Loading…
Reference in a new issue