Update
This commit is contained in:
parent
0434d3749c
commit
8f41d83a3d
10
Cargo.toml
10
Cargo.toml
|
@ -7,9 +7,9 @@ edition = "2021"
|
|||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
futures = "^0.3"
|
||||
fltk = { version = "^1.4", features = ["fltk-bundled"] }
|
||||
fltk-theme = "^0.7"
|
||||
tokio = { version = "^1.40", features = ["full"] }
|
||||
# bytes = "^1.4"
|
||||
futures = "0.3.31"
|
||||
fltk = { version = "1.4.36", features = ["fltk-bundled"] }
|
||||
fltk-theme = "0.7.3"
|
||||
tokio = { version = "1.41.1", features = ["full"] }
|
||||
# bytes = "1.9"
|
||||
dotenv = "^0.15"
|
||||
|
|
Loading…
Reference in New Issue