File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ std = ["tracing/std"]
28
28
futures_01 = { package = " futures" , version = " 0.1" , optional = true }
29
29
futures = { version = " 0.3.0" , optional = true }
30
30
futures-task = { version = " 0.3" , optional = true }
31
- pin-project = { version = " 0.4 " , optional = true }
31
+ pin-project = { version = " 1.0 " , optional = true }
32
32
tracing = { path = " ../tracing" , version = " 0.1" , default-features = false }
33
33
tokio-executor = { version = " 0.1" , optional = true }
34
34
tokio = { version = " 0.1" , optional = true }
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ futures = "0.3"
30
30
tower-service = " 0.3"
31
31
tower-layer = { version = " 0.3" , optional = true }
32
32
tower_make = { package = " tower-make" , version = " 0.3" , optional = true }
33
- pin-project = { version = " 0.4 " , optional = true }
33
+ pin-project = { version = " 1.0 " , optional = true }
34
34
http = { version = " 0.2" , optional = true }
35
35
36
36
[badges ]
You can’t perform that action at this time.
0 commit comments