diff --git a/Cargo.toml b/Cargo.toml index 949f0ac..bef7f9e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ cargo_toml = "0.19.2" gamedig = "0.5.0" once_cell = "1.19.0" poise = "0.6.1" -reqwest = { version = "0.12.2", features = ["json"] } +reqwest = { version = "0.12.3", features = ["json"] } serde = "1.0.197" serde_json = "1.0.115" sysinfo = "0.30.8"