Skip to content

Commit

Permalink
chore(deps): update pin-project-lite requirement from 0.1 to 0.2 (#1116)
Browse files Browse the repository at this point in the history
* chore(deps): update pin-project-lite requirement from 0.1 to 0.2

This backports #1108 to v0.1.x. This was already approved on `master`,
so I'll just merge it pending CI.

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
hawkw and dependabot-preview[bot] authored Nov 23, 2020
1 parent 75ba278 commit 43440ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tracing/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ edition = "2018"
tracing-core = { path = "../tracing-core", version = "0.1.17", default-features = false }
log = { version = "0.4", optional = true }
tracing-attributes = { path = "../tracing-attributes", version = "0.1.10", optional = true }
cfg-if = "0.1.10"
pin-project-lite = "0.1"
cfg-if = "1.0.0"
pin-project-lite = "0.2"

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

0 comments on commit 43440ef

Please sign in to comment.