Skip to content

Commit

Permalink
chore(deps): update pin-project-lite requirement from 0.1 to 0.2 (#1108)
Browse files Browse the repository at this point in the history
Updates the requirements on [pin-project-lite](https://github.com/taiki-e/pin-project-lite) to permit the latest version.
- [Release notes](https://github.com/taiki-e/pin-project-lite/releases)
- [Changelog](https://github.com/taiki-e/pin-project-lite/blob/master/CHANGELOG.md)
- [Commits](taiki-e/pin-project-lite@v0.1.0...v0.2.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
  • Loading branch information
dependabot-preview[bot] authored Nov 16, 2020
1 parent 6b272c6 commit 103689a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tracing/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ tracing-core = { path = "../tracing-core", version = "0.2", default-features = f
log = { version = "0.4", optional = true }
tracing-attributes = { path = "../tracing-attributes", version = "0.2", optional = true }
cfg-if = "1.0.0"
pin-project-lite = "0.1"
pin-project-lite = "0.2"

[dev-dependencies]
futures = "0.1"
Expand Down

0 comments on commit 103689a

Please sign in to comment.