Skip to content

Commit 05426bc

Browse files
chore(deps): bump postgres-types from 0.2.9 to 0.2.10 (#17768)
Bumps [postgres-types](https://github.com/rust-postgres/rust-postgres) from 0.2.9 to 0.2.10. - [Release notes](https://github.com/rust-postgres/rust-postgres/releases) - [Commits](rust-postgres/rust-postgres@postgres-types-v0.2.9...postgres-types-v0.2.10) --- updated-dependencies: - dependency-name: postgres-types dependency-version: 0.2.10 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b6f2b08 commit 05426bc

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Cargo.lock

Lines changed: 6 additions & 6 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.8", features = ["derive", "with-chrono-0_4"], optional = true }
56+
postgres-types = { version = "0.2.10", 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)