Update 'nominatimapi/Cargo.toml'

This commit is contained in:
liamf 2024-06-20 20:28:18 +00:00
parent a5c0861d18
commit 6e045c569c

View File

@ -6,4 +6,4 @@ edition = "2021"
[dependencies]
reqwest = { version = "0.12.4", features = ["json"] }
serde_json = "1.0.116"
tokio = { version = "1.38.0", features = ["full"] }
tokio = { version = "^1", features = ["full"] }