Skip to content

Commit

Permalink
Jkrdev (#150)
Browse files Browse the repository at this point in the history
* add more types to info...

* mbtiles server fix checking of mbtiles files...

* fix the typing and test for the new and updated info commands...

* deadpool removed from deps for now'

* update dependencies
  • Loading branch information
jessekrubin authored Sep 2, 2024
1 parent 64864ce commit 27c2598
Show file tree
Hide file tree
Showing 13 changed files with 154 additions and 102 deletions.
115 changes: 43 additions & 72 deletions Cargo.lock

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

3 changes: 2 additions & 1 deletion crates/utiles-oxipng/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ anyhow.workspace = true
clap = { workspace = true, features = ["derive", "color", "wrap_help"] }
futures.workspace = true
indicatif.workspace = true
oxipng = { version = "9.1.2", features = ["parallel"] }
oxipng = { version = "9.1.2", features = [] }
#oxipng = { version = "9.1.2", features = ["parallel"] }
size.workspace = true
tokio = { workspace = true, features = ["fs"] }
tokio-stream.workspace = true
Expand Down
5 changes: 3 additions & 2 deletions crates/utiles/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ async-trait = "0.1.80"
axum = { version = "0.7.5", features = ["tokio", "json", "macros"] }
chrono = "0.4.38"
clap = { workspace = true, features = ["derive", "color", "wrap_help"], optional = true }
deadpool = { version = "0.12.1", features = ["managed"], default-features = false }
deadpool-sync = { version = "0.1.4", features = ["tracing"] }
fnv = "1.0.7"
futures = "0.3.29"
geo-types.workspace = true
Expand Down Expand Up @@ -67,6 +65,9 @@ utiles-core = { path = "../utiles-core", version = "0.7.0-alpha.1" }
walkdir = "2.4.0"
xxhash-rust = { workspace = true, features = ["const_xxh3", "const_xxh64", "const_xxh32", "xxh3", "xxh64", "xxh32"] }

# deadpool = { version = "0.12.1", features = ["managed"], default-features = false }
# deadpool-sync = { version = "0.1.4", features = ["tracing"] }

[dev-dependencies]
criterion = "0.5.1"

Expand Down
Loading

0 comments on commit 27c2598

Please sign in to comment.