From 666c12f22c735ca1ce820ca8ee66c2555e7ab3d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Sep 2024 22:50:20 +0000 Subject: [PATCH] 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 248e9ce5e..66f5a4dce 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -706,9 +706,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 d6c079a78..a23b1bc77 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -44,7 +44,7 @@ clap = { version = "4.5", features = ["cargo", "derive", "deprecated", "wrap_hel crossbeam-channel = "0.5" flate2 = "1.0" globset = "0.4" -infer = "0.15.0" +infer = "0.16.0" lazy_static = "1.4" log = "0.4" md-5 = "0.10"