diff options
| author | Henry Gressmann <mail@henrygressmann.de> | 2024-05-01 16:34:47 +0200 |
|---|---|---|
| committer | Henry Gressmann <mail@henrygressmann.de> | 2024-05-01 16:34:47 +0200 |
| commit | 704a8da24bb9e85e712fbb745ff4d4e1b54b6914 (patch) | |
| tree | f364379879924e2e9718c3b4d4a3ed1cb028816c /crates/cli/Cargo.toml | |
| parent | 8c5a36200b13ca1d04e98048f807a01d2939670c (diff) | |
chore: update dependencies
Signed-off-by: Henry Gressmann <mail@henrygressmann.de>
Diffstat (limited to 'crates/cli/Cargo.toml')
| -rw-r--r-- | crates/cli/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml index f83ac55..ab0324f 100644 --- a/crates/cli/Cargo.toml +++ b/crates/cli/Cargo.toml @@ -19,7 +19,7 @@ argh="0.1" color-eyre={version="0.6", default-features=false} log="0.4" pretty_env_logger="0.5" -wast={version="205.0", optional=true} +wast={version="206.0", optional=true} [features] default=["wat"] |
