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"]