From 54260eb27fca572fa594525f63a8c57b6b8ca731 Mon Sep 17 00:00:00 2001 From: yggverse Date: Mon, 7 Apr 2025 21:45:59 +0300 Subject: [PATCH] update `maxminddb` version to `0.26.0` --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 38d12d26..26c5e0b7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ ggemtext = "0.6.0" indexmap = "2.7.0" itertools = "0.14.0" libspelling = "0.3.0" -maxminddb = "0.25.0" +maxminddb = "0.26.0" openssl = "0.10.72" plurify = "0.2.0" r2d2 = "0.8.10"