Skip to content

Commit

Permalink
build(deps): bump postgres-types from 0.2.3 to 0.2.4
Browse files Browse the repository at this point in the history
Bumps [postgres-types](https://github.com/sfackler/rust-postgres) from 0.2.3 to 0.2.4.
- [Release notes](https://github.com/sfackler/rust-postgres/releases)
- [Commits](sfackler/rust-postgres@postgres-types-v0.2.3...postgres-types-v0.2.4)

---
updated-dependencies:
- dependency-name: postgres-types
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 23, 2022
1 parent 25b313d commit d8b8a49
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 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 d8b8a49

Please sign in to comment.