Skip to content

Commit ba1865a

Browse files
chore(deps): bump pgwire from 0.37.2 to 0.37.3 (#279)
Bumps [pgwire](https://github.com/sunng87/pgwire) from 0.37.2 to 0.37.3. - [Release notes](https://github.com/sunng87/pgwire/releases) - [Changelog](https://github.com/sunng87/pgwire/blob/master/CHANGELOG.md) - [Commits](sunng87/pgwire@v0.37.2...v0.37.3) --- updated-dependencies: - dependency-name: pgwire dependency-version: 0.37.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a93e25c commit ba1865a

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.

Cargo.toml

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

0 commit comments

Comments
 (0)