diff options
author | Nadrieril | 2020-06-24 16:40:50 +0100 |
---|---|---|
committer | Nadrieril | 2020-06-24 16:41:54 +0100 |
commit | bbf874fdd4af77493e6f028608e299c0130e9ec0 (patch) | |
tree | 1f94a60e6881e3df7c5f53453a1ec22092e2dac1 /dhall | |
parent | 48549dfd6e740768f4c8a8cf47e0efa113dfe686 (diff) |
chore: remove unused dependencies using cargo-udeps
Diffstat (limited to 'dhall')
-rw-r--r-- | dhall/Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dhall/Cargo.toml b/dhall/Cargo.toml index 1730e36..69b2ac8 100644 --- a/dhall/Cargo.toml +++ b/dhall/Cargo.toml @@ -23,7 +23,6 @@ pest_consume = "1.0" serde = "1.0" serde_cbor = "0.9.0" sha2 = "0.9.0" -smallvec = "1.0.0" url = "2.1" [target.'cfg(not(target_arch = "wasm32"))'.dependencies] |