Skip to content

Commit

Permalink
Increase chrono version for vulnerability fix (#178)
Browse files Browse the repository at this point in the history
* Fixes the below vulnerability:

Crate:    chrono
Version:  0.4.19
Title:    Potential segfault in `localtime_r` invocations
Date:     2020-11-10
ID:       RUSTSEC-2020-0159
URL:      https://rustsec.org/advisories/RUSTSEC-2020-0159
Solution: Upgrade to >=0.4.20
  • Loading branch information
ephemer4l authored Aug 31, 2022
1 parent 4b9c454 commit d5e6ffd
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 21 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: clippy
args: --locked

build-test-x86_64-unknown-linux-gnu:
name: build and test (x86_64-unknown-linux-gnu)
Expand Down
65 changes: 45 additions & 20 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ presage = { git = "https://github.com/boxdot/presage.git", rev = "f908e8f" }

anyhow = "1.0.40"
async-trait = "0.1.51"
chrono = { version = "0.4.19", features = ["serde"] }
chrono = { version = "0.4.22", features = ["serde"] }
crossterm = { version = "0.19.0", features = ["event-stream"] }
derivative = "2.2.0"
dirs = "3.0.2"
Expand Down

0 comments on commit d5e6ffd

Please sign in to comment.