Skip to content

Commit

Permalink
chore(deps): Bump pin-project from 1.1.1 to 1.1.2 (vectordotdev#17837)
Browse files Browse the repository at this point in the history
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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 7, 2023
1 parent ae59be6 commit 17e6632
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.13"
percent-encoding = { version = "2.3.0", default-features = false }
pin-project = { version = "1.1.1", default-features = false }
pin-project = { version = "1.1.2", 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"] }
Expand Down
2 changes: 1 addition & 1 deletion lib/vector-buffers/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.1", default-features = false }
pin-project = { version = "1.1.2", 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"] }
Expand Down
2 changes: 1 addition & 1 deletion lib/vector-common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.13"
pin-project = { version = "1.1.1", default-features = false }
pin-project = { version = "1.1.2", 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"] }
Expand Down
2 changes: 1 addition & 1 deletion lib/vector-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.1", default-features = false }
pin-project = { version = "1.1.2", 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"] }
Expand Down

0 comments on commit 17e6632

Please sign in to comment.