Update 'nominatimapi/Cargo.toml'

This commit is contained in:
liamf 2024-06-20 20:27:42 +00:00
parent 775ceb2ee4
commit a5c0861d18

View File

@ -5,5 +5,5 @@ edition = "2021"
[dependencies]
reqwest = { version = "0.12.4", features = ["json"] }
serde_json = "1.0.117"
serde_json = "1.0.116"
tokio = { version = "1.38.0", features = ["full"] }