Skip to content

Commit

Permalink
chore(deps): update wasmtime requirement from 27 to 28 (#216)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ben Sully <[email protected]>
  • Loading branch information
dependabot[bot] and sd2k authored Dec 23, 2024
1 parent ad31a8d commit 8ed69b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/augurs-prophet/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@ tempfile = { version = "3.13.0", optional = true }
thiserror.workspace = true
tracing.workspace = true
ureq = { version = "2.10.1", optional = true }
wasmtime = { version = "27", features = [
wasmtime = { version = "28", features = [
"runtime",
"component-model",
], optional = true }
wasmtime-wasi = { version = "27", optional = true }
wasmtime-wasi = { version = "28", optional = true }
zip = { version = "2.2.0", optional = true }

[dev-dependencies]
Expand Down

0 comments on commit 8ed69b7

Please sign in to comment.