Skip to content

Commit

Permalink
Update console-subscriber requirement from 0.2.0 to 0.4.1
Browse files Browse the repository at this point in the history
Updates the requirements on [console-subscriber](https://github.com/tokio-rs/console) to permit the latest version.
- [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.4.1)

---
updated-dependencies:
- dependency-name: console-subscriber
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 25, 2024
1 parent d32e5d6 commit a63e89d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ unicode-linebreak = ">= 0.1.5" # Required to fix minimal-versions
gcc = ">= 0.3.4" # Required to fix minimal-versions

# tokio-console
console-subscriber = "0.2.0"
console-subscriber = "0.4.1"

# For testing unix signals
[target.'cfg(unix)'.dev-dependencies]
Expand Down

0 comments on commit a63e89d

Please sign in to comment.