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] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-06-03 23:22:54 +00:00 committed by João Marcos
parent 61f96cab13
commit bee5ae05ae
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -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",
]

View File

@ -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"