md5 auth for postgres_backend.rs

This commit is contained in:
Stas Kelvich
2021-06-23 10:43:24 +03:00
parent d55095ab21
commit bf45bef284
10 changed files with 280 additions and 18 deletions

11
Cargo.lock generated
View File

@@ -1317,6 +1317,16 @@ dependencies = [
"unicode-xid",
]
[[package]]
name = "proxy"
version = "0.1.0"
dependencies = [
"anyhow",
"bytes",
"md5",
"zenith_utils",
]
[[package]]
name = "quick-xml"
version = "0.20.0"
@@ -2395,6 +2405,7 @@ dependencies = [
"hex-literal",
"log",
"postgres",
"rand",
"serde",
"thiserror",
"workspace_hack",