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 @@ -132,7 +132,7 @@ pgvector = { version = "0.4", features = ["postgres"], optional = true }
# WASM sandbox for untrusted tool execution
wasmtime = { version = "45.0.3", features = ["cache", "component-model"] }
wasmtime-wasi = "45.0.3" # WASI support for component model
wasmparser = "0.220" # WASM binary parsing for validation
wasmparser = "0.253" # WASM binary parsing for validation

# Cryptography for secrets management
aes-gcm = "0.10"
Expand Down
131 changes: 16 additions & 115 deletions fuzz/Cargo.lock

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

Loading