Skip to content

Commit f97427c

Browse files
committed
Removed patch number in dependency for sudo crate to align with the rest of the Cargo dependencies.
1 parent 0c1afce commit f97427c

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)