diff options
author | Vincent Ambo <mail@tazj.in> | 2022-03-07T11·50+0300 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2022-03-08T12·01+0000 |
commit | ca92903abfddf42a18cc7dc4721700d68e84531f (patch) | |
tree | c0ed10d864f20a54047f7360393097d51599c325 /tools/cheddar/Cargo.toml | |
parent | 987b11a70e26c181477936eb5139d16a8acc7731 (diff) |
chore(cheddar): Bump rouille and other dependencies r/3897
This mitigates the chrono & brotli-sys CVE reports for cheddar. Change-Id: I2f37cd7575e5ea38f4ca3aac71275652c343753d Reviewed-on: https://cl.tvl.fyi/c/depot/+/5353 Tested-by: BuildkiteCI Autosubmit: tazjin <tazjin@tvl.su> Reviewed-by: sterni <sternenseemann@systemli.org>
Diffstat (limited to 'tools/cheddar/Cargo.toml')
-rw-r--r-- | tools/cheddar/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/cheddar/Cargo.toml b/tools/cheddar/Cargo.toml index 6cc8163c730a..ee4cbb4d580e 100644 --- a/tools/cheddar/Cargo.toml +++ b/tools/cheddar/Cargo.toml @@ -8,7 +8,7 @@ edition = "2018" clap = "2.33" comrak = "0.10" lazy_static = "1.4" -rouille = "3.0" +rouille = "3.5" syntect = "4.5.0" serde_json = "1.0" regex = "1.4" |