Skip to content

Commit

Permalink
Bump wasi-common from 26.0.1 to 27.0.0
Browse files Browse the repository at this point in the history
Bumps [wasi-common](https://github.com/bytecodealliance/wasmtime) from 26.0.1 to 27.0.0.
- [Release notes](https://github.com/bytecodealliance/wasmtime/releases)
- [Changelog](https://github.com/bytecodealliance/wasmtime/blob/v27.0.0/RELEASES.md)
- [Commits](bytecodealliance/wasmtime@v26.0.1...v27.0.0)

---
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 Dec 2, 2024
1 parent 3ce6bd4 commit 580a45a
Show file tree
Hide file tree
Showing 2 changed files with 156 additions and 24 deletions.
178 changes: 155 additions & 23 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 @@ -44,7 +44,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 = "26.0.1", optional = true }
wasi-common = { version = "26.0.1", optional = true }
wasi-common = { version = "27.0.0", optional = true }
tracing = { version = "0.1.41", features = ["attributes"] }
tracing-subscriber = { version = "0.3.19", features = ["json", "env-filter"] }
tracing-journald = "0.3.1"
Expand Down

0 comments on commit 580a45a

Please sign in to comment.