Skip to content

Commit

Permalink
Update slog-term, stop ignoring RUSTSEC-2021-0145
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan-k committed Feb 19, 2024
1 parent 83cdcb0 commit 00514c3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .cargo/audit.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
[advisories]
ignore = [
# "RUSTSEC-2020-0071", # `time` localtime_r segfault
"RUSTSEC-2020-0159", # `chrono` localtime_r segfault
"RUSTSEC-2021-0145", # `chrono` localtime_r segfault
]
2 changes: 1 addition & 1 deletion crates/argmin-observer-slog/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ argmin = { version = "0.9.0", path = "../argmin", default-features = false }
serde = { version = "1.0", features = ["derive", "rc"], optional = true }
serde_json = { version = "1.0", optional = true }
slog = { version = "2.7", features = ["dynamic-keys"] }
slog-term = "2.9"
slog-term = "2.9.1"
slog-async = "2.7"
slog-json = { version = "2.6", optional = true }

Expand Down

0 comments on commit 00514c3

Please sign in to comment.