Skip to content

Commit

Permalink
update: update wasmtime dependency + fix cap-std
Browse files Browse the repository at this point in the history
  • Loading branch information
erikziyunchi committed Jan 27, 2024
1 parent 59cbf33 commit dedf050
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
9 changes: 6 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,13 @@ updates:
ignore:
- dependency-name: wasmtime
versions:
- "12.0.1"
- "17.0.0"
- dependency-name: wasmtime-wasi
versions:
- "12.0.1"
- "17.0.0"
- dependency-name: wasi-common
versions:
- "12.0.1"
- "17.0.0"
- dependency-name: cap-std
versions:
- "2.0.0"
8 changes: 4 additions & 4 deletions crates/water/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ path = "src/lib.rs"
anyhow = "1.0.7"
tracing = "0.1"
tracing-subscriber = "0.3.17"
wasmtime = "12.0.1"
wasmtime-wasi = "12.0.1"
wasi-common = "12.0.1"
wasmtime-wasi-threads = "12.0.1"
wasmtime = "17.0.0"
wasmtime-wasi = "17.0.0"
wasi-common = "17.0.0"
wasmtime-wasi-threads = "17.0.0"
futures = "0.3"
cap-std = "2.0.0"
libc = "0.2.147"
Expand Down

0 comments on commit dedf050

Please sign in to comment.