chore: cargo update

Signed-off-by: Harald Hoyer <harald@matterlabs.dev>
This commit is contained in:
Harald Hoyer 2024-12-20 11:27:04 +01:00
parent 68805b10a8
commit 0b67a14cd1
Signed by: harald
GPG key ID: F519A1143B3FBE32
9 changed files with 740 additions and 502 deletions

View file

@ -95,7 +95,7 @@ async fn main() -> Result<()> {
.service(web::resource(SignRequest::URL).route(web::post().to(post_sign)))
.service(web::resource(DIGEST_URL).route(web::get().to(get_digest)))
})
.bind_rustls_0_22((Ipv6Addr::UNSPECIFIED, args.port), config)
.bind_rustls_0_23((Ipv6Addr::UNSPECIFIED, args.port), config)
{
Ok(c) => c,
Err(e) => {