Skip to content

Commit

Permalink
Bump console-subscriber from 0.2.0 to 0.3.0
Browse files Browse the repository at this point in the history
Bumps [console-subscriber](https://github.com/tokio-rs/console) from 0.2.0 to 0.3.0.
- [Release notes](https://github.com/tokio-rs/console/releases)
- [Changelog](https://github.com/tokio-rs/console/blob/main/release-plz.toml)
- [Commits](tokio-rs/console@console-subscriber-v0.2.0...console-subscriber-v0.3.0)

---
updated-dependencies:
- dependency-name: console-subscriber
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jun 11, 2024
1 parent 04ba9bd commit 02ba3ae
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 37 deletions.
46 changes: 10 additions & 36 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 aggregator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ base64 = "0.22.1"
bytes = "1.6.0"
chrono.workspace = true
clap = { version = "4.5.7", features = ["derive", "env"] }
console-subscriber = { version = "0.2.0", optional = true }
console-subscriber = { version = "0.3.0", optional = true }
deadpool = { version = "0.12.1", features = ["rt_tokio_1"] }
deadpool-postgres = "0.14.0"
derivative.workspace = true
Expand Down

0 comments on commit 02ba3ae

Please sign in to comment.