Skip to content

Commit

Permalink
Fix security-audit
Browse files Browse the repository at this point in the history
  • Loading branch information
eval-exec committed Sep 18, 2024
1 parent 355c691 commit 51bf8c1
Show file tree
Hide file tree
Showing 4 changed files with 321 additions and 132 deletions.
195 changes: 97 additions & 98 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ atty = "^0.2.10"
anyhow = "1.0.63"
console = "0.15.0"
ctrlc = "3.2.3"
rustyline = "~8.0.0"
rustyline-derive = "0.4.0"
rustyline = "14.0.0"
rustyline-derive = "0.10.0"
shell-words = "0.1.0"
eaglesong = "0.1"
regex = "1.1.6"
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ prod: ## Build binary with release profile.
cargo build --release

security-audit: ## Use cargo-deny to audit Cargo.lock for crates with security vulnerabilities.
cargo deny check --hide-inclusion-graph --show-stats advisories sources
cargo deny check --hide-inclusion-graph --show-stats advisories sources -Wunmaintained

check-crates: ## Use cargo-deny to check specific crates, detect and handle multiple versions of the same crate and wildcards version requirement.
cargo deny check --hide-inclusion-graph --show-stats bans
Expand Down
Loading

0 comments on commit 51bf8c1

Please sign in to comment.