Skip to content

Commit 6a7a5d6

Browse files
djcjbg
authored andcommitted
Upgrade rustls to 0.18
1 parent 9b7241e commit 6a7a5d6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "tokio-postgres-rustls"
33
description = "Rustls integration for tokio-postgres"
4-
version = "0.4.1"
4+
version = "0.5.0"
55
authors = ["Jasper <[email protected]>"]
66
repository = "https://github.com/jbg/tokio-postgres-rustls"
77
edition = "2018"
@@ -12,10 +12,10 @@ readme = "README.md"
1212
bytes = "0.5.4"
1313
futures = "0.3.4"
1414
ring = "0.16.11"
15-
rustls = "0.17.0"
15+
rustls = "0.18.0"
1616
tokio = "0.2.16"
1717
tokio-postgres = "0.5.3"
18-
tokio-rustls = "0.13.0"
18+
tokio-rustls = "0.14.0"
1919
webpki = "0.21.2"
2020

2121
[dev-dependencies]

0 commit comments

Comments
 (0)