diff --git a/Cargo.toml b/Cargo.toml index 9a4fbcc..c0a51df 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ git2 = "0.15.0" graphql_client = "0.11.0" regex = "1.6.0" reqwest = { version = "0.11.12", features = ["blocking", "json"] } -serde = "1.0.145" +serde = "1.0.147" serde_derive = "1.0.147" shellexpand = "2.1.2" toml = "0.5.9"