diff options
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' |