diff options
author | Vincent Ambo <mail@tazj.in> | 2022-01-01T13·08+0300 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2022-01-01T15·30+0000 |
commit | 59134253db6eb995b3859b79f02f4b7e3947a6ec (patch) | |
tree | a5349b5ef44699cfa6a08a557d390c0d0f260a7a /web/atward/Cargo.toml | |
parent | a0a947a34f9ee7f57e71c7b24456f5406bdd100d (diff) |
chore(web/atward): Bump all dependencies r/3507
Change-Id: I4a79204e50cf519dce729e5c86bc397b82715008 Reviewed-on: https://cl.tvl.fyi/c/depot/+/4758 Tested-by: BuildkiteCI Autosubmit: tazjin <mail@tazj.in> Reviewed-by: sterni <sternenseemann@systemli.org>
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" |