diff --git a/crates/proteus-traits/src/lib.rs b/crates/proteus-traits/src/lib.rs
index 48b7d08..3cba5ac 100644
--- a/crates/proteus-traits/src/lib.rs
+++ b/crates/proteus-traits/src/lib.rs
@@ -81,8 +81,8 @@ pub trait PreKeyStore {
type Error: ProteusErrorCode;
/// Lookup prekey by ID.
- async fn prekey(&mut self, id: RawPreKeyId) -> Result