Skip to content

Commit 932ea1b

Browse files
committed
fix: deps
1 parent 664a486 commit 932ea1b

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

Cargo.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ http-body-util = "0.1.3"
2626
hyper = { version = "1.6.0", features = ["full"] }
2727
hyper-util = { version = "0.1.14", features = ["tokio"] }
2828
jwt-simple = "0.12.12"
29+
mime = { version = "0.3.17", optional = true }
2930
mime_guess = "2.0.5"
3031
multer = { version = "3.1.0", optional = true }
3132
once_cell = "1.21.3"
@@ -59,7 +60,7 @@ http2 = []
5960
jemalloc = ["dep:tikv-jemallocator"]
6061
multipart = ["dep:multer", "dep:uuid"]
6162
plugins = ["dep:brotli", "dep:flate2"]
62-
simd = ["dep:simd-json", "jemalloc"]
63+
simd = ["dep:simd-json", "dep:mime", "jemalloc"]
6364
tls = ["dep:tokio-rustls", "dep:rustls", "dep:rustls-pemfile"]
6465
tako-tracing = ["dep:tracing-subscriber"]
6566
zstd = ["dep:zstd", "plugins"]

0 commit comments

Comments
 (0)