diff --git a/tracing-subscriber/Cargo.toml b/tracing-subscriber/Cargo.toml index 283f3d9bd3..66a0c7e2bd 100644 --- a/tracing-subscriber/Cargo.toml +++ b/tracing-subscriber/Cargo.toml @@ -37,7 +37,7 @@ tracing-fmt = "0.0.1-alpha.2" tracing = "0.1" # load generator demo -tracing-tower = { path = "../tracing-tower" } +tracing-tower = { git = "https://github.com/tokio-rs/tracing" } tower = "0.1" tower-hyper = "0.1" tower-http-util = "0.1"