Skip to content

Commit

Permalink
build(deps): Bump postgres-protocol from 0.6.5 to 0.6.6 (#1764)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Aug 21, 2023
1 parent aecb528 commit 4191feb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 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 aggregator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ opentelemetry = { workspace = true, features = ["rt-tokio"] }
opentelemetry-otlp = { version = "0.13", optional = true, features = ["metrics"] } # ensure that the version of tonic below matches what this uses
opentelemetry-prometheus = { version = "0.13", optional = true }
opentelemetry-semantic-conventions = { version = "0.12", optional = true }
postgres-protocol = "0.6.5"
postgres-protocol = "0.6.6"
postgres-types = { version = "0.2.6", features = ["derive", "array-impls"] }
prio.workspace = true
prometheus = { version = "0.13.3", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion aggregator_core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ k8s-openapi.workspace = true
kube.workspace = true
lazy_static = { version = "1" }
opentelemetry = { workspace = true, features = ["rt-tokio"] }
postgres-protocol = "0.6.5"
postgres-protocol = "0.6.6"
postgres-types = { version = "0.2.6", features = ["derive", "array-impls"] }
prio = { workspace = true, features = ["experimental"] }
rand = { version = "0.8", features = ["min_const_gen"] }
Expand Down

0 comments on commit 4191feb

Please sign in to comment.