From bc660f0e3afb94ee80647e81682902257f0d0da1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Nov 2023 10:14:17 +0800 Subject: [PATCH] Bump cities-json from 0.5.0 to 0.5.1 (#126) Bumps [cities-json](https://github.com/ringsaturn/go-cities.json) from 0.5.0 to 0.5.1. - [Release notes](https://github.com/ringsaturn/go-cities.json/releases) - [Commits](https://github.com/ringsaturn/go-cities.json/compare/v0.5.0...v0.5.1) --- updated-dependencies: - dependency-name: cities-json dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index db298ae..b511218 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -206,9 +206,9 @@ dependencies = [ [[package]] name = "cities-json" -version = "0.5.0" +version = "0.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e52372189f9029c6a7e122680f97a697d2f4b74b3df043b8fc3c60470b74bd31" +checksum = "24396574ad0a81ebd3e57dd3007c8e447a730a38567683b2dcff6b96967df4f5" dependencies = [ "lazy_static", "rand", diff --git a/Cargo.toml b/Cargo.toml index fd150ff..cdcbd10 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ lazy_static = "1.4.0" criterion = {version = "0.5", features = ["html_reports"]} # cities-json = { git = "https://github.com/ringsaturn/go-cities.json", rev = "38a818ded6dcd1759e4633a36502b693c8b14858" } -cities-json = "0.5.0" +cities-json = "0.5.1" [features] default = ["clap"]