Skip to content

Commit

Permalink
Bump tokio-postgres from 0.7.11 to 0.7.12
Browse files Browse the repository at this point in the history
Bumps [tokio-postgres](https://github.com/sfackler/rust-postgres) from 0.7.11 to 0.7.12.
- [Release notes](https://github.com/sfackler/rust-postgres/releases)
- [Commits](sfackler/rust-postgres@tokio-postgres-v0.7.11...tokio-postgres-v0.7.12)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 16, 2024
1 parent 8f98cda commit f5eb60e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ serde_json = "1"
subxt = { version = "0.37.0", features = ["substrate-compat", "unstable-reconnecting-rpc-client"] }
thiserror = "1.0.30"
tokio = { version = "1.40", features = ["sync", "macros", "rt-multi-thread"] }
tokio-postgres = { version = "0.7.11", features = ["with-serde_json-1"] }
tokio-postgres = { version = "0.7.12", features = ["with-serde_json-1"] }
tracing = "0.1.37"
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
url = "2.2.2"
Expand Down

0 comments on commit f5eb60e

Please sign in to comment.