diff options
Diffstat (limited to 'web/atward/Cargo.toml')
-rw-r--r-- | web/atward/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/atward/Cargo.toml b/web/atward/Cargo.toml index c9d8d02c0d58..2ecd10f96f68 100644 --- a/web/atward/Cargo.toml +++ b/web/atward/Cargo.toml @@ -6,4 +6,4 @@ edition = "2018" [dependencies] regex = "1.5" -rouille = "3.0" +rouille = "3.5" |