From 970ccfa5d766d53e3395e2ab4a7385dfc27f11b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 13:18:41 +0000 Subject: [PATCH] build(deps): bump geosuggest-utils from 0.4.0 to 0.4.2 Bumps [geosuggest-utils](https://github.com/estin/geosuggest) from 0.4.0 to 0.4.2. - [Commits](https://github.com/estin/geosuggest/commits) --- updated-dependencies: - dependency-name: geosuggest-utils dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b90031e78..e0242e84e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1962,9 +1962,9 @@ dependencies = [ [[package]] name = "geosuggest-utils" -version = "0.4.0" +version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1b534065956ab2e4eff18dc6402b8b68db6c136a9815d1de7aeac2387b7c0662" +checksum = "a36ff1cfb10e29d8192b958642580ca7a08a60f3ca74f7d39aa0fb73805aceaa" dependencies = [ "anyhow", "futures",