Skip to content

Commit 28c6637

Browse files
chore(deps): bump pgwire from 0.36.2 to 0.36.3 (#256)
Bumps [pgwire](https://github.com/sunng87/pgwire) from 0.36.2 to 0.36.3. - [Release notes](https://github.com/sunng87/pgwire/releases) - [Changelog](https://github.com/sunng87/pgwire/blob/master/CHANGELOG.md) - [Commits](sunng87/pgwire@v0.36.2...v0.36.3) --- updated-dependencies: - dependency-name: pgwire dependency-version: 0.36.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 c2d02d0 commit 28c6637

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
@@ -18,7 +18,7 @@ bytes = "1.11.0"
1818
chrono = { version = "0.4", features = ["std"] }
1919
datafusion = { version = "51", default-features = false }
2020
futures = "0.3"
21-
pgwire = { version = "0.36.2", default-features = false }
21+
pgwire = { version = "0.36.3", default-features = false }
2222
postgres-types = "0.2"
2323
rust_decimal = { version = "1.39", features = ["db-postgres"] }
2424
tokio = { version = "1", default-features = false }

0 commit comments

Comments
 (0)