Skip to content
This repository has been archived by the owner on Jul 26, 2024. It is now read-only.

Commit

Permalink
chore: 2021 Q4 dependency update (#321)
Browse files Browse the repository at this point in the history
Closes #320
  • Loading branch information
jrconlin authored Nov 25, 2021
1 parent 3dae710 commit de6ae1e
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 40 deletions.
1 change: 1 addition & 0 deletions .cargo/audit.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ ignore = [
# time 0.1.43 still in use by chrono
"RUSTSEC-2020-0071", # Time 0.14.3 - Potential segfault in time crate.
"RUSTSEC-2020-0159", # Chrono 0.4.19 - Potential segfault in `localtime_r` invokations.
"RUSTSEC-2021-0124", # Bound by tokio restrictions
]
78 changes: 39 additions & 39 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 @@ -58,4 +58,4 @@ thiserror = "1.0"
# pinning to 0.2.4 due to dependencies (actix, etc.)
tokio = { version = "0.2.4", features = ["macros", "sync"] }
url = "2"
woothee = "0.11"
woothee = "0.13"

0 comments on commit de6ae1e

Please sign in to comment.