diff options
Diffstat (limited to '')
-rw-r--r-- | dhall/Cargo.toml | 1 | ||||
-rw-r--r-- | dhall_proc_macros/Cargo.toml | 1 |
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" |