Skip to content

Commit

Permalink
chore(deps): Bump console-subscriber from 0.3.0 to 0.4.0 (#21460)
Browse files Browse the repository at this point in the history
Bumps [console-subscriber](https://github.com/tokio-rs/console) from 0.3.0 to 0.4.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.3.0...console-subscriber-v0.4.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 10, 2024
1 parent 1fb53f6 commit 1aeed4d
Show file tree
Hide file tree
Showing 2 changed files with 121 additions and 24 deletions.
143 changes: 120 additions & 23 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 @@ -180,7 +180,7 @@ tokio = { version = "1.40.0", default-features = false, features = ["full"] }
tokio-openssl = { version = "0.6.5", default-features = false }
tokio-stream = { version = "0.1.16", default-features = false, features = ["net", "sync", "time"] }
tokio-util = { version = "0.7", default-features = false, features = ["io", "time"] }
console-subscriber = { version = "0.3.0", default-features = false, optional = true }
console-subscriber = { version = "0.4.0", default-features = false, optional = true }

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

0 comments on commit 1aeed4d

Please sign in to comment.