diff --git a/Cargo.lock b/Cargo.lock index 3349c95..516a569 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1007,18 +1007,18 @@ checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" [[package]] name = "pin-project" -version = "1.1.6" +version = "1.1.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "baf123a161dde1e524adf36f90bc5d8d3462824a9c43553ad07a8183161189ec" +checksum = "be57f64e946e500c8ee36ef6331845d40a93055567ec57e8fae13efd33759b95" dependencies = [ "pin-project-internal", ] [[package]] name = "pin-project-internal" -version = "1.1.6" +version = "1.1.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a4502d8515ca9f32f1fb543d987f63d95a14934883db45bdb48060b6b69257f8" +checksum = "3c0f5fad0874fc7abcd4d750e76917eaebbecaa2c20bde22e1dbeeba8beb758c" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 973be59..f69f2a7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -47,7 +47,7 @@ anyhow = "1.0.91" http = "1.1.0" tower = { version = "0.5.1", features = ["util"] } async-trait = "0.1.83" -pin-project = "1.1.6" +pin-project = "1.1.7" futures = "0.3.31" time = "0.3.36" axum = { version = "0.7.7", default-features = false, features = ["multipart","macros", "tokio", "http1", "json"] }