Update rustc-serialize in Cargo.toml to 0.3.25 version. You need to do cargo vendor only with this fix, otherwise build process will stuck with lifetimes problem

This commit is contained in:
Артем Синюгин 2024-11-13 11:49:14 +03:00
parent 656a7e6ff6
commit e2462cf4ad

View File

@ -23,7 +23,7 @@ libc = "0.2.2"
log = "0.3.4"
md5 = "0.1.1"
pgs-files = "0.0.6"
rustc-serialize = "0.3.20"
rustc-serialize = "0.3.25"
tempfile = "1.1.3"
time = "0.1.34"
users = "0.5.1"