From cd2c62c3d4ebeb70124d781dfc522768099479cf Mon Sep 17 00:00:00 2001 From: Henry Gressmann Date: Thu, 29 May 2025 21:16:18 +0200 Subject: chore: update deps Signed-off-by: Henry Gressmann --- crates/cli/Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'crates/cli') diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml index 097a7c4..caf541b 100644 --- a/crates/cli/Cargo.toml +++ b/crates/cli/Cargo.toml @@ -17,11 +17,11 @@ path="src/bin.rs" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] +eyre.workspace=true +log.workspace=true +pretty_env_logger.workspace=true tinywasm={version="0.9.0-alpha.0", path="../tinywasm", features=["std", "parser"]} argh="0.1" -eyre={workspace=true} -log={workspace=true} -pretty_env_logger={workspace=true} wast={workspace=true, optional=true} [features] -- cgit v1.3.1