Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ pprof = { version = "0.15.0", default-features = false, features =
# `--features mimalloc-allocator` / `--features jemalloc-allocator` so a
# release build can A/B the allocator under concurrent load without changing
# code. Not added to the default dependency graph anywhere.
mimalloc = { version = "0.1.51", default-features = false }
mimalloc = { version = "0.1.52", default-features = false }
tikv-jemallocator = { version = "0.6.1", default-features = false }
proptest = "1.11.0"
prometheus = { version = "0.14.0", features = ["process"] }
Expand All @@ -243,7 +243,7 @@ rustybuzz = "0.20.1"
rstar = "0.12.2"
schemars = "1.2.1"
serde = { version = "1.0.228", features = ["derive", "rc"] }
serde_json = "1.0.149"
serde_json = "1.0.150"
serde_yaml_ng = "0.10.0"
# shapefile decoder for mars-source-vectorfile; geo-types feature enables
# the Shape -> geo_types::Geometry conversion path that geozero lowers to WKB.
Expand All @@ -263,7 +263,7 @@ tokio-postgres = { version = "0.7.17", features = ["with-uuid-1"] }
tokio-postgres-rustls = "0.13.0"
tokio-util = { version = "0.7.18", features = ["rt"] }
tower = "0.5.3"
tower-http = { version = "0.6.10", features = ["trace", "timeout", "limit", "cors"] }
tower-http = { version = "0.6.11", features = ["trace", "timeout", "limit", "cors"] }
# opt-in per-IP rate limit (interfaces.rate_limit). default-features off so we
# skip the bundled tonic integration; axum-only keeps the dep graph slim.
tower_governor = { version = "0.8.0", default-features = false, features = ["axum"] }
Expand Down
Loading