mirror of
https://github.com/tokio-rs/tracing.git
synced 2025-09-29 05:52:37 +00:00
fmt,futures,tower,tower-http: Use crates.io instead of local pat… (#139)
Signed-off-by: Lucio Franco <luciofranco14@gmail.com>
This commit is contained in:
parent
46d3da806f
commit
1a3f365965
@ -9,10 +9,10 @@ env_logger = "0.5"
|
||||
log = "0.4"
|
||||
|
||||
[dev-dependencies]
|
||||
tracing = { version = "0.1", path = "../tracing" }
|
||||
tracing = "0.1"
|
||||
tracing-fmt = { path = "../tracing-fmt" }
|
||||
tracing-futures = { path = "../tracing-futures" }
|
||||
tracing-subscriber = { path = "../tracing-subscriber" }
|
||||
hyper = "=0.12.25"
|
||||
futures = "0.1"
|
||||
tokio = "0.1.21"
|
||||
tokio = "0.1.22"
|
||||
|
@ -9,7 +9,7 @@ default = ["ansi", "chrono"]
|
||||
ansi = ["ansi_term"]
|
||||
|
||||
[dependencies]
|
||||
tracing-core = { version = "0.1", path = "../tracing-core" }
|
||||
tracing-core = "0.1"
|
||||
ansi_term = { version = "0.11", optional = true }
|
||||
regex = "1"
|
||||
lazy_static = "1"
|
||||
@ -19,4 +19,4 @@ lock_api = "0.1"
|
||||
chrono = { version = "0.4", optional = true }
|
||||
|
||||
[dev-dependencies]
|
||||
tracing = { version = "0.1", path = "../tracing" }
|
||||
tracing = "0.1"
|
||||
|
@ -9,11 +9,11 @@ default = ["tokio"]
|
||||
|
||||
[dependencies]
|
||||
futures = "0.1"
|
||||
tracing = { version = "0.1", path = "../tracing" }
|
||||
tracing = "0.1"
|
||||
tokio = { version = "0.1", optional = true }
|
||||
tokio-executor = { version = "0.1", optional = true }
|
||||
|
||||
[dev-dependencies]
|
||||
tokio = "0.1.21"
|
||||
tokio = "0.1.22"
|
||||
tracing-fmt = { path = "../tracing-fmt" }
|
||||
tracing-core = { path = "../tracing-core" }
|
||||
tracing-core = "0.1"
|
||||
|
@ -7,7 +7,7 @@ authors = ["Eliza Weisman <eliza@buoyant.io>", "David Barsky <dbarsky@amazon.com
|
||||
proc-macro = true
|
||||
|
||||
[dependencies]
|
||||
tracing = { version = "0.1", path = "../tracing" }
|
||||
tracing = "0.1"
|
||||
syn = { version = "0.15", features = ["full", "extra-traits"] }
|
||||
quote = "0.6"
|
||||
proc-macro2 = { version = "0.4", features = ["nightly"] }
|
||||
|
@ -5,8 +5,7 @@ authors = ["Eliza Weisman <eliza@buoyant.io>"]
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
|
||||
tracing = { version = "0.1", path = "../tracing" }
|
||||
tracing = "0.1"
|
||||
tracing-futures = { path = "../tracing-futures" }
|
||||
futures = "0.1"
|
||||
tower-service = "0.2"
|
||||
|
@ -5,7 +5,7 @@ authors = ["Eliza Weisman <eliza@buoyant.io>"]
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
tracing = { version = "0.1", path = "../tracing" }
|
||||
tracing = "0.1"
|
||||
tracing-futures = { path = "../tracing-futures" }
|
||||
futures = "0.1"
|
||||
tower-service = "0.2"
|
||||
|
Loading…
x
Reference in New Issue
Block a user