Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bumping zip also gets rid of the security advisory below and resolves #82 ``` $ cargo audit Fetching advisory database from `https://github.com/RustSec/advisory-db.git` Loaded 402 security advisories (from C:\Users\joeln\.cargo\advisory-db) Updating crates.io index Scanning Cargo.lock for vulnerabilities (138 crate dependencies) Crate: time Version: 0.1.44 Title: Potential segfault in the time crate Date: 2020-11-18 ID: RUSTSEC-2020-0071 URL: https://rustsec.org/advisories/RUSTSEC-2020-0071 Solution: Upgrade to >=0.2.23 Dependency tree: time 0.1.44 └── zip 0.5.13 └── self_update 0.28.0 error: 1 vulnerability found! ```
- Loading branch information