Skip to content
Open
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
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ open = "5"
pgvector = { version = "0.4", features = ["postgres"], optional = true }

# WASM sandbox for untrusted tool execution
wasmtime = { version = "45.0.3", features = ["cache", "component-model"] }
wasmtime = { version = "46.0.1", features = ["cache", "component-model"] }
wasmtime-wasi = "45.0.3" # WASI support for component model
wasmparser = "0.220" # WASM binary parsing for validation

Expand Down
Loading
Loading