From 3df6222f1780fead403ca27b383db256ffea9984 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Thu, 10 Aug 2023 11:55:17 -0700
Subject: [PATCH] Bump pin-project-lite from 0.2.10 to 0.2.12 (#3861)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Bumps [pin-project-lite](https://github.com/taiki-e/pin-project-lite)
from 0.2.10 to 0.2.12.
Release notes
Sourced from pin-project-lite's
releases.
0.2.12
- Work around an issue where the projected types/methods appear in the
documentation as if they were part of the public API if the visibility
is not correctly parsed due to the rustc bug. See #77
for details.
0.2.11
Changelog
Sourced from pin-project-lite's
changelog.
[0.2.12] - 2023-08-09
- Work around an issue where the projected types/methods appear in the
documentation as if they were part of the public API if the visibility
is not correctly parsed due to the rustc bug. See #77
for details.
[0.2.11] - 2023-08-06
Commits
d6cda97
Release 0.2.12
324daba
Add #[doc(hidden)] to projected types/methods to mitigate impact of
rustc bug...
92cc847
Unify macro metavariables for proj_vis
220ea32
Release 0.2.11
21903fc
Update docs and changelog
eaafadc
Add support for #[project(!Unpin)]
(#76)
c8b1a75
Update lint test
26a3c8a
Update cspell dictionary
7b401ea
ci: Use install-action to install cargo-careful
1349722
Update lint test
- Additional commits viewable in compare
view
[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pin-project-lite&package-manager=cargo&previous-version=0.2.10&new-version=0.2.12)](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 show ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@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 | 4 ++--
Cargo.toml | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/Cargo.lock b/Cargo.lock
index ff25daac1a..9c4d51629b 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -5945,9 +5945,9 @@ dependencies = [
[[package]]
name = "pin-project-lite"
-version = "0.2.10"
+version = "0.2.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "4c40d25201921e5ff0c862a505c6557ea88568a4e3ace775ab55e93f2f4f9d57"
+checksum = "12cc1b0bf1727a77a54b6654e7b5f1af8604923edc8b81885f8ec92f9e3f0a05"
[[package]]
name = "pin-utils"
diff --git a/Cargo.toml b/Cargo.toml
index 168e3aee48..0a48d7e1b5 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -262,7 +262,7 @@ paste = "1.0.14"
percent-encoding = "2.2.0"
pem = "1.1"
petgraph = "0.6.3"
-pin-project-lite = "0.2.10"
+pin-project-lite = "0.2.12"
postgres-protocol = "0.6.5"
predicates = "3.0.3"
pretty_assertions = "1.4.0"