From bee5ae05ae61ce7dc959ff9f02de0283f1639b0d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 23:22:54 +0000 Subject: [PATCH] build(deps): bump infer from 0.15.0 to 0.16.0 Bumps [infer](https://github.com/bojand/infer) from 0.15.0 to 0.16.0. - [Release notes](https://github.com/bojand/infer/releases) - [Commits](https://github.com/bojand/infer/compare/v0.15.0...v0.16.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 3b6fa56..21f3cbc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -608,9 +608,9 @@ dependencies = [ [[package]] name = "infer" -version = "0.15.0" +version = "0.16.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cb33622da908807a06f9513c19b3c1ad50fab3e4137d82a78107d502075aa199" +checksum = "bc150e5ce2330295b8616ce0e3f53250e53af31759a9dbedad1621ba29151847" dependencies = [ "cfb", ] diff --git a/Cargo.toml b/Cargo.toml index 991f2a6..c67ca87 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -47,7 +47,7 @@ clap_mangen = "0.2.20" [dev-dependencies] assert_cmd = "2.0.14" -infer = "0.15.0" +infer = "0.16.0" insta = { version = "1.39.0", features = ["filters"] } parse-display = "0.9.1" proptest = "1.4.0"