Skip to content

Commit 2aea43e

Browse files
dependabot[bot]codetyri0n
authored andcommitted
chore(deps): bump postgres-types from 0.2.10 to 0.2.11 (apache#18461)
Bumps [postgres-types](https://github.com/rust-postgres/rust-postgres) from 0.2.10 to 0.2.11. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/rust-postgres/rust-postgres/releases">postgres-types's releases</a>.</em></p> <blockquote> <h2>postgres-types v0.2.11</h2> <h3>Changed</h3> <ul> <li>Disabled default features of <code>jiff</code> v0.1 and v0.2.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rust-postgres/rust-postgres/commit/6ed4781b87b7091214d01c76d14073a432becc69"><code>6ed4781</code></a> Release postgres-types v0.2.11</li> <li><a href="https://github.com/rust-postgres/rust-postgres/commit/87ef8ad2e93b88afaa946ad267497bd0bbb56196"><code>87ef8ad</code></a> Merge pull request <a href="https://redirect.github.com/rust-postgres/rust-postgres/issues/1278">#1278</a> from razein97/master</li> <li><a href="https://github.com/rust-postgres/rust-postgres/commit/628a696551438c738cb88fc9b72c5eedf7710d1b"><code>628a696</code></a> Merge pull request <a href="https://redirect.github.com/rust-postgres/rust-postgres/issues/1280">#1280</a> from rust-postgres/paolobarbolini/check_connection-d...</li> <li><a href="https://github.com/rust-postgres/rust-postgres/commit/f34ed1b151e0c76dfaf8bef678814a2c0fff8ec6"><code>f34ed1b</code></a> Merge pull request <a href="https://redirect.github.com/rust-postgres/rust-postgres/issues/1262">#1262</a> from CobaltCause/push-sswwslomtkmm</li> <li><a href="https://github.com/rust-postgres/rust-postgres/commit/c5d3442ed8507453b1f83be34ac9ecbb97070e9e"><code>c5d3442</code></a> fix an Error/Display impl</li> <li><a href="https://github.com/rust-postgres/rust-postgres/commit/bbd13014eda04797d9c794515829f4da4495e425"><code>bbd1301</code></a> Merge pull request <a href="https://redirect.github.com/rust-postgres/rust-postgres/issues/1282">#1282</a> from rust-postgres/paolobarbolini/futures-util-no-de...</li> <li><a href="https://github.com/rust-postgres/rust-postgres/commit/153b86e2ae61396ebea315d3429c9e153acc034d"><code>153b86e</code></a> Merge pull request <a href="https://redirect.github.com/rust-postgres/rust-postgres/issues/1281">#1281</a> from rust-postgres/paolobarbolini/pg-18</li> <li><a href="https://github.com/rust-postgres/rust-postgres/commit/e128d4c2ef5f46ba95ba3e9abfbefe5246956216"><code>e128d4c</code></a> feat: disable default features of <code>futures-util</code> for <code>postgres</code></li> <li><a href="https://github.com/rust-postgres/rust-postgres/commit/2393b340bf4532815f695885bea6290a772738be"><code>2393b34</code></a> chore: start testing with PostgreSQL 18</li> <li><a href="https://github.com/rust-postgres/rust-postgres/commit/f46e0e069da722f4f2e3c6fb823600551092f823"><code>f46e0e0</code></a> doc: improve <code>check_connection</code> doc comment</li> <li>Additional commits viewable in <a href="https://github.com/rust-postgres/rust-postgres/compare/postgres-types-v0.2.10...postgres-types-v0.2.11">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=postgres-types&package-manager=cargo&previous-version=0.2.10&new-version=0.2.11)](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>
1 parent 88df088 commit 2aea43e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

datafusion/sqllogictest/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ itertools = { workspace = true }
5353
log = { workspace = true }
5454
object_store = { workspace = true }
5555
postgres-protocol = { version = "0.6.7", optional = true }
56-
postgres-types = { version = "0.2.10", features = ["derive", "with-chrono-0_4"], optional = true }
56+
postgres-types = { version = "0.2.11", features = ["derive", "with-chrono-0_4"], optional = true }
5757
rust_decimal = { version = "1.38.0", features = ["tokio-pg"] }
5858
# When updating the following dependency verify that sqlite test file regeneration works correctly
5959
# by running the regenerate_sqlite_files.sh script.

0 commit comments

Comments
 (0)