Skip to content

Commit

Permalink
chore(deps): Bump console-subscriber from 0.1.10 to 0.2.0 (#12613)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
Co-authored-by: TennyZhuang <[email protected]>
  • Loading branch information
3 people authored Oct 16, 2023
1 parent 7c301f3 commit b560feb
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 12 deletions.
22 changes: 12 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 src/utils/runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ chrono = { version = "0.4", default-features = false, features = [
"std",
] }
console = "0.15"
console-subscriber = "0.1.10"
console-subscriber = "0.2.0"
either = "1"
futures = { version = "0.3", default-features = false, features = ["alloc"] }
hostname = "0.3"
Expand Down
3 changes: 2 additions & 1 deletion src/workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,8 @@ tokio-stream = { git = "https://github.com/madsim-rs/tokio.git", rev = "fe39bb8e
tokio-util = { version = "0.7", features = ["codec", "io"] }
toml_datetime = { version = "0.6", default-features = false, features = ["serde"] }
toml_edit = { version = "0.19", features = ["serde"] }
tonic = { version = "0.9", features = ["gzip", "tls-webpki-roots"] }
tonic-274715c4dabd11b0 = { package = "tonic", version = "0.9", features = ["gzip", "tls-webpki-roots"] }
tonic-93f6ce9d446188ac = { package = "tonic", version = "0.10" }
tower = { version = "0.4", features = ["balance", "buffer", "filter", "limit", "load-shed", "retry", "timeout", "util"] }
tracing = { version = "0.1", features = ["log"] }
tracing-core = { version = "0.1" }
Expand Down

0 comments on commit b560feb

Please sign in to comment.