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