From a792efe0f25dae09b78c624c0094cab2c43c7cf8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Jul 2023 23:56:45 +0000 Subject: [PATCH] build(deps): bump infer from 0.14.0 to 0.15.0 Bumps [infer](https://github.com/bojand/infer) from 0.14.0 to 0.15.0. - [Release notes](https://github.com/bojand/infer/releases) - [Commits](https://github.com/bojand/infer/compare/v0.14.0...v0.15.0) --- updated-dependencies: - dependency-name: infer dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 864d7a1..8d18ead 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -531,9 +531,9 @@ dependencies = [ [[package]] name = "infer" -version = "0.14.0" +version = "0.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bbb78f4c4a058ef30a9ff77322e758f7e60f871274b602d7fdc1b0956b0cb88e" +checksum = "cb33622da908807a06f9513c19b3c1ad50fab3e4137d82a78107d502075aa199" dependencies = [ "cfb", ] diff --git a/Cargo.toml b/Cargo.toml index ac56575..33a63ee 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,7 +45,7 @@ clap_mangen = "0.2.12" [dev-dependencies] assert_cmd = "2.0.11" -infer = "0.14.0" +infer = "0.15.0" parse-display = "0.8.1" proptest = "1.2.0" rand = { version = "0.8.5", default-features = false, features = ["small_rng", "std"] }