Skip to content

Commit

Permalink
update dpoem
Browse files Browse the repository at this point in the history
  • Loading branch information
babymotte committed Jul 1, 2024
1 parent 1ac7cb2 commit 803c31e
Show file tree
Hide file tree
Showing 3 changed files with 82 additions and 8 deletions.
87 changes: 81 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion worterbuch/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ sha2 = "0.10.6"
hex = "0.4.3"
futures = { version = "0.3.27" }
urlencoding = "2.1.2"
poem = { version = "2.0.0", features = ["websocket", "static-files", "sse"] }
poem = { version = "3.0.1", features = ["websocket", "static-files", "sse"] }
tracing-subscriber = "0.3.16"
serde_yaml = "0.9.22"
hashlink = "0.9.0"
Expand Down
1 change: 0 additions & 1 deletion worterbuch/src/server/poem/auth.rs
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ impl<E> BearerAuthEndpoint<E> {
}
}

#[poem::async_trait]
impl<E: Endpoint> Endpoint for BearerAuthEndpoint<E> {
type Output = E::Output;

Expand Down

0 comments on commit 803c31e

Please sign in to comment.