mirror of
https://github.com/DNSCrypt/doh-server.git
synced 2025-04-05 05:57:38 +03:00
Update rustls-pemfile
This commit is contained in:
parent
e27ab7dee9
commit
533c29ec1e
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ odoh-rs = "1.0.0-alpha.1"
|
||||||
rand = "0.8.5"
|
rand = "0.8.5"
|
||||||
tokio = { version = "1.17.0", features = ["net", "rt-multi-thread", "parking_lot", "time", "sync"] }
|
tokio = { version = "1.17.0", features = ["net", "rt-multi-thread", "parking_lot", "time", "sync"] }
|
||||||
tokio-rustls = { version = "0.23.2", features = ["early-data"], optional = true }
|
tokio-rustls = { version = "0.23.2", features = ["early-data"], optional = true }
|
||||||
rustls-pemfile = "0.3.0"
|
rustls-pemfile = "1.0.0"
|
||||||
|
|
||||||
[profile.release]
|
[profile.release]
|
||||||
codegen-units = 1
|
codegen-units = 1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue