Update dependencies

This commit is contained in:
Joscha 2022-06-13 09:25:43 +02:00
parent bea4ed90e7
commit 0be5c7f67a
2 changed files with 11 additions and 11 deletions

View file

@ -12,5 +12,5 @@ crossterm = { version = "0.23.2", features = ["event-stream"] }
futures = "0.3.21"
parking_lot = "0.12.1"
thiserror = "1.0.31"
tokio = { version = "1.18.2", features = ["full"] }
tokio = { version = "1.19.2", features = ["full"] }
toss = { git = "https://github.com/Garmelon/toss.git", rev = "333cf74fba56080043a13b9f55c0b62695e2fa4a" }