From 3c14fa0058884b7cadad3cd84f2b7d4de746c115 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 May 2022 19:31:25 +0000 Subject: [PATCH] Bump whatlang from 0.15.0 to 0.16.0 Bumps [whatlang](https://github.com/greyblake/whatlang-rs) from 0.15.0 to 0.16.0. - [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.15.0...v0.16.0) --- updated-dependencies: - dependency-name: whatlang dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- plume-models/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5f7c524d..c8a5ec6f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5552,9 +5552,9 @@ dependencies = [ [[package]] name = "whatlang" -version = "0.15.0" +version = "0.16.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ace22f62983d7c2ca0512ef319de0b52f837a1e8e79d81107825a9e8699c5bd8" +checksum = "2989d7e9d3cb96a76438e879144030b1be0931b944fbfed65e89e2ae536cd3b9" dependencies = [ "hashbrown 0.12.1", "once_cell", diff --git a/plume-models/Cargo.toml b/plume-models/Cargo.toml index 9d968530..2eaf5e4b 100644 --- a/plume-models/Cargo.toml +++ b/plume-models/Cargo.toml @@ -24,7 +24,7 @@ tantivy = "0.13.3" url = "2.1" walkdir = "2.2" webfinger = "0.4.1" -whatlang = "0.15.0" +whatlang = "0.16.0" shrinkwraprs = "0.3.0" diesel-derive-newtype = "0.1.2" glob = "0.3.0"