Skip to content

Commit 33b0b21

Browse files
Update console-subscriber requirement from 0.2 to 0.4 (#468)
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.0) --- updated-dependencies: - dependency-name: console-subscriber dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b826f33 commit 33b0b21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tarpc/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ pin-utils = "0.1.0"
7575
serde_bytes = "0.11"
7676
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
7777
tokio = { version = "1", features = ["full", "test-util", "tracing"] }
78-
console-subscriber = "0.2"
78+
console-subscriber = "0.4"
7979
tokio-serde = { version = "0.9", features = ["json", "bincode"] }
8080
trybuild = "1.0"
8181
tokio-rustls = "0.25"

0 commit comments

Comments
 (0)