Skip to content

Commit

Permalink
chore: update pin-project-lite to 0.2.0 (#3139)
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Nov 13, 2020
1 parent 850bfc9 commit 60366ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tokio-util/Cargo.toml
Expand Up @@ -41,7 +41,7 @@ futures-core = "0.3.0"
futures-sink = "0.3.0"
futures-io = { version = "0.3.0", optional = true }
log = "0.4"
pin-project-lite = "0.1.4"
pin-project-lite = "0.2.0"
slab = { version = "0.4.1", optional = true } # Backs `DelayQueue`

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion tokio/Cargo.toml
Expand Up @@ -91,7 +91,7 @@ time = []
[dependencies]
tokio-macros = { version = "0.3.0", path = "../tokio-macros", optional = true }

pin-project-lite = "0.1.1"
pin-project-lite = "0.2.0"

# Everything else is optional...
bytes = { version = "0.6.0", optional = true }
Expand Down

0 comments on commit 60366ca

Please sign in to comment.