Skip to content

Commit cd911e0

Browse files
chore(deps): update pin-project requirement from 0.4 to 1.0 (tokio-rs#1038)
Updates the requirements on [pin-project](https://github.com/taiki-e/pin-project) to permit the latest version. - [Release notes](https://github.com/taiki-e/pin-project/releases) - [Changelog](https://github.com/taiki-e/pin-project/blob/master/CHANGELOG.md) - [Commits](taiki-e/pin-project@v0.4.0...v1.0.0) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
1 parent b5b26be commit cd911e0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tracing-futures/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ std = ["tracing/std"]
2828
futures_01 = { package = "futures", version = "0.1", optional = true }
2929
futures = { version = "0.3.0", optional = true }
3030
futures-task = { version = "0.3", optional = true }
31-
pin-project = { version = "0.4", optional = true }
31+
pin-project = { version = "1.0", optional = true }
3232
tracing = { path = "../tracing", version = "0.2", default-features = false }
3333
tokio-executor = { version = "0.1", optional = true }
3434
tokio = { version = "0.1", optional = true }

tracing-tower/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ futures = "0.3"
3030
tower-service = "0.3"
3131
tower-layer = { version = "0.3", optional = true }
3232
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 }
3434
http = { version = "0.2", optional = true }
3535

3636
[badges]

0 commit comments

Comments
 (0)