diff --git a/Cargo.lock b/Cargo.lock index 177a85ad613b8..92cac18ef357b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5959,22 +5959,22 @@ dependencies = [ [[package]] name = "pin-project" -version = "1.0.12" +version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ad29a609b6bcd67fee905812e544992d216af9d755757c05ed2d0e15a74c6ecc" +checksum = "c95a7476719eab1e366eaf73d0260af3021184f18177925b07f54b30089ceead" dependencies = [ "pin-project-internal", ] [[package]] name = "pin-project-internal" -version = "1.0.12" +version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "069bdb1e05adc7a8990dce9cc75370895fbe4e3d58b9b73bf1aee56359344a55" +checksum = "39407670928234ebc5e6e580247dd567ad73a3578460c5990f9503df207e8f07" dependencies = [ "proc-macro2 1.0.56", "quote 1.0.27", - "syn 1.0.109", + "syn 2.0.10", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 60a41d15600d9..6d7f7b357cf3f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -286,7 +286,7 @@ openssl-probe = { version = "0.1.5", default-features = false } ordered-float = { version = "3.7.0", default-features = false } paste = "1.0.12" percent-encoding = { version = "2.2.0", default-features = false } -pin-project = { version = "1.0.12", default-features = false } +pin-project = { version = "1.1.0", default-features = false } postgres-openssl = { version = "0.5.0", default-features = false, features = ["runtime"], optional = true } pulsar = { version = "5.1.1", default-features = false, features = ["tokio-runtime", "auth-oauth2", "flate2", "lz4", "snap", "zstd"], optional = true } rand = { version = "0.8.5", default-features = false, features = ["small_rng"] } diff --git a/lib/vector-buffers/Cargo.toml b/lib/vector-buffers/Cargo.toml index cf868ccfe0b54..0084fc048d9d7 100644 --- a/lib/vector-buffers/Cargo.toml +++ b/lib/vector-buffers/Cargo.toml @@ -19,7 +19,7 @@ futures = { version = "0.3.28", default-features = false, features = ["std"] } memmap2 = { version = "0.6.1", default-features = false } metrics = "0.21.0" num-traits = { version = "0.2.15", default-features = false } -pin-project = { version = "1.0.12", default-features = false } +pin-project = { version = "1.1.0", default-features = false } rkyv = { version = "0.7.40", default-features = false, features = ["size_32", "std", "strict", "validation"] } serde = { version = "1.0.163", default-features = false, features = ["derive"] } snafu = { version = "0.7.4", default-features = false, features = ["std"] } diff --git a/lib/vector-common/Cargo.toml b/lib/vector-common/Cargo.toml index 9c07b7a9841b6..4ef8a662866c3 100644 --- a/lib/vector-common/Cargo.toml +++ b/lib/vector-common/Cargo.toml @@ -53,7 +53,7 @@ metrics = "0.21.0" nom = { version = "7", optional = true } ordered-float = { version = "3.7.0", default-features = false } paste = "1.0.12" -pin-project = { version = "1.0.12", default-features = false } +pin-project = { version = "1.1.0", default-features = false } ryu = { version = "1", default-features = false } serde_json = { version = "1.0.96", default-features = false, features = ["std", "raw_value"] } serde = { version = "1.0.163", optional = true, features = ["derive"] } diff --git a/lib/vector-core/Cargo.toml b/lib/vector-core/Cargo.toml index b224afb6462ef..446fcf583cce0 100644 --- a/lib/vector-core/Cargo.toml +++ b/lib/vector-core/Cargo.toml @@ -33,7 +33,7 @@ once_cell = { version = "1.17", default-features = false } ordered-float = { version = "3.7.0", default-features = false } openssl = { version = "0.10.52", default-features = false, features = ["vendored"] } parking_lot = { version = "0.12.1", default-features = false } -pin-project = { version = "1.0.12", default-features = false } +pin-project = { version = "1.1.0", default-features = false } proptest = { version = "1.1", optional = true } prost-types = { version = "0.11", default-features = false } prost = { version = "0.11", default-features = false, features = ["std"] }