Skip to content

Commit

Permalink
chore: update dependencies to patch CVEs
Browse files Browse the repository at this point in the history
Updates Cargo and Pnpm Deps
  • Loading branch information
TroyKomodo committed Jun 24, 2023
1 parent ac4d79b commit a494606
Show file tree
Hide file tree
Showing 9 changed files with 1,658 additions and 1,930 deletions.
24 changes: 24 additions & 0 deletions .config/audit.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
[advisories]
ignore = []
informational_warnings = ["unmaintained"]
severity_threshold = "low"

[database]
path = "~/.cargo/advisory-db" # Path where advisory git repo will be cloned
url = "https://github.com/RustSec/advisory-db.git" # URL to git repo
fetch = true
stale = false

[output]
deny = ["unmaintained"]
format = "terminal"
quiet = false
show_tree = true

[target]
arch = "x86_64"
os = "linux"

[yanked]
enabled = true
update_index = true
Loading

0 comments on commit a494606

Please sign in to comment.