Skip to content

Commit

Permalink
Merge pull request #30 from tansu-io/dependabot/cargo/main/tokio-post…
Browse files Browse the repository at this point in the history
…gres-0.7.12

Bump tokio-postgres from 0.7.11 to 0.7.12
  • Loading branch information
shortishly authored Sep 18, 2024
2 parents 7159ce7 + 20ac819 commit 9581f44
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 @@ -76,7 +76,7 @@ tempfile = "3"
thiserror = "1.0"
time = { version = "0.3.36", features = ["formatting", "macros"] }
tokio = { version = "1", features = ["full"] }
tokio-postgres = { version = "0.7.11", features = ["with-uuid-1"] }
tokio-postgres = { version = "0.7.12", features = ["with-uuid-1"] }
tracing = "0.1"
tracing-core = { version = "0.1" }
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
Expand Down

0 comments on commit 9581f44

Please sign in to comment.