diff --git a/dust-lang/Cargo.toml b/dust-lang/Cargo.toml index b0e5d37..c8598d4 100644 --- a/dust-lang/Cargo.toml +++ b/dust-lang/Cargo.toml @@ -11,7 +11,6 @@ repository.workspace = true [dependencies] annotate-snippets = "0.11.4" colored = "2.1.0" -env_logger = "0.11.3" log = "0.4.22" rand = "0.8.5" serde = { version = "1.0.203", features = ["derive"] }