Skip to content

Commit f582028

Browse files
committed
downgrade tokio-postgres-rustls due to bug
1 parent 5292ff0 commit f582028

File tree

2 files changed

+26
-31
lines changed

2 files changed

+26
-31
lines changed

Cargo.lock

Lines changed: 25 additions & 30 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ tikv-jemalloc-ctl = "0.5"
173173
tokio = { version = "1.17", features = ["macros"] }
174174
tokio-epoll-uring = { git = "https://github.com/neondatabase/tokio-epoll-uring.git" , branch = "main" }
175175
tokio-io-timeout = "1.2.0"
176-
tokio-postgres-rustls = "0.13.0"
176+
tokio-postgres-rustls = "0.12.0"
177177
tokio-rustls = { version = "0.26.0", default-features = false, features = ["tls12", "ring"]}
178178
tokio-stream = "0.1"
179179
tokio-tar = "0.3"

0 commit comments

Comments
 (0)