Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Patch away advisory
Browse files Browse the repository at this point in the history
LucasFA committed Jan 27, 2024

Verified

This commit was signed with the committer’s verified signature.
billyjacoby Billy Jacoby
1 parent 9271038 commit 1258b08
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 1 addition & 2 deletions Cargo.lock

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

4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -2,3 +2,7 @@
members = ["hackernews_tui", "config_parser", "config_parser_derive"]

resolver = "2"

# patch related to RUSTSEC-2022-0040
[patch.crates-io]
owning_ref = { git = "https://github.com/noamtashma/owning-ref-rs.git", branch = "fix_unsound_map"}

0 comments on commit 1258b08

Please sign in to comment.