Update dependencies.

This commit is contained in:
Kavin 2023-08-12 12:04:53 +01:00
parent 9f05aa2cb6
commit 784a837762
No known key found for this signature in database
GPG Key ID: 6E4598CA5C92C41F
1 changed files with 2 additions and 2 deletions

View File

@ -6,8 +6,8 @@ version = "0.0.0"
[dev-dependencies]
piped = {path = "../piped"}
reqwest = "0.11.4"
tokio = {version = "1.12.0", features = ["macros", "rt-multi-thread"]}
reqwest = "^0.11"
tokio = {version = "1", features = ["macros", "rt-multi-thread"]}
[[example]]
name = "channel"