Skip to content

Commit

Permalink
chore(deps): bump postgres-types from 0.2.5 to 0.2.6 (#11803)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Yuhao Su <[email protected]>
  • Loading branch information
dependabot[bot] and yuhao-su authored Aug 21, 2023
1 parent df1dc9b commit 97bb319
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
9 changes: 5 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ opentelemetry = { version = "0.20", default-features = false }
parking_lot = "0.12"
parse-display = "0.8"
paste = "1"
postgres-types = { version = "0.2.5", features = [
postgres-types = { version = "0.2.6", features = [
"derive",
"with-chrono-0_4",
"with-serde_json-1",
Expand Down
2 changes: 1 addition & 1 deletion src/frontend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ paste = "1"
petgraph = "0.6"
pgwire = { path = "../utils/pgwire" }
pin-project-lite = "0.2"
postgres-types = { version = "0.2.5" }
postgres-types = { version = "0.2.6" }
pretty-xmlish = "0.1.13"
pretty_assertions = "1"
prometheus = { version = "0.13", features = ["process"] }
Expand Down

0 comments on commit 97bb319

Please sign in to comment.