Skip to content

Commit 9491dab

Browse files
chore(deps): bump pgwire from 0.33.0 to 0.34.0
Bumps [pgwire](https://github.com/sunng87/pgwire) from 0.33.0 to 0.34.0. - [Release notes](https://github.com/sunng87/pgwire/releases) - [Changelog](https://github.com/sunng87/pgwire/blob/master/CHANGELOG.md) - [Commits](sunng87/pgwire@v0.33.0...v0.34.0) --- updated-dependencies: - dependency-name: pgwire dependency-version: 0.34.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 116141d commit 9491dab

File tree

2 files changed

+7
-10
lines changed

2 files changed

+7
-10
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ bytes = "1.10.1"
1919
chrono = { version = "0.4", features = ["std"] }
2020
datafusion = { version = "50", default-features = false }
2121
futures = "0.3"
22-
pgwire = { version = "0.33", default-features = false }
22+
pgwire = { version = "0.34", default-features = false }
2323
postgres-types = "0.2"
2424
rust_decimal = { version = "1.39", features = ["db-postgres"] }
2525
tokio = { version = "1", default-features = false }

0 commit comments

Comments
 (0)