Update dependencies
This commit is contained in:
parent
c9ba61be3b
commit
704e5cf8f4
@ -1,7 +1,6 @@
|
||||
[package]
|
||||
name = "sfsmcctl"
|
||||
version = "0.1.0"
|
||||
# description = "More than a web server that dynamically show the status of a Minecraft server (formerly known as bukkit-server-status)"
|
||||
description = "Control the sfsmcd minecraft and status servers"
|
||||
authors = ["Elias Schriefer"]
|
||||
edition = "2018"
|
||||
@ -9,7 +8,7 @@ edition = "2018"
|
||||
[dependencies]
|
||||
clap = { version = "2.33", features = ["wrap_help", "color"] }
|
||||
toml = "0.5"
|
||||
tokio = { version = "0.2", features = ["full"] }
|
||||
tokio = { version = "0.2", features = ["rt-threaded"] }
|
||||
async-minecraft-ping = "0.2"
|
||||
dbus = { version = "0.9", features = ["futures"] }
|
||||
dbus-tokio = "0.6"
|
||||
|
@ -6,9 +6,9 @@ authors = ["Elias Schriefer"]
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
actix-web = "3.2"
|
||||
actix-web = "3.3"
|
||||
toml = "0.5"
|
||||
tokio = { version = "0.2", features = ["full"] }
|
||||
tokio = { version = "0.2", features = ["process", "sync", "blocking", "rt-threaded"] }
|
||||
async-minecraft-ping = "0.2"
|
||||
dbus = { version = "0.9", features = ["futures"] }
|
||||
dbus-tokio = "0.6"
|
||||
|
Loading…
Reference in New Issue
Block a user