Skip to content

Commit a8dcd7c

Browse files
authored
chore(dependencies): upgrade minimum tokio to 1.13 (#3345)
This is for tokio::sync::watch::Sender::send_replace
1 parent cd6af66 commit a8dcd7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ futures-util = { version = "0.3", default-features = false }
2626
http = "0.2"
2727
http-body = "=1.0.0-rc.2"
2828
pin-project-lite = "0.2.4"
29-
tokio = { version = "1", features = ["sync"] }
29+
tokio = { version = "1.13", features = ["sync"] }
3030

3131
# Optional
3232

0 commit comments

Comments
 (0)