Update dependencies to their latest versions
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-03-19 18:58:34 +01:00
parent f5f2efcfde
commit f94a51027b
3 changed files with 34 additions and 49 deletions

View File

@ -15,16 +15,16 @@ categories = [ "games" ]
sea_battle_backend = { path = "../sea_battle_backend", version = "0.2.0" }
clap = { version = "4.0.16", features = ["derive"] }
log = "0.4.17"
env_logger = "0.9.0"
env_logger = "0.10.0"
tui = "0.19.0"
crossterm = "0.25.0"
crossterm = "0.26.1"
lazy_static = "1.4.0"
tokio = "1.21.2"
num = "0.4.0"
num-traits = "0.2.15"
num-derive = "0.3.3"
textwrap = "0.15.1"
tokio-tungstenite = { version = "0.17.2", features = ["__rustls-tls", "rustls-tls-native-roots"] }
textwrap = "0.16.0"
tokio-tungstenite = { version = "0.18.0", features = ["__rustls-tls", "rustls-tls-native-roots"] }
serde_urlencoded = "0.7.1"
futures = "0.3.23"
serde_json = "1.0.85"