We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c05b53 commit 73e2efaCopy full SHA for 73e2efa
Cargo.toml
@@ -88,7 +88,7 @@ nix = { version = "0.29.0", features = [
88
objc = "0.2.7"
89
once_cell = { version = "1.18.0", features = ["parking_lot"] }
90
percent-encoding = "2.2.0"
91
-portable-pty = "0.8.0"
+portable-pty = "0.8.1"
92
rand = "0.8.5"
93
regex = "1.7.0"
94
reqwest = { version = "0.12.5", default-features = false, features = [
deny.toml
@@ -11,6 +11,8 @@ ignore = [
11
# instant is dependency of notify and tao, until those remove instant this
12
# will be allowed
13
"RUSTSEC-2024-0384",
14
+ # blocked on portable-pty migrating away from serial
15
+ "RUSTSEC-2017-0008",
16
]
17
18
[licenses]
0 commit comments