diff --git a/Cargo.toml b/Cargo.toml index 433a1dc6..2a3c3adf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -46,7 +46,7 @@ time = { version = "0.3.36", features = ["serde-human-readable"] } tokio = { version = "^1", features = ["rt", "rt-multi-thread"] } tracing = "0.1" url = { version = "2.2", features = ["serde"] } -validator = { version = "0.18", features = ["derive"] } +validator = { version = "0.19", features = ["derive"] } wapc = "2.0" wasi-common = { workspace = true } wasmparser = "0.219"