chore(deps): Bump postgres-protocol from 0.6.5 to 0.6.6 (#827)

Bumps [postgres-protocol](https://github.com/sfackler/rust-postgres)
from 0.6.5 to 0.6.6.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="496f46c8f5"><code>496f46c</code></a>
Release postgres-protocol v0.6.6</li>
<li><a
href="a454378370"><code>a454378</code></a>
Restore back compat</li>
<li><a
href="f777f7476c"><code>f777f74</code></a>
Merge pull request <a
href="https://redirect.github.com/sfackler/rust-postgres/issues/1059">#1059</a>
from ISibboI/master</li>
<li><a
href="7a5b19a786"><code>7a5b19a</code></a>
Update Rust version in CI to 1.67.0.</li>
<li><a
href="4c4059a63d"><code>4c4059a</code></a>
Propagate changes from <code>tokio-postgres</code> to
<code>postgres</code>.</li>
<li><a
href="98814b86bb"><code>98814b8</code></a>
Set user to executing processes' user by default.</li>
<li><a
href="e7eb24ad38"><code>e7eb24a</code></a>
Merge pull request <a
href="https://redirect.github.com/sfackler/rust-postgres/issues/1026">#1026</a>
from viniciusth/feature/allow-mismatch</li>
<li><a
href="d4514651d1"><code>d451465</code></a>
Merge pull request <a
href="https://redirect.github.com/sfackler/rust-postgres/issues/1052">#1052</a>
from sfackler/load-balance</li>
<li><a
href="84aed6312f"><code>84aed63</code></a>
fix wasm build</li>
<li><a
href="babc856227"><code>babc856</code></a>
clippy</li>
<li>Additional commits viewable in <a
href="https://github.com/sfackler/rust-postgres/compare/postgres-protocol-v0.6.5...postgres-protocol-v0.6.6">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=postgres-protocol&package-manager=cargo&previous-version=0.6.5&new-version=0.6.6)](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 show <dependency name> 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)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-08-21 03:32:50 +00:00 committed by GitHub
parent 9c7da23e30
commit bddb75c9b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

4
Cargo.lock generated
View File

@ -2366,9 +2366,9 @@ dependencies = [
[[package]]
name = "postgres-protocol"
version = "0.6.5"
version = "0.6.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "78b7fa9f396f51dffd61546fd8573ee20592287996568e6175ceb0f8699ad75d"
checksum = "49b6c5ef183cd3ab4ba005f1ca64c21e8bd97ce4699cfea9e8d9a2c4958ca520"
dependencies = [
"base64",
"byteorder",