Skip to content

Commit

Permalink
Bump wasi-common from 24.0.0 to 25.0.1
Browse files Browse the repository at this point in the history
Bumps [wasi-common](https://github.com/bytecodealliance/wasmtime) from 24.0.0 to 25.0.1.
- [Release notes](https://github.com/bytecodealliance/wasmtime/releases)
- [Changelog](https://github.com/bytecodealliance/wasmtime/blob/main/docs/WASI-some-possible-changes.md)
- [Commits](bytecodealliance/wasmtime@v24.0.0...v25.0.1)

---
updated-dependencies:
- dependency-name: wasi-common
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 25, 2024
1 parent da51197 commit c4aa795
Show file tree
Hide file tree
Showing 2 changed files with 169 additions and 23 deletions.
190 changes: 168 additions & 22 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion crates/youki/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ wasmer = { version = "4.0.0", optional = true }
wasmer-wasix = { version = "0.9.0", optional = true }
wasmedge-sdk = { version = "0.14.0", optional = true }
wasmtime = { version = "24.0.0", optional = true }
wasi-common = { version = "24.0.0", optional = true }
wasi-common = { version = "25.0.1", optional = true }
tracing = { version = "0.1.40", features = ["attributes"] }
tracing-subscriber = { version = "0.3.18", features = ["json", "env-filter"] }
tracing-journald = "0.3.0"
Expand Down

0 comments on commit c4aa795

Please sign in to comment.