From 538ef635fd1fe299cd03046ad8cfada8b30d7f34 Mon Sep 17 00:00:00 2001 From: Andrew Lamb Date: Tue, 9 Jul 2024 06:55:25 -0400 Subject: [PATCH] chore: update heck and itertools dependencies (#129) --- 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"