This commit is contained in:
Robin Appelman 2024-06-13 22:30:52 +02:00
commit 52ca1c8df5
8 changed files with 675 additions and 546 deletions

View file

@ -5,16 +5,16 @@ authors = ["Robin Appelman <robin@icewind.nl>"]
edition = "2018"
[dependencies]
async-trait = "0.1.77"
chrono = { version = "0.4.34", features = ["serde"] }
thiserror = "1.0.57"
reqwest = { version = "0.11.24", default-features = false, features = ["json", "rustls-tls"] }
serde = { version = "1.0.197", features = ["derive"] }
toml = "0.8.10"
tokio = { version = "1.36.0", features = ["macros", "rt-multi-thread", "signal"] }
camino = "1.1.6"
petname = "1.1.3"
thrussh = "0.34.0" # 0.35.1 broke password auth?
async-trait = "0.1.80"
chrono = { version = "0.4.38", features = ["serde"] }
thiserror = "1.0.61"
reqwest = { version = "0.12.4", default-features = false, features = ["json", "rustls-tls"] }
serde = { version = "1.0.203", features = ["derive"] }
toml = "0.8.14"
tokio = { version = "1.38.0", features = ["macros", "rt-multi-thread", "signal"] }
camino = "1.1.7"
petname = "2.0.2"
thrussh = "0.34.1" # 0.35.1 broke password auth?
thrussh-keys = "0.22.1"
futures-util = "0.3.30"
pretty_env_logger = "0.5.0"
@ -22,7 +22,7 @@ cron = "0.12.1"
rcon = { version = "0.6.0", features = ["rt-tokio"] }
tracing = "0.1.40"
tracing-subscriber = "0.3.18"
clap = { version = "4.5.1", features = ["derive"] }
clap = { version = "4.5.7", features = ["derive"] }
main_error = "0.1.2"
secretfile = "0.1.0"