abstreet/updater/Cargo.toml
Dustin Carlino 91ce5a1637 Update a few dependencies to deal with some security vulnerabilities. [rebuild] [release]
This bloats the build a bit, by bringing in multiple versions of some
deps. It'd be nice to go upgrade everything soon...
2022-06-12 17:09:06 +01:00

18 lines
397 B
TOML

[package]
name = "updater"
version = "0.1.0"
authors = ["Dustin Carlino <dabreegster@gmail.com>"]
edition = "2021"
[dependencies]
abstio = { path = "../abstio" }
abstutil = { path = "../abstutil" }
anyhow = "1.0.38"
flate2 = "1.0.20"
fs-err = "2.6.0"
futures-channel = { version = "0.3.12"}
md5 = "0.7.0"
structopt = "0.3.23"
tokio = { version = "1.19.2", features = ["full"] }
walkdir = "2.3.1"