@@ -11,7 +11,7 @@ homepage = "https://martin.maplibre.org/"
1111
1212[workspace .lints .rust ]
1313unused_qualifications = " warn"
14- # Lints inheritance from workspace is not yet supported
14+ # Lint inheritance from workspace is not yet supported
1515# Crate mbtiles uses unsafe code, so we can't forbid it here
1616# unsafe_code = "forbid"
1717
@@ -40,7 +40,7 @@ brotli = ">=5, <9"
4040clap = { version = " 4" , features = [" derive" , " unstable-markdown" , " wrap_help" ] }
4141criterion = { version = " 0.5" , features = [" async_futures" , " async_tokio" , " html_reports" ] }
4242ctor = " 0.4.2"
43- dashmap = { version = " 6.1.0" , features = [" serde" , " inline" , " rayon" ] }
43+ dashmap = { version = " 6.1.0" , features = [" serde" , " inline" , " rayon" ] }
4444deadpool-postgres = " 0.14"
4545enum-display = " 0.1"
4646env_logger = " 0.11"
@@ -81,12 +81,12 @@ serde_yaml = "0.9"
8181size_format = " 1.0.2"
8282spreet = { version = " 0.11" , default-features = false }
8383sqlite-compressions = { version = " 0.3" , default-features = false , features = [" bsdiffraw" , " gzip" ] }
84- sqlite-hashes = { version = " 0.9.1 " , default-features = false , features = [" md5" , " aggregate" , " hex" ] }
84+ sqlite-hashes = { version = " 0.10.0 " , default-features = false , features = [" md5" , " aggregate" , " hex" ] }
8585sqlx = { version = " 0.8.6" , features = [" sqlite" , " runtime-tokio" ] }
8686static-files = " 0.2"
8787subst = { version = " 0.3" , features = [" yaml" ] }
8888tempfile = " 3.20.0"
89- testcontainers-modules = { version = " 0.11.6 " , features = [" postgres" ] }
89+ testcontainers-modules = { version = " 0.12.0 " , features = [" postgres" ] }
9090thiserror = " 2"
9191tiff = " 0.9.1"
9292tilejson = " 0.4"
0 commit comments