diff --git a/Cargo.lock b/Cargo.lock index e75eebaa0..04870c214 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2338,7 +2338,7 @@ checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c" [[package]] name = "martin" -version = "0.14.1" +version = "0.14.2" dependencies = [ "actix-cors", "actix-http", diff --git a/martin/Cargo.toml b/martin/Cargo.toml index 5195e69cd..f0b4ad50a 100644 --- a/martin/Cargo.toml +++ b/martin/Cargo.toml @@ -2,8 +2,7 @@ lints.workspace = true [package] name = "martin" -# Once the release is published with the hash, update https://github.com/maplibre/homebrew-martin -version = "0.14.1" +version = "0.14.2" authors = ["Stepan Kuzmin ", "Yuri Astrakhan ", "MapLibre contributors"] description = "Blazing fast and lightweight tile server with PostGIS, MBTiles, and PMTiles support" keywords = ["maps", "tiles", "mbtiles", "pmtiles", "postgis"]