Skip to content

Commit aa58f71

Browse files
committed
Removed patch number in dependency for sudo crate to align with the rest of the Cargo dependencies.
1 parent 316638c commit aa58f71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ csv = "1.1"
3232
serde = { version = "1.0", features = ["derive"] }
3333
serde_json = "1.0"
3434
serde_yaml = "0.9"
35-
sudo = "0.6.0"
35+
sudo = "0.6"

0 commit comments

Comments
 (0)