Upgraded to the most recent version of Tokio to fix a bug

This commit is contained in:
2024-02-13 18:35:42 -07:00
parent 9bff58c20b
commit 8098223089
2 changed files with 18 additions and 18 deletions
+2 -2
View File
@@ -30,7 +30,7 @@ serde_json = "1.0.91"
serde = { version = "1.0", features = ["derive"] }
strum = {version = "0.26.1", features = ["derive"] }
strum_macros = "0.26.1"
tokio = { version = "1.29.0", features = ["full"] }
tokio = { version = "1.36.0", features = ["full"] }
tokio-util = "0.7.8"
ratatui = { version = "0.26.0", features = ["all-widgets"] }
urlencoding = "2.1.2"
@@ -52,4 +52,4 @@ name = "managarr"
[profile.release]
lto = true
codegen-units = 1
codegen-units = 1