diff --git a/Cargo.toml b/Cargo.toml index e10e681..8e2bd08 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ once_cell = "1.19.0" poise = "0.6.1" reqwest = { version = "0.12.2", features = ["json"] } serde = "1.0.197" -serde_json = "1.0.114" +serde_json = "1.0.115" sysinfo = "0.30.7" tokenservice-client = { version = "0.1.0", registry = "gitea" } tokio = { version = "1.36.0", features = ["macros", "signal", "rt-multi-thread"] }