fix crontab task fail

This commit is contained in:
2020-05-10 12:02:59 +08:00
parent cfa670c0e8
commit 427e6addd1
2 changed files with 4 additions and 4 deletions

6
Cargo.lock generated
View File

@@ -1077,7 +1077,7 @@ dependencies = [
"indicatif 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)",
"json 0.11.15 (registry+https://github.com/rust-lang/crates.io-index)",
"reqwest 0.9.24 (registry+https://github.com/rust-lang/crates.io-index)",
"rust_util 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
"rust_util 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
"sequoia-openpgp 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)",
"sha-1 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)",
"tar 0.4.26 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1433,7 +1433,7 @@ dependencies = [
[[package]]
name = "rust_util"
version = "0.2.3"
version = "0.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -2252,7 +2252,7 @@ dependencies = [
"checksum remove_dir_all 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "4a83fa3702a688b9359eccba92d153ac33fd2e8462f9e0e3fdf155239ea7792e"
"checksum reqwest 0.9.24 (registry+https://github.com/rust-lang/crates.io-index)" = "f88643aea3c1343c804950d7bf983bd2067f5ab59db6d613a08e05572f2714ab"
"checksum rust-argon2 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2bc8af4bda8e1ff4932523b94d3dd20ee30a87232323eda55903ffd71d2fb017"
"checksum rust_util 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "454c4fd8ae19dd245bdc073cb297e222362adf938c3e6f0c2f8ea1abc7be2fd0"
"checksum rust_util 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "316c77fb3848231e129f0503aac127ac5ee4f5c433f033d1c11914759f6d31e1"
"checksum rustc-demangle 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)" = "4c691c0e608126e00913e33f0ccf3727d5fc84573623b8d65b2df340b5201783"
"checksum rustc-hash 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
"checksum rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"

View File

@@ -27,4 +27,4 @@ chrono = "0.4.10"
zip = "0.5.3"
tar = "0.4.26"
flate2 = "1.0.14"
rust_util = "0.2.3"
rust_util = "0.2.6"