From ea595e18d8bb6b94c3521396e790035d661eb1f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 28 Oct 2023 12:31:35 +0800 Subject: [PATCH] Bump cities-json from 0.4.0 to 0.5.0 (#124) Bumps [cities-json](https://github.com/ringsaturn/go-cities.json) from 0.4.0 to 0.5.0. - [Release notes](https://github.com/ringsaturn/go-cities.json/releases) - [Commits](https://github.com/ringsaturn/go-cities.json/compare/v0.4.0...v0.5.0) --- updated-dependencies: - dependency-name: cities-json dependency-type: direct:production update-type: version-update:semver-minor ... 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 bb05ce5..3c514f3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -206,9 +206,9 @@ dependencies = [ [[package]] name = "cities-json" -version = "0.4.0" +version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d4720186a8069da0585af9ec1e2f9e815d7d1bbe47dc817b8597e31a609f898f" +checksum = "e52372189f9029c6a7e122680f97a697d2f4b74b3df043b8fc3c60470b74bd31" dependencies = [ "lazy_static", "rand", diff --git a/Cargo.toml b/Cargo.toml index 75eeb59..d8507cf 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.4.0" +cities-json = "0.5.0" [features] default = ["clap"]