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