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"