Skip to content

Commit 8a4474d

Browse files
committed
chore: Migrate to hmac 0.13
1 parent 3abc01a commit 8a4474d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

webhook/webhook-rs/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ use generated::stargazers::{
55
db::{self, user::Ordering},
66
workflow_obelisk_schedule::workflow::{star_added_schedule, star_removed_schedule},
77
};
8+
use hmac::KeyInit as _;
89
use wstd::http::{Error, Request, Response, StatusCode};
910
use wstd::http::{Method, body::Body};
1011

0 commit comments

Comments
 (0)