chore(deps): bump infer from 0.13.0 to 0.14.0 (#71)

Bumps [infer](https://github.com/bojand/infer) from 0.13.0 to 0.14.0.
- [Release notes](https://github.com/bojand/infer/releases)
- [Commits](https://github.com/bojand/infer/compare/v0.13.0...v0.14.0)

---
updated-dependencies:
- dependency-name: infer
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-06-23 16:07:08 +02:00 committed by GitHub
parent ff9fd68e89
commit 8f8e0caab0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -1266,9 +1266,9 @@ dependencies = [
[[package]]
name = "infer"
version = "0.13.0"
version = "0.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f551f8c3a39f68f986517db0d1759de85881894fdc7db798bd2a9df9cb04b7fc"
checksum = "bbb78f4c4a058ef30a9ff77322e758f7e60f871274b602d7fdc1b0956b0cb88e"
[[package]]
name = "inotify"

View File

@ -63,7 +63,7 @@ version = "4.0.19"
features = ["serde"]
[dependencies.infer]
version = "0.13.0"
version = "0.14.0"
default-features = false
[dev-dependencies]