diff --git a/sfsmcctl/Cargo.toml b/sfsmcctl/Cargo.toml index 2ff1c80..055be27 100644 --- a/sfsmcctl/Cargo.toml +++ b/sfsmcctl/Cargo.toml @@ -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" \ No newline at end of file diff --git a/sfsmcd/Cargo.toml b/sfsmcd/Cargo.toml index 33f326f..7c40c0b 100644 --- a/sfsmcd/Cargo.toml +++ b/sfsmcd/Cargo.toml @@ -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]