diff --git a/Cargo.lock b/Cargo.lock index 8cd1de5..71e7117 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -380,7 +380,7 @@ dependencies = [ [[package]] name = "http-handler" version = "1.0.0" -source = "git+https://github.com/platformatic/http-handler#b32e0e1f529b28785623d93806775df3b3eb3201" +source = "git+https://github.com/platformatic/http-handler#3899d3ed32afb3830b650fbf468f0a84231bbd27" dependencies = [ "async-trait", "bytes", @@ -881,9 +881,9 @@ checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" [[package]] name = "syn" -version = "2.0.106" +version = "2.0.107" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ede7c438028d4436d71104916910f5bb611972c5cfd7f89b8300a8186e6fada6" +checksum = "2a26dbd934e5451d21ef060c018dae56fc073894c5a7896f882928a76e6d081b" dependencies = [ "proc-macro2", "quote",