Skip to content

Commit

Permalink
Some additional cleanups
Browse files Browse the repository at this point in the history
  • Loading branch information
nyurik committed Oct 20, 2024
1 parent b501a56 commit 4ceecde
Show file tree
Hide file tree
Showing 4 changed files with 114 additions and 97 deletions.
101 changes: 55 additions & 46 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ anyhow = "1.0"
approx = "0.5.1"
async-trait = "0.1"
bit-set = "0.8"
brotli = ">=5, <7"
brotli = ">=5, <8"
cargo-husky = { version = "1", features = ["user-hooks"], default-features = false }
clap = { version = "4", features = ["derive"] }
criterion = { version = "0.5", features = ["async_futures", "async_tokio", "html_reports"] }
Expand Down Expand Up @@ -83,7 +83,7 @@ sqlite-hashes = { version = "0.7.6", default-features = false, features = ["md5"
sqlx = { version = "0.7", features = ["sqlite", "runtime-tokio"] }
static-files = "0.2"
subst = { version = "0.3", features = ["yaml"] }
testcontainers-modules = { version = "0.9.0", features = ["postgres"] }
testcontainers-modules = { version = "0.11.3", features = ["postgres"] }
thiserror = "1"
tile-grid = "0.6"
tilejson = "0.4"
Expand Down
Loading

0 comments on commit 4ceecde

Please sign in to comment.