diff --git a/crates/augurs-prophet/Cargo.toml b/crates/augurs-prophet/Cargo.toml index b872f935..4f0f946a 100644 --- a/crates/augurs-prophet/Cargo.toml +++ b/crates/augurs-prophet/Cargo.toml @@ -39,7 +39,7 @@ tempfile = { version = "3.13.0", optional = true } thiserror.workspace = true tracing.workspace = true ureq = { version = "3.0.0", optional = true } -wasmtime = { version = "42.0.2", features = [ +wasmtime = { version = "46.0.2", features = [ "runtime", "component-model", ], optional = true }