Skip to content

Commit

Permalink
tokio-rustls 0.26
Browse files Browse the repository at this point in the history
  • Loading branch information
serprex committed Mar 23, 2024
1 parent 80e25a0 commit 4542b96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rs/server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ http-body-util = "0.1.0"
hyper = { version = "1", features = ["http1", "server"] }
hyper-tungstenite = "0.13"
hyper-util = { version = "0.1", default-features = false }
tokio-rustls = "0.25"
tokio-rustls = { version = "0.26", default-features = false, features = ["ring"] }
postgres-types = { version = "0.2", features = ["derive"] }
ring = { version = "0.17", default-features = false }
rand = "0.8"
Expand Down

0 comments on commit 4542b96

Please sign in to comment.