mirror of
https://github.com/matter-labs/teepot.git
synced 2025-07-22 07:24:48 +02:00
chore: cargo update
Signed-off-by: Harald Hoyer <harald@matterlabs.dev>
This commit is contained in:
parent
68805b10a8
commit
0b67a14cd1
9 changed files with 740 additions and 502 deletions
|
@ -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) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue