Skip to content

Commit

Permalink
Merge pull request #429 from divviup/dependabot/cargo/postgres-types-…
Browse files Browse the repository at this point in the history
…0.2.4

build(deps): bump postgres-types from 0.2.3 to 0.2.4
  • Loading branch information
tgeoghegan authored Aug 23, 2022
2 parents 0751ce0 + d8b8a49 commit 7104fd4
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 janus_core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ kube = { version = "0.65", optional = true, default-features = false, features =
k8s-openapi = { version = "0.13.1", optional = true, features = ["v1_20"] } # keep this version in sync with what is referenced by the indirect dependency via `kube`
num_enum = "0.5.6"
postgres-protocol = { version = "0.6.4", optional = true }
postgres-types = { version = "0.2.3", optional = true }
postgres-types = { version = "0.2.4", optional = true }
prio = "0.8.2"
rand = "0.8"
ring = "0.16.20"
Expand Down
2 changes: 1 addition & 1 deletion janus_server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ opentelemetry-jaeger = { version = "0.16.0", optional = true, features = ["rt-to
opentelemetry-otlp = { version = "0.10.0", optional = true, features = ["metrics"] }
opentelemetry-prometheus = { version = "0.10.0", optional = true }
opentelemetry-semantic-conventions = { version = "0.9.0", optional = true }
postgres-types = { version = "0.2.3", features = ["derive", "array-impls"] }
postgres-types = { version = "0.2.4", features = ["derive", "array-impls"] }
prio = "0.8.2"
prometheus = { version = "0.13.1", optional = true }
rand = "0.8"
Expand Down

0 comments on commit 7104fd4

Please sign in to comment.