Skip to content

Commit 41e923a

Browse files
committed
Update Cargo.toml
1 parent 2e5a29f commit 41e923a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ pin-project = "1"
1010
# For timer only
1111
# TODO, Add this under a feature gate
1212
# TODO, Only tokio::sync::watch channel is used (find individual dependency)
13-
tokio = { version = "1.0", default-features = false, features = ["sync"] }
13+
tokio = { version = "1.38.1", default-features = false, features = ["sync"] }
1414

1515
[dev-dependencies]
1616
tokio = { version = "1", features = ["full"] }

0 commit comments

Comments
 (0)