From a2b6108af2b04ccbdab43461fcb4bdc5d6992502 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 04:48:32 +0000 Subject: [PATCH] Bump interp from 2.0.1 to 2.0.2 Bumps [interp](https://github.com/staticintlucas/interp-rs) from 2.0.1 to 2.0.2. - [Release notes](https://github.com/staticintlucas/interp-rs/releases) - [Commits](https://github.com/staticintlucas/interp-rs/compare/v2.0.1...v2.0.2) --- updated-dependencies: - dependency-name: interp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index dc968f85..db195176 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1067,11 +1067,11 @@ dependencies = [ [[package]] name = "interp" -version = "2.0.1" +version = "2.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bbf8add5dd9442596f3c5f504fd4fbbdf6266ff2337a51f6430dfeff6fd3a4de" +checksum = "fabeabdae249b35184a54fe27bd59a2497e4739c7104edebe67f348e2d507e8a" dependencies = [ - "itertools 0.13.0", + "itertools 0.14.0", "num-traits", ] diff --git a/Cargo.toml b/Cargo.toml index b5f83ce1..4ec2e27b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ field_types = "1.1.0" formatx = "0.2.3" indexmap = { version = "2.7.0", features = ["serde", "arbitrary"] } indicatif = { version = "0.17.9", optional = true } -interp = "2.0.1" +interp = "2.0.2" is_close = "0.1.3" itertools = "0.14.0" log = "0.4.22"