diff options
author | Nadrieril | 2020-03-22 21:20:58 +0000 |
---|---|---|
committer | Nadrieril | 2020-03-31 21:45:31 +0100 |
commit | 1a98b506055779e1a60558d9c5a56b071b3d61a0 (patch) | |
tree | 1ec11648ed9e3c503c6f4f06307c3541af648a23 /abnf_to_pest | |
parent | 196491a37a9ab2869ab6d76e1417a85a9e033dd4 (diff) |
Reorganize API and internals of serde_dhall a bit
Diffstat (limited to 'abnf_to_pest')
-rw-r--r-- | abnf_to_pest/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/abnf_to_pest/Cargo.toml b/abnf_to_pest/Cargo.toml index 780010e..1567512 100644 --- a/abnf_to_pest/Cargo.toml +++ b/abnf_to_pest/Cargo.toml @@ -14,5 +14,5 @@ doctest = false [dependencies] abnf = "0.6.0" indexmap = "1.0.2" -itertools = "0.8.0" +itertools = "0.9.0" pretty = "0.5.2" |