diff --git a/Cargo.toml b/Cargo.toml index 6ff974a..3efbd87 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ once_cell = "1.19.0" poise = "0.6.1" reqwest = { version = "0.12.3", features = ["json"] } serde = "1.0.197" -serde_json = "1.0.115" +serde_json = "1.0.116" sysinfo = "0.30.10" tokenservice-client = { version = "0.2.0", registry = "gitea" } tokio = { version = "1.37.0", features = ["macros", "signal", "rt-multi-thread"] }