mirror of
https://github.com/tokio-rs/tracing.git
synced 2025-10-02 15:24:47 +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"
|
log = "0.4"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
tracing = { version = "0.1", path = "../tracing" }
|
tracing = "0.1"
|
||||||
tracing-fmt = { path = "../tracing-fmt" }
|
tracing-fmt = { path = "../tracing-fmt" }
|
||||||
tracing-futures = { path = "../tracing-futures" }
|
tracing-futures = { path = "../tracing-futures" }
|
||||||
tracing-subscriber = { path = "../tracing-subscriber" }
|
tracing-subscriber = { path = "../tracing-subscriber" }
|
||||||
hyper = "=0.12.25"
|
hyper = "=0.12.25"
|
||||||
futures = "0.1"
|
futures = "0.1"
|
||||||
tokio = "0.1.21"
|
tokio = "0.1.22"
|
||||||
|
@ -9,7 +9,7 @@ default = ["ansi", "chrono"]
|
|||||||
ansi = ["ansi_term"]
|
ansi = ["ansi_term"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
tracing-core = { version = "0.1", path = "../tracing-core" }
|
tracing-core = "0.1"
|
||||||
ansi_term = { version = "0.11", optional = true }
|
ansi_term = { version = "0.11", optional = true }
|
||||||
regex = "1"
|
regex = "1"
|
||||||
lazy_static = "1"
|
lazy_static = "1"
|
||||||
@ -19,4 +19,4 @@ lock_api = "0.1"
|
|||||||
chrono = { version = "0.4", optional = true }
|
chrono = { version = "0.4", optional = true }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
tracing = { version = "0.1", path = "../tracing" }
|
tracing = "0.1"
|
||||||
|
@ -9,11 +9,11 @@ default = ["tokio"]
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
futures = "0.1"
|
futures = "0.1"
|
||||||
tracing = { version = "0.1", path = "../tracing" }
|
tracing = "0.1"
|
||||||
tokio = { version = "0.1", optional = true }
|
tokio = { version = "0.1", optional = true }
|
||||||
tokio-executor = { version = "0.1", optional = true }
|
tokio-executor = { version = "0.1", optional = true }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
tokio = "0.1.21"
|
tokio = "0.1.22"
|
||||||
tracing-fmt = { path = "../tracing-fmt" }
|
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
|
proc-macro = true
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
tracing = { version = "0.1", path = "../tracing" }
|
tracing = "0.1"
|
||||||
syn = { version = "0.15", features = ["full", "extra-traits"] }
|
syn = { version = "0.15", features = ["full", "extra-traits"] }
|
||||||
quote = "0.6"
|
quote = "0.6"
|
||||||
proc-macro2 = { version = "0.4", features = ["nightly"] }
|
proc-macro2 = { version = "0.4", features = ["nightly"] }
|
||||||
|
@ -5,8 +5,7 @@ authors = ["Eliza Weisman <eliza@buoyant.io>"]
|
|||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
tracing = "0.1"
|
||||||
tracing = { version = "0.1", path = "../tracing" }
|
|
||||||
tracing-futures = { path = "../tracing-futures" }
|
tracing-futures = { path = "../tracing-futures" }
|
||||||
futures = "0.1"
|
futures = "0.1"
|
||||||
tower-service = "0.2"
|
tower-service = "0.2"
|
||||||
|
@ -5,7 +5,7 @@ authors = ["Eliza Weisman <eliza@buoyant.io>"]
|
|||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
tracing = { version = "0.1", path = "../tracing" }
|
tracing = "0.1"
|
||||||
tracing-futures = { path = "../tracing-futures" }
|
tracing-futures = { path = "../tracing-futures" }
|
||||||
futures = "0.1"
|
futures = "0.1"
|
||||||
tower-service = "0.2"
|
tower-service = "0.2"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user