summaryrefslogtreecommitdiff
path: root/dhall
diff options
context:
space:
mode:
authorNadrieril2020-06-24 16:40:50 +0100
committerNadrieril2020-06-24 16:41:54 +0100
commitbbf874fdd4af77493e6f028608e299c0130e9ec0 (patch)
tree1f94a60e6881e3df7c5f53453a1ec22092e2dac1 /dhall
parent48549dfd6e740768f4c8a8cf47e0efa113dfe686 (diff)
chore: remove unused dependencies using cargo-udeps
Diffstat (limited to '')
-rw-r--r--dhall/Cargo.toml1
-rw-r--r--dhall_proc_macros/Cargo.toml1
2 files changed, 0 insertions, 2 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]
diff --git a/dhall_proc_macros/Cargo.toml b/dhall_proc_macros/Cargo.toml
index d5d998f..4d4389b 100644
--- a/dhall_proc_macros/Cargo.toml
+++ b/dhall_proc_macros/Cargo.toml
@@ -14,7 +14,6 @@ proc-macro = true
doctest = false
[dependencies]
-itertools = "0.9.0"
quote = "1.0"
proc-macro2 = "1.0"
syn = "1.0"