Skip to content
This repository was archived by the owner on Nov 1, 2023. It is now read-only.

Commit 203bc22

Browse files
authored
Allow unmaintained memmap (#364)
1 parent fd131c6 commit 203bc22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ci/agent.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ cargo fmt -- --check
1818
# RUSTSEC-2019-0031: a dependency spin (pulled in from ring) is not actively maintained
1919
# RUSTSEC-2020-0016: a dependency net2 (pulled in from tokio) is deprecated
2020
# RUSTSEC-2020-0036: a dependency failure (pulled from proc-maps) is deprecated
21-
cargo audit --deny warnings --deny unmaintained --deny unsound --deny yanked --ignore RUSTSEC-2019-0031 --ignore RUSTSEC-2020-0016 --ignore RUSTSEC-2020-0036
21+
cargo audit --deny warnings --deny unmaintained --deny unsound --deny yanked --ignore RUSTSEC-2019-0031 --ignore RUSTSEC-2020-0016 --ignore RUSTSEC-2020-0036 --ignore RUSTSEC-2020-0077
2222
cargo-license -j > data/licenses.json
2323
cargo build --release --locked
2424
# export RUST_LOG=trace

0 commit comments

Comments
 (0)