Skip to content

Commit 17e6632

Browse files
chore(deps): Bump pin-project from 1.1.1 to 1.1.2 (vectordotdev#17837)
Bumps [pin-project](https://github.com/taiki-e/pin-project) from 1.1.1 to 1.1.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/taiki-e/pin-project/releases">pin-project's releases</a>.</em></p> <blockquote> <h2>1.1.2</h2> <ul> <li>Inline project methods.</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/taiki-e/pin-project/blob/main/CHANGELOG.md">pin-project's changelog</a>.</em></p> <blockquote> <h2>[1.1.2] - 2023-07-02</h2> <ul> <li>Inline project methods.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/taiki-e/pin-project/commit/75b4defe8c3d5d59040852df0138391ea7a567bf"><code>75b4def</code></a> Release 1.1.2</li> <li><a href="https://github.com/taiki-e/pin-project/commit/182e1281e00645c5cbd981f50b68ff889b8868d6"><code>182e128</code></a> Inline project methods</li> <li><a href="https://github.com/taiki-e/pin-project/commit/b379564e7a53ef4787b1a85ba11efc0ecd7d06fc"><code>b379564</code></a> Do not stop CI by cargo-deny multiple-versions error</li> <li>See full diff in <a href="https://github.com/taiki-e/pin-project/compare/v1.1.1...v1.1.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pin-project&package-manager=cargo&previous-version=1.1.1&new-version=1.1.2)](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) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ae59be6 commit 17e6632

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

Cargo.lock

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ openssl-probe = { version = "0.1.5", default-features = false }
291291
ordered-float = { version = "3.7.0", default-features = false }
292292
paste = "1.0.13"
293293
percent-encoding = { version = "2.3.0", default-features = false }
294-
pin-project = { version = "1.1.1", default-features = false }
294+
pin-project = { version = "1.1.2", default-features = false }
295295
postgres-openssl = { version = "0.5.0", default-features = false, features = ["runtime"], optional = true }
296296
pulsar = { version = "6.0.1", default-features = false, features = ["tokio-runtime", "auth-oauth2", "flate2", "lz4", "snap", "zstd"], optional = true }
297297
rand = { version = "0.8.5", default-features = false, features = ["small_rng"] }

lib/vector-buffers/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ futures = { version = "0.3.28", default-features = false, features = ["std"] }
1919
memmap2 = { version = "0.7.1", default-features = false }
2020
metrics = "0.21.0"
2121
num-traits = { version = "0.2.15", default-features = false }
22-
pin-project = { version = "1.1.1", default-features = false }
22+
pin-project = { version = "1.1.2", default-features = false }
2323
rkyv = { version = "0.7.40", default-features = false, features = ["size_32", "std", "strict", "validation"] }
2424
serde = { version = "1.0.164", default-features = false, features = ["derive"] }
2525
snafu = { version = "0.7.4", default-features = false, features = ["std"] }

lib/vector-common/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ metrics = "0.21.0"
5353
nom = { version = "7", optional = true }
5454
ordered-float = { version = "3.7.0", default-features = false }
5555
paste = "1.0.13"
56-
pin-project = { version = "1.1.1", default-features = false }
56+
pin-project = { version = "1.1.2", default-features = false }
5757
ryu = { version = "1", default-features = false }
5858
serde_json = { version = "1.0.99", default-features = false, features = ["std", "raw_value"] }
5959
serde = { version = "1.0.164", optional = true, features = ["derive"] }

lib/vector-core/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ once_cell = { version = "1.18", default-features = false }
3333
ordered-float = { version = "3.7.0", default-features = false }
3434
openssl = { version = "0.10.55", default-features = false, features = ["vendored"] }
3535
parking_lot = { version = "0.12.1", default-features = false }
36-
pin-project = { version = "1.1.1", default-features = false }
36+
pin-project = { version = "1.1.2", default-features = false }
3737
proptest = { version = "1.2", optional = true }
3838
prost-types = { version = "0.11", default-features = false }
3939
prost = { version = "0.11", default-features = false, features = ["std"] }

0 commit comments

Comments
 (0)