Skip to content

Commit 3ce1fca

Browse files
dependabot[bot]taiki-e
authored andcommitted
Update spin requirement from 0.9.8 to 0.10.0
--- updated-dependencies: - dependency-name: spin dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent cc3a15d commit 3ce1fca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

futures-util/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ memchr = { version = "2.2", optional = true }
4242
futures_01 = { version = "0.1.25", optional = true, package = "futures" }
4343
tokio-io = { version = "0.1.9", optional = true }
4444
pin-project-lite = "0.2.6"
45-
spin = { version = "0.9.8", optional = true }
45+
spin = { version = "0.10.0", optional = true }
4646

4747
[dev-dependencies]
4848
futures = { path = "../futures", features = ["async-await", "thread-pool"] }

0 commit comments

Comments
 (0)