Merge pull request #455 from ouch-org/dependabot/cargo/infer-0.15.0

This commit is contained in:
figsoda 2023-07-05 20:42:07 -04:00 committed by GitHub
commit bd1c22acb6
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

@ -530,9 +530,9 @@ dependencies = [
[[package]]
name = "infer"
version = "0.14.0"
version = "0.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bbb78f4c4a058ef30a9ff77322e758f7e60f871274b602d7fdc1b0956b0cb88e"
checksum = "cb33622da908807a06f9513c19b3c1ad50fab3e4137d82a78107d502075aa199"
dependencies = [
"cfb",
]

View File

@ -45,7 +45,7 @@ clap_mangen = "0.2.12"
[dev-dependencies]
assert_cmd = "2.0.11"
infer = "0.14.0"
infer = "0.15.0"
parse-display = "0.8.1"
proptest = "1.2.0"
rand = { version = "0.8.5", default-features = false, features = ["small_rng", "std"] }