diff options
Diffstat (limited to '')
-rw-r--r-- | askama/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/askama/Cargo.toml b/askama/Cargo.toml index 0025c75..55c6059 100644 --- a/askama/Cargo.toml +++ b/askama/Cargo.toml @@ -9,5 +9,5 @@ workspace = ".." [dependencies] htmlescape = { git = "https://github.com/veddan/rust-htmlescape" } -nom = "2.0" +nom = "2.1" syn = "0.11" |