Update dependencies
This commit is contained in:
parent
36268937de
commit
178abf5a72
@ -9,10 +9,10 @@ edition = "2018"
|
||||
[dependencies]
|
||||
clap = { version = "2.33", features = ["wrap_help", "color"] }
|
||||
toml = "0.5"
|
||||
tokio = { version = "0.2", features = ["full"] }
|
||||
tokio = { version = "0.3", features = ["full"] }
|
||||
async-minecraft-ping = "0.2"
|
||||
dbus = { version = "0.9", features = ["futures"] }
|
||||
dbus-tokio = "0.5"
|
||||
dbus-tokio = "0.6"
|
||||
log = "0.4"
|
||||
env_logger = "0.7"
|
||||
env_logger = "0.8"
|
||||
dbus-tree = "0.9"
|
@ -6,14 +6,14 @@ authors = ["Elias Schriefer"]
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
actix-web = "3.0"
|
||||
actix-web = "3.2"
|
||||
toml = "0.5"
|
||||
tokio = { version = "0.2", features = ["full"] }
|
||||
tokio = { version = "0.3", features = ["full"] }
|
||||
async-minecraft-ping = "0.2"
|
||||
dbus = { version = "0.9", features = ["futures"] }
|
||||
dbus-tokio = "0.5"
|
||||
dbus-tokio = "0.6"
|
||||
log = "0.4"
|
||||
env_logger = "0.7"
|
||||
env_logger = "0.8"
|
||||
dbus-tree = "0.9"
|
||||
|
||||
[features]
|
||||
|
Loading…
Reference in New Issue
Block a user