summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/maint/geoip/geoip-db-tool/Cargo.toml4
1 files changed, 1 insertions, 3 deletions
diff --git a/scripts/maint/geoip/geoip-db-tool/Cargo.toml b/scripts/maint/geoip/geoip-db-tool/Cargo.toml
index b08863924a..8c794ca058 100644
--- a/scripts/maint/geoip/geoip-db-tool/Cargo.toml
+++ b/scripts/maint/geoip/geoip-db-tool/Cargo.toml
@@ -10,7 +10,5 @@ publish = false
[dependencies]
ipnetwork= "0.17.0"
-rangemap= "0.1.9"
-# I use this for now to avoid a performance hit due to a bug on 0.1.9
-# rangemap = {version = "*", path = "/home/nickm/src/rangemap/" }
+rangemap = "0.1.10"
argh = "0.1.4"