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

@ -186,7 +186,7 @@ async fn main() -> Result<()> {
.service(web::resource(Init::URL).route(web::post().to(post_init)))
.service(web::resource(Unseal::URL).route(web::post().to(post_unseal)))
})
.bind_rustls_0_22((Ipv6Addr::UNSPECIFIED, args.port), config)
.bind_rustls_0_23((Ipv6Addr::UNSPECIFIED, args.port), config)
{
Ok(c) => c,
Err(e) => {