From 7d9a93cb45912173fe332235994316f9c98a67ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Jan 2023 00:08:13 +0800 Subject: [PATCH] Bump cities-json from 0.1.1 to 0.3.2 (#28) Bumps [cities-json](https://github.com/ringsaturn/go-cities.json) from 0.1.1 to 0.3.2. - [Release notes](https://github.com/ringsaturn/go-cities.json/releases) - [Commits](https://github.com/ringsaturn/go-cities.json/compare/v0.1.1...v0.3.2) --- updated-dependencies: - dependency-name: cities-json dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 5 +++-- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e0c8e95..9b2bd3e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -150,11 +150,12 @@ dependencies = [ [[package]] name = "cities-json" -version = "0.1.1" +version = "0.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2a0f0868aa6585408158f9d442e612eab2f35b43c6bf15a24af874956f5adaa9" +checksum = "3288756d9a1e52c63d2b0b68e1c9aa108f4be2caa4d9ac357a2132f91c29fac9" dependencies = [ "lazy_static", + "rand", "serde", "serde_json", ] diff --git a/Cargo.toml b/Cargo.toml index fbde986..dd169df 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ tzf-rel = "0.0.2022-g" geometry-rs = "0.1.2" # cities-json = { git = "https://github.com/ringsaturn/go-cities.json", rev = "38a818ded6dcd1759e4633a36502b693c8b14858" } -cities-json = "0.1.1" +cities-json = "0.3.2" [dev-dependencies] criterion = {version = "0.4", features = ["html_reports"]}