diff options
Diffstat (limited to 'dhall/Cargo.toml')
-rw-r--r-- | dhall/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dhall/Cargo.toml b/dhall/Cargo.toml index bd91a1a..0ffe78b 100644 --- a/dhall/Cargo.toml +++ b/dhall/Cargo.toml @@ -10,7 +10,7 @@ edition = "2018" build = "build.rs" [dependencies] -annotate-snippets = "0.6.1" +annotate-snippets = "0.7.0" itertools = "0.9.0" hex = "0.4.2" lazy_static = "1.4.0" |