Skip to content

Commit

Permalink
build(deps): Bump the deadpool group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the deadpool group with 2 updates: [deadpool](https://github.com/bikeshedder/deadpool) and [deadpool-postgres](https://github.com/bikeshedder/deadpool).


Updates `deadpool` from 0.9.5 to 0.10.0
- [Changelog](https://github.com/bikeshedder/deadpool/blob/master/CHANGELOG.md)
- [Commits](bikeshedder/deadpool@deadpool-v0.9.5...deadpool-v0.10.0)

Updates `deadpool-postgres` from 0.10.5 to 0.11.0
- [Changelog](https://github.com/bikeshedder/deadpool/blob/master/CHANGELOG.md)
- [Commits](bikeshedder/deadpool@deadpool-postgres-v0.10.5...deadpool-postgres-v0.11.0)

---
updated-dependencies:
- dependency-name: deadpool
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deadpool
- dependency-name: deadpool-postgres
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deadpool
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 26, 2023
1 parent 46bd6dc commit 37e6ba4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 16 deletions.
17 changes: 5 additions & 12 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions aggregator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ bytes = "1.5.0"
chrono.workspace = true
clap = { version = "4.4.4", features = ["derive", "env"] }
console-subscriber = { version = "0.1.10", optional = true }
deadpool = { version = "0.9.5", features = ["rt_tokio_1"] }
deadpool-postgres = "0.10.5"
deadpool = { version = "0.10.0", features = ["rt_tokio_1"] }
deadpool-postgres = "0.11.0"
derivative = "2.2.0"
futures = "0.3.28"
fixed = { version = "1.23", optional = true }
Expand Down
4 changes: 2 additions & 2 deletions aggregator_core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ backoff = { version = "0.4.0", features = ["tokio"] }
base64.workspace = true
bytes = "1.5.0"
chrono = "0.4"
deadpool = { version = "0.9.5", features = ["rt_tokio_1"] }
deadpool-postgres = "0.10.5"
deadpool = { version = "0.10.0", features = ["rt_tokio_1"] }
deadpool-postgres = "0.11.0"
derivative = "2.2.0"
futures = "0.3.28"
hex = { version = "0.4.3", features = ["serde"], optional = true }
Expand Down

0 comments on commit 37e6ba4

Please sign in to comment.