From 135373e9c4f34aea1299c6de9e08a5b5f1d2d2e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 16:32:11 +0000 Subject: [PATCH] chore(deps): bump infer from 0.15.0 to 0.16.0 (#297) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 76bea583..f1f2b6c6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1328,9 +1328,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" [[package]] name = "inotify" diff --git a/Cargo.toml b/Cargo.toml index bd5301a2..4c08aee4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -60,7 +60,7 @@ version = "5.1.4" features = ["serde"] [dependencies.infer] -version = "0.15.0" +version = "0.16.0" default-features = false [dev-dependencies]