crates: remove unused dependencies

This commit is contained in:
Harsh Shandilya 2024-02-18 00:20:39 +05:30
parent e1745ef0be
commit 4c0589ab39
2 changed files with 0 additions and 2 deletions

View file

@ -72,7 +72,6 @@ once_cell = "1.5.0"
takecell = "0.1" takecell = "0.1"
take_mut = "0.2" take_mut = "0.2"
rc-box = "1.1.1" rc-box = "1.1.1"
never = "0.1.0"
chrono = { version = "0.4.30", default-features = false } chrono = { version = "0.4.30", default-features = false }
either = "1.6.1" either = "1.6.1"
bitflags = { version = "1.2" } bitflags = { version = "1.2" }

View file

@ -96,7 +96,6 @@ derive_more = "0.99"
thiserror = "1.0" thiserror = "1.0"
futures = "0.3.15" futures = "0.3.15"
pin-project = "1.0" pin-project = "1.0"
serde_with_macros = "3.4"
aquamarine = "0.5.0" aquamarine = "0.5.0"
either = "1.9.0" either = "1.9.0"