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

Chore/update 21 q4 #321

Merged
merged 3 commits into from
Nov 25, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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"