File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -13,14 +13,11 @@ ring = { version = "0.17", default-features = false }
13
13
rustls = { version = " 0.23.1" , default-features = false }
14
14
tokio = { version = " 1" , default-features = false }
15
15
tokio-postgres = { version = " 0.7" , default-features = false }
16
- tokio-rustls = { version = " 0.25 " , default-features = false }
16
+ tokio-rustls = { version = " 0.26 " , default-features = false }
17
17
x509-certificate = {version = " 0.23" , default-features = false }
18
18
19
19
[dev-dependencies ]
20
20
env_logger = { version = " 0.11" , default-features = false }
21
21
tokio = { version = " 1" , features = [" macros" , " rt" ] }
22
22
tokio-postgres = " 0.7"
23
23
rustls = { version = " 0.23" }
24
-
25
- [patch .crates-io ]
26
- tokio-rustls = { git = " https://github.com/rustls/tokio-rustls" , rev = " b3a2b143239d66253ba09f8ac4bfc4b7ab00cfac" }
You can’t perform that action at this time.
0 commit comments