From ab836e18e2fc2c84ab7c0842cd0cfdd5c5bc4fe7 Mon Sep 17 00:00:00 2001 From: Ronald Holshausen Date: Tue, 13 Aug 2024 15:01:16 +1000 Subject: [PATCH] chore(pact_matching): Update dependencies --- rust/pact_matching/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rust/pact_matching/Cargo.toml b/rust/pact_matching/Cargo.toml index 2aa7c445..0d42d0ff 100644 --- a/rust/pact_matching/Cargo.toml +++ b/rust/pact_matching/Cargo.toml @@ -31,8 +31,8 @@ difference = "2.0.0" futures = "0.3.30" hex = "0.4.3" http = "1.1.0" -infer = "0.15.0" -itertools = "0.12.1" +infer = "0.16.0" +itertools = "0.13.0" lazy_static = "1.4.0" lenient_semver = "0.4.2" maplit = "1.0.2"