Upgraded to the most recent version of Tokio to fix a bug
This commit is contained in:
+2
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user