From 677e5117608027d262511dace495892c77508eb2 Mon Sep 17 00:00:00 2001 From: "hash-worker[bot]" <180894564+hash-worker[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2025 02:49:01 +0000 Subject: [PATCH] Update Rust crate `pin-project` to v1.1.8 (#6075) Co-authored-by: hash-worker[bot] <180894564+hash-worker[bot]@users.noreply.github.com> --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 84882f4df74..582a6964ffb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5310,18 +5310,18 @@ dependencies = [ [[package]] name = "pin-project" -version = "1.1.7" +version = "1.1.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "be57f64e946e500c8ee36ef6331845d40a93055567ec57e8fae13efd33759b95" +checksum = "1e2ec53ad785f4d35dac0adea7f7dc6f1bb277ad84a680c7afefeae05d1f5916" dependencies = [ "pin-project-internal", ] [[package]] name = "pin-project-internal" -version = "1.1.7" +version = "1.1.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3c0f5fad0874fc7abcd4d750e76917eaebbecaa2c20bde22e1dbeeba8beb758c" +checksum = "d56a66c0c55993aa927429d0f8a0abfd74f084e4d9c192cffed01e418d83eefb" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 78e7a265896..53dcc20d2f9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -193,7 +193,7 @@ opentelemetry_sdk = { version = "=0.27.1", default-features = false } orx-concurrent-vec = { version = "=3.1.0", default-features = false } owo-colors = { version = "=4.1.0", default-features = false } paste = { version = "=1.0.15", default-features = false } -pin-project = { version = "=1.1.7", default-features = false } +pin-project = { version = "=1.1.8", default-features = false } pin-project-lite = { version = "=0.2.16", default-features = false } postgres-protocol = { version = "=0.6.7", default-features = false } pretty_assertions = { version = "=1.4.1", default-features = false, features = ["alloc"] }