Skip to content

Commit

Permalink
Bump dependencies again, introduces semver change in deadpool-postgres
Browse files Browse the repository at this point in the history
  • Loading branch information
serprex committed Dec 18, 2023
1 parent 3415fdb commit 0aa18b8
Show file tree
Hide file tree
Showing 3 changed files with 73 additions and 66 deletions.
36 changes: 13 additions & 23 deletions nexus/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 nexus/peer-connections/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = "2021"
[dependencies]
anyhow = "1.0"
chrono = { version = "0.4" }
deadpool-postgres = { version = "0.11", features = ["rt_tokio_1"] }
deadpool-postgres = { version = "0.12", features = ["rt_tokio_1"] }
tokio = { version = "1", features = ["full"] }
tokio-postgres = { version = "0.7.6", features = [
"with-chrono-0_4",
Expand Down
101 changes: 59 additions & 42 deletions ui/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0aa18b8

Please sign in to comment.