Skip to content

Commit

Permalink
Update cap-std requirement from 2.0.0 to 3.0.0
Browse files Browse the repository at this point in the history
Updates the requirements on [cap-std](https://github.com/bytecodealliance/cap-std) to permit the latest version.
- [Commits](bytecodealliance/cap-std@cap-std-v2.0.0...cap-std-v3.0.0)

---
updated-dependencies:
- dependency-name: cap-std
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 27, 2024
1 parent 518de17 commit 4c2c6c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/water/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ wasmtime-wasi = "17.0.0"
wasi-common = "17.0.0"
wasmtime-wasi-threads = "17.0.0"
futures = "0.3"
cap-std = "2.0.0"
cap-std = "3.0.0"
libc = "0.2.147"
serde = { version = "1.0", features = ["derive"] }
url = { version = "2.2.2", features = ["serde"] }
Expand Down

0 comments on commit 4c2c6c4

Please sign in to comment.