diff options
author | Squirrel <gilescope@gmail.com> | 2021-09-17 13:39:32 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-17 14:39:32 +0200 |
commit | 4b79e5a459de16bb85c70eaf9c716e51f1c281bd (patch) | |
tree | 2f7d3bbae75e63566326b9004f27330a27f98633 /core | |
parent | 99de9eb4c2a78bf0efdcb5407bec76833dc459cd (diff) |
chore: Remove unused deps from Cargo.toml files (#12106)
Diffstat (limited to 'core')
-rw-r--r-- | core/Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/Cargo.toml b/core/Cargo.toml index 42e50eb7f..afa31af0d 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -18,7 +18,6 @@ futures = "0.3.16" # TODO(lucacasonato): unlock when https://github.com/tkaitchuck/aHash/issues/95 is resolved indexmap = "=1.6.2" lazy_static = "1.4.0" -libc = "0.2.101" log = "0.4.14" parking_lot = "0.11.1" pin-project = "1.0.7" |