Skip to content

Commit

Permalink
chore(dependencies): upgrade minimum tokio to 1.13 (#3345)
Browse files Browse the repository at this point in the history
This is for tokio::sync::watch::Sender::send_replace
  • Loading branch information
palfrey committed Oct 13, 2023
1 parent cd6af66 commit a8dcd7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ futures-util = { version = "0.3", default-features = false }
http = "0.2"
http-body = "=1.0.0-rc.2"
pin-project-lite = "0.2.4"
tokio = { version = "1", features = ["sync"] }
tokio = { version = "1.13", features = ["sync"] }

# Optional

Expand Down

0 comments on commit a8dcd7c

Please sign in to comment.