diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 455e660bcf..f86f115690 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -47,7 +47,7 @@ http-body = "1.0.1" indexmap = "2.13.0" itertools = "0.14.0" libc = "0.2.177" -llm-multimodal = { git = "https://github.com/vllm-project/llm-multimodal", rev = "5b558989844d1c7af3e43d0f604069ffd9c06320" } +llm-multimodal = { git = "https://github.com/vllm-project/llm-multimodal", rev = "7df38e53f99aefaebe86934f010aa8084ec99b2f" } mimalloc = "0.1.52" minijinja = { version = "2.0", features = ["unstable_machinery", "json", "builtins", "loader", "loop_controls", "preserve_order"] } minijinja-contrib = { version = "2.0", features = ["pycompat"] }