Skip to content

Commit 73e2efa

Browse files
authored
chore: add ignore for RUSTSEC-2017-0008 (#190)
1 parent 9c05b53 commit 73e2efa

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ nix = { version = "0.29.0", features = [
8888
objc = "0.2.7"
8989
once_cell = { version = "1.18.0", features = ["parking_lot"] }
9090
percent-encoding = "2.2.0"
91-
portable-pty = "0.8.0"
91+
portable-pty = "0.8.1"
9292
rand = "0.8.5"
9393
regex = "1.7.0"
9494
reqwest = { version = "0.12.5", default-features = false, features = [

deny.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ ignore = [
1111
# instant is dependency of notify and tao, until those remove instant this
1212
# will be allowed
1313
"RUSTSEC-2024-0384",
14+
# blocked on portable-pty migrating away from serial
15+
"RUSTSEC-2017-0008",
1416
]
1517

1618
[licenses]

0 commit comments

Comments
 (0)