diff --git a/Cargo.toml b/Cargo.toml index df47be1..949f0ac 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ poise = "0.6.1" reqwest = { version = "0.12.2", features = ["json"] } serde = "1.0.197" serde_json = "1.0.115" -sysinfo = "0.30.7" +sysinfo = "0.30.8" tokenservice-client = { version = "0.2.0", registry = "gitea" } tokio = { version = "1.37.0", features = ["macros", "signal", "rt-multi-thread"] } tokio-postgres = "0.7.10"