diff --git a/crates/cli-flags/Cargo.toml b/crates/cli-flags/Cargo.toml index c1c84ce39dd7..f42efcdc05bd 100644 --- a/crates/cli-flags/Cargo.toml +++ b/crates/cli-flags/Cargo.toml @@ -18,7 +18,7 @@ clap = { workspace = true } file-per-thread-logger = { workspace = true, optional = true } tracing-subscriber = { workspace = true, optional = true } rayon = { version = "1.5.0", optional = true } -wasmtime = { workspace = true, features = ["gc"] } +wasmtime = { workspace = true } humantime = { workspace = true } [features]