Skip to content

Commit defdf7a

Browse files
authored
update all deps (#1852)
Criterion 0.6 is requiring tikv/pprof-rs#271 to be released first
1 parent ff6959f commit defdf7a

File tree

2 files changed

+39
-27
lines changed

2 files changed

+39
-27
lines changed

Cargo.lock

Lines changed: 35 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ homepage = "https://martin.maplibre.org/"
1111

1212
[workspace.lints.rust]
1313
unused_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"
4040
clap = { version = "4", features = ["derive", "unstable-markdown", "wrap_help"] }
4141
criterion = { version = "0.5", features = ["async_futures", "async_tokio", "html_reports"] }
4242
ctor = "0.4.2"
43-
dashmap = { version = "6.1.0", features = ["serde", "inline", "rayon"] }
43+
dashmap = { version = "6.1.0", features = ["serde", "inline", "rayon"] }
4444
deadpool-postgres = "0.14"
4545
enum-display = "0.1"
4646
env_logger = "0.11"
@@ -81,12 +81,12 @@ serde_yaml = "0.9"
8181
size_format = "1.0.2"
8282
spreet = { version = "0.11", default-features = false }
8383
sqlite-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"] }
8585
sqlx = { version = "0.8.6", features = ["sqlite", "runtime-tokio"] }
8686
static-files = "0.2"
8787
subst = { version = "0.3", features = ["yaml"] }
8888
tempfile = "3.20.0"
89-
testcontainers-modules = { version = "0.11.6", features = ["postgres"] }
89+
testcontainers-modules = { version = "0.12.0", features = ["postgres"] }
9090
thiserror = "2"
9191
tiff = "0.9.1"
9292
tilejson = "0.4"

0 commit comments

Comments
 (0)