Skip to content

Commit

Permalink
require safe tokio version range
Browse files Browse the repository at this point in the history
  • Loading branch information
robjtede committed Feb 4, 2023
1 parent bce1f86 commit 3a94aee
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 @@ -36,7 +36,7 @@ serde_urlencoded = "0.7"
slog = "2"
slog-async = "2"
slog-term = "2"
tokio = { version = "1.24", features = ["rt-multi-thread", "macros", "sync", "time"] }
tokio = { version = "1.24.2", features = ["rt-multi-thread", "macros", "sync", "time"] }
toml = "0.7"

[build-dependencies]
Expand Down

0 comments on commit 3a94aee

Please sign in to comment.