diff options
author | Vincent Ambo <mail@tazj.in> | 2022-10-06T20·23+0300 |
---|---|---|
committer | tazjin <tazjin@tvl.su> | 2022-10-06T22·53+0000 |
commit | 96181f917a53fd2fcd81586ea129f2f94be0173e (patch) | |
tree | f40ffa1b525783167fea43d95391745c9ae319c3 /users/tazjin/tgsa/Cargo.toml | |
parent | 8b880b4a5052a7deaf8663136ac6e436aefa64e8 (diff) |
chore(tazjin/tgsa): bump all dependencies r/5043
Change-Id: Id90cf6b74999e81680c589847a8b2f64eefc37ca Reviewed-on: https://cl.tvl.fyi/c/depot/+/6875 Reviewed-by: tazjin <tazjin@tvl.su> Autosubmit: tazjin <tazjin@tvl.su> Tested-by: BuildkiteCI
Diffstat (limited to 'users/tazjin/tgsa/Cargo.toml')
-rw-r--r-- | users/tazjin/tgsa/Cargo.toml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/users/tazjin/tgsa/Cargo.toml b/users/tazjin/tgsa/Cargo.toml index 105333c942dd..943fe7188ee8 100644 --- a/users/tazjin/tgsa/Cargo.toml +++ b/users/tazjin/tgsa/Cargo.toml @@ -5,8 +5,8 @@ edition = "2021" [dependencies] anyhow = "1.0" -crimp = "0.2" -ego-tree = "0.6" # in tandem with 'scraper' +crimp = "4087.0" rouille = "3.5" -scraper = "0.12" -url = "2.2" +url = "2.3" +scraper = "0.13" +ego-tree = "0.6" # in tandem with 'scraper' |