commit 148876a38d23535bbdfd6adf12631168775c6218 parent 80268d3bc0c186940811460835705ac2577a6bb9 Author: Minerva_juppiter <94231606+minerva-jupiter@users.noreply.github.com> Date: Tue, 17 Feb 2026 22:05:39 +0900 Update Cargo.toml (#4) Diffstat:
| M | Cargo.toml | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Cargo.toml b/Cargo.toml @@ -7,7 +7,7 @@ edition = "2024" arboard = "3.6.1" dotenvy = "0.15.7" git2 = "0.20.2" -reqwest = { version = "0.12.24", features = ["json"] } -serde = "1.0.228" +reqwest = { version = "0.13", features = ["json"] } +serde = { version = "1.0.228", features = ["derive"] } serde_json = "1.0.145" tokio = { version = "1.48.0", features = ["full"] }