Skip to content

Commit

Permalink
chore(deps): Bump console-subscriber from 0.1.10 to 0.2.0 (#18732)
Browse files Browse the repository at this point in the history
Bumps [console-subscriber](https://github.com/tokio-rs/console) from 0.1.10 to 0.2.0.
- [Release notes](https://github.com/tokio-rs/console/releases)
- [Commits](tokio-rs/console@console-subscriber-v0.1.10...console-subscriber-v0.2.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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 29, 2023
1 parent 31d92c2 commit eda0378
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
21 changes: 11 additions & 10 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 @@ -155,7 +155,7 @@ tokio = { version = "1.32.0", default-features = false, features = ["full"] }
tokio-openssl = { version = "0.6.3", default-features = false }
tokio-stream = { version = "0.1.14", default-features = false, features = ["net", "sync", "time"] }
tokio-util = { version = "0.7", default-features = false, features = ["io", "time"] }
console-subscriber = { version = "0.1.10", default-features = false, optional = true }
console-subscriber = { version = "0.2.0", default-features = false, optional = true }

# Tracing
tracing = { version = "0.1.34", default-features = false }
Expand Down

0 comments on commit eda0378

Please sign in to comment.