From 4fa80dcc5a1613a19c478be819ece7e8fc1ba61e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Jul 2022 07:27:59 +0000 Subject: [PATCH] chore(deps): update whatlang requirement from 0.12.0 to 0.16.0 Updates the requirements on [whatlang](https://github.com/greyblake/whatlang-rs) to permit the latest version. - [Release notes](https://github.com/greyblake/whatlang-rs/releases) - [Changelog](https://github.com/greyblake/whatlang-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/greyblake/whatlang-rs/compare/v0.12.0...v0.16.0) --- updated-dependencies: - dependency-name: whatlang dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 40cd606..c066824 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ readme = "README.md" [dependencies] log = "0.4.17" -whatlang = "0.12.0" +whatlang = "0.16.0" [features] default = ["search"]