From 36895c38972fc9fd020e62a054842c0ec1164988 Mon Sep 17 00:00:00 2001 From: Togglebit Date: Tue, 14 Nov 2023 08:21:29 +0100 Subject: [PATCH] removed dep as we only needed it in the lock file --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2e39955..f8dbfa8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,6 @@ interner = "0.2.1" kempt = "0.2.1" intentional = "0.1.0" tracing = "0.1.40" -rustix = "=0.38.21" tracing-subscriber = { version = "0.3", optional = true, features = [ "env-filter",