Skip to content

Commit 3b020ea

Browse files
dependabot-preview[bot]hawkw
authored andcommitted
chore(deps): update pin-project requirement from 0.4 to 1.0 (#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] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
1 parent a0e9275 commit 3b020ea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tracing-futures/Cargo.toml

Lines changed: 1 addition & 1 deletion
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.1", default-features = false }
3333
tokio-executor = { version = "0.1", optional = true }
3434
tokio = { version = "0.1", optional = true }

tracing-tower/Cargo.toml

Lines changed: 1 addition & 1 deletion
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)