From 8097cae6d8809f64e27ce32cb2ffd9c22da5dd13 Mon Sep 17 00:00:00 2001 From: Andrew Lamb Date: Mon, 8 Jul 2024 20:29:43 -0400 Subject: [PATCH] chore: update heck and itertools dependencies --- pbjson-build/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pbjson-build/Cargo.toml b/pbjson-build/Cargo.toml index cfbde54..c9bd279 100644 --- a/pbjson-build/Cargo.toml +++ b/pbjson-build/Cargo.toml @@ -10,10 +10,10 @@ categories = ["encoding"] repository = "https://github.com/influxdata/pbjson" [dependencies] -heck = "0.4" +heck = "0.5" prost = "0.13" prost-types = "0.13" -itertools = "0.11" +itertools = "0.13" [dev-dependencies] tempfile = "3.1"