From 74b8fba9abd314ee7ddd671ee9372ab56978cced Mon Sep 17 00:00:00 2001 From: Lucas Kent Date: Mon, 26 Feb 2024 09:11:16 +1100 Subject: [PATCH] Update deps (#45) --- Cargo.toml | 2 +- protocol_codegen/Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 5b65aa0..b9ad730 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,6 +30,6 @@ flate2 = "1.0.20" zstd = "0.13" lz4 = "1.24" string = "0.3.0" -derive_builder = "0.12.0" +derive_builder = "0.20.0" paste = "1.0.7" crc32c = "0.6.4" diff --git a/protocol_codegen/Cargo.toml b/protocol_codegen/Cargo.toml index 4f97e30..1523551 100644 --- a/protocol_codegen/Cargo.toml +++ b/protocol_codegen/Cargo.toml @@ -12,7 +12,7 @@ Inflector = { version = "0.11.4", default-features = false } serde = { version = "1.0.104", features = ["derive"] } serde_json = "1.0.48" serde_plain = "1.0.1" -parse-display = "0.8.1" +parse-display = "0.9.0" json_comments = "0.2.0" assert-json-diff = "2.0.2" -git2 = "0.17" +git2 = "0.18"