diff --git a/Cargo.lock b/Cargo.lock index d9281ddf5..b3343a857 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1408,7 +1408,7 @@ checksum = "518ef76f2f87365916b142844c16d8fefd85039bc5699050210a7778ee1cd1de" [[package]] name = "martin" -version = "0.8.4" +version = "0.8.5" dependencies = [ "actix", "actix-cors", diff --git a/martin/Cargo.toml b/martin/Cargo.toml index 4f88d2cee..e25755a01 100644 --- a/martin/Cargo.toml +++ b/martin/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "martin" -version = "0.8.4" +version = "0.8.5" 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"]