From f033c6889e0071b29e75c551586e8e5da1b556a3 Mon Sep 17 00:00:00 2001 From: Rutger Broekhoff Date: Fri, 26 Jan 2024 12:34:47 +0100 Subject: Use serde_json::json! instead of manually generating JSON --- git-lfs-authenticate/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'git-lfs-authenticate/Cargo.toml') diff --git a/git-lfs-authenticate/Cargo.toml b/git-lfs-authenticate/Cargo.toml index f4ab4d7..15feba8 100644 --- a/git-lfs-authenticate/Cargo.toml +++ b/git-lfs-authenticate/Cargo.toml @@ -7,3 +7,4 @@ edition = "2021" anyhow = "1.0" chrono = "0.4" common = { path = "../common" } +serde_json = "1" -- cgit v1.2.3