mirror of
https://github.com/Blah-IM/blahrs.git
synced 2025-07-11 08:35:34 +00:00
fix(blahd): reject UNIX domain socket for now
It's too complex to bother with for the current `axum` API. Let's wait for axum 0.8 release. Ref: https://github.com/tokio-rs/axum/pull/2479
This commit is contained in:
parent
ec7f428519
commit
b955d32099
5 changed files with 68 additions and 29 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -324,6 +324,7 @@ dependencies = [
|
|||
"reqwest",
|
||||
"rstest",
|
||||
"rusqlite",
|
||||
"rustix",
|
||||
"scopeguard",
|
||||
"sd-notify",
|
||||
"serde",
|
||||
|
@ -333,6 +334,7 @@ dependencies = [
|
|||
"serde_json",
|
||||
"serde_urlencoded",
|
||||
"sha2",
|
||||
"tempfile",
|
||||
"tokio",
|
||||
"tokio-stream",
|
||||
"toml",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue