Skip to content

Commit 0fd0036

Browse files
committed
remove deprecated serde_yaml
1 parent c8a9ffe commit 0fd0036

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ colored = "2.0"
1616
tokio = "1.35.1"
1717
serde = { version = "1.0.204", features = ["derive"] }
1818
serde_json = "1.0.120"
19-
serde_yaml = "0.9.34+deprecated"
19+
serde_yaml = "0.9.34"
2020
thiserror = "1.0"
2121
prettytable = "0.10.0"
2222
chrono = "0.4.41"

0 commit comments

Comments
 (0)