Skip to content

Commit

Permalink
chore(deps): bump tracing-subscriber and use nu-ansi-term (#5703)
Browse files Browse the repository at this point in the history
Signed-off-by: TennyZhuang <zty0826@gmail.com>

Signed-off-by: TennyZhuang <zty0826@gmail.com>
  • Loading branch information
TennyZhuang committed Oct 8, 2022
1 parent 8e06d6a commit 4a4f855
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 20 deletions.
35 changes: 21 additions & 14 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/bench/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ tokio = { version = "0.2", package = "madsim-tokio", features = [
tokio-stream = "0.1"
toml = "0.5"
tracing = "0.1"
tracing-subscriber = "0.3"
tracing-subscriber = "0.3.16"

[target.'cfg(not(madsim))'.dependencies]
workspace-hack = { version = "0.1", path = "../workspace-hack" }
Expand Down
2 changes: 1 addition & 1 deletion src/tests/regress/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ similar = "2"
tempfile = "3"
tokio = { version = "0.2", package = "madsim-tokio", features = ["rt", "rt-multi-thread", "sync", "macros", "time", "signal", "process"] }
tracing = "0.1"
tracing-subscriber = "0.3"
tracing-subscriber = "0.3.16"

[target.'cfg(not(madsim))'.dependencies]
workspace-hack = { version = "0.1", path = "../../workspace-hack" }
Expand Down
2 changes: 1 addition & 1 deletion src/tests/sqlsmith/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ risingwave_sqlparser = { path = "../../sqlparser" }
tokio = { version = "0.2", package = "madsim-tokio" }
tokio-postgres = "0.7.7"
tracing = "0.1"
tracing-subscriber = "0.3"
tracing-subscriber = "0.3.16"

[target.'cfg(not(madsim))'.dependencies]
workspace-hack = { version = "0.1", path = "../../workspace-hack" }
Expand Down
2 changes: 1 addition & 1 deletion src/utils/runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ tokio = { version = "0.2.7", package = "madsim-tokio", features = [
] }
tokio-stream = "0.1"
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["fmt", "parking_lot"] }
tracing-subscriber = { version = "0.3.16", features = ["fmt", "parking_lot"] }

[target.'cfg(not(madsim))'.dependencies]
workspace-hack = { version = "0.1", path = "../../workspace-hack" }
4 changes: 2 additions & 2 deletions src/workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ tower-http = { version = "0.3", features = ["add-extension", "cors", "map-respon
tracing = { version = "0.1", features = ["attributes", "log", "release_max_level_info", "std", "tracing-attributes"] }
tracing-core = { version = "0.1", features = ["once_cell", "std"] }
tracing-futures = { version = "0.2", features = ["pin-project", "std", "std-future"] }
tracing-subscriber = { version = "0.3", features = ["alloc", "ansi", "ansi_term", "env-filter", "fmt", "matchers", "once_cell", "parking_lot", "regex", "registry", "sharded-slab", "smallvec", "std", "thread_local", "tracing", "tracing-log"] }
tracing-subscriber = { version = "0.3", features = ["alloc", "ansi", "env-filter", "fmt", "matchers", "nu-ansi-term", "once_cell", "parking_lot", "regex", "registry", "sharded-slab", "smallvec", "std", "thread_local", "tracing", "tracing-log"] }
url = { version = "2", default-features = false, features = ["serde"] }
uuid = { version = "1", features = ["private_getrandom", "rng", "serde", "std", "v4"] }

Expand Down Expand Up @@ -153,7 +153,7 @@ tower-http = { version = "0.3", features = ["add-extension", "cors", "map-respon
tracing = { version = "0.1", features = ["attributes", "log", "release_max_level_info", "std", "tracing-attributes"] }
tracing-core = { version = "0.1", features = ["once_cell", "std"] }
tracing-futures = { version = "0.2", features = ["pin-project", "std", "std-future"] }
tracing-subscriber = { version = "0.3", features = ["alloc", "ansi", "ansi_term", "env-filter", "fmt", "matchers", "once_cell", "parking_lot", "regex", "registry", "sharded-slab", "smallvec", "std", "thread_local", "tracing", "tracing-log"] }
tracing-subscriber = { version = "0.3", features = ["alloc", "ansi", "env-filter", "fmt", "matchers", "nu-ansi-term", "once_cell", "parking_lot", "regex", "registry", "sharded-slab", "smallvec", "std", "thread_local", "tracing", "tracing-log"] }
url = { version = "2", default-features = false, features = ["serde"] }
uuid = { version = "1", features = ["private_getrandom", "rng", "serde", "std", "v4"] }

Expand Down

0 comments on commit 4a4f855

Please sign in to comment.