From 0b32626848f5189d6832e6f8ea3c66ebaa553975 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Fri, 30 Jun 2023 15:56:30 +0000
Subject: [PATCH] chore(deps): Bump pin-project from 1.1.0 to 1.1.1 (#17806)
Bumps [pin-project](https://github.com/taiki-e/pin-project) from 1.1.0
to 1.1.1.
Release notes
Sourced from pin-project's
releases.
1.1.1
- Fix build error from dependency when built with
-Z
minimal-versions
.
Changelog
Sourced from pin-project's
changelog.
[1.1.1] - 2023-06-29
- Fix build error from dependency when built with
-Z
minimal-versions
.
Commits
[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pin-project&package-manager=cargo&previous-version=1.1.0&new-version=1.1.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
Signed-off-by: dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---
Cargo.lock | 8 ++++----
Cargo.toml | 2 +-
lib/vector-buffers/Cargo.toml | 2 +-
lib/vector-common/Cargo.toml | 2 +-
lib/vector-core/Cargo.toml | 2 +-
5 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/Cargo.lock b/Cargo.lock
index a0a3fb1c59b93..cb18c2e91d261 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -5965,18 +5965,18 @@ dependencies = [
[[package]]
name = "pin-project"
-version = "1.1.0"
+version = "1.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "c95a7476719eab1e366eaf73d0260af3021184f18177925b07f54b30089ceead"
+checksum = "6e138fdd8263907a2b0e1b4e80b7e58c721126479b6e6eedfb1b402acea7b9bd"
dependencies = [
"pin-project-internal",
]
[[package]]
name = "pin-project-internal"
-version = "1.1.0"
+version = "1.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "39407670928234ebc5e6e580247dd567ad73a3578460c5990f9503df207e8f07"
+checksum = "d1fef411b303e3e12d534fb6e7852de82da56edd937d895125821fb7c09436c7"
dependencies = [
"proc-macro2 1.0.63",
"quote 1.0.29",
diff --git a/Cargo.toml b/Cargo.toml
index fe2d6de131203..4b156e9963f1c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -291,7 +291,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.3.0", default-features = false }
-pin-project = { version = "1.1.0", default-features = false }
+pin-project = { version = "1.1.1", default-features = false }
postgres-openssl = { version = "0.5.0", default-features = false, features = ["runtime"], optional = true }
pulsar = { version = "6.0.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 3f774b21ae5b6..09de0d0ac6153 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.7.1", default-features = false }
metrics = "0.21.0"
num-traits = { version = "0.2.15", default-features = false }
-pin-project = { version = "1.1.0", default-features = false }
+pin-project = { version = "1.1.1", default-features = false }
rkyv = { version = "0.7.40", default-features = false, features = ["size_32", "std", "strict", "validation"] }
serde = { version = "1.0.164", 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 7d578ecb4e051..24023729e5104 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.1.0", default-features = false }
+pin-project = { version = "1.1.1", default-features = false }
ryu = { version = "1", default-features = false }
serde_json = { version = "1.0.99", default-features = false, features = ["std", "raw_value"] }
serde = { version = "1.0.164", optional = true, features = ["derive"] }
diff --git a/lib/vector-core/Cargo.toml b/lib/vector-core/Cargo.toml
index a281ac35dd87e..1395883640469 100644
--- a/lib/vector-core/Cargo.toml
+++ b/lib/vector-core/Cargo.toml
@@ -33,7 +33,7 @@ once_cell = { version = "1.18", default-features = false }
ordered-float = { version = "3.7.0", default-features = false }
openssl = { version = "0.10.55", default-features = false, features = ["vendored"] }
parking_lot = { version = "0.12.1", default-features = false }
-pin-project = { version = "1.1.0", default-features = false }
+pin-project = { version = "1.1.1", default-features = false }
proptest = { version = "1.2", optional = true }
prost-types = { version = "0.11", default-features = false }
prost = { version = "0.11", default-features = false, features = ["std"] }