We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11ea692 commit b2d412eCopy full SHA for b2d412e
1 file changed
Cargo.toml
@@ -30,7 +30,7 @@ open_cmd = { version = "0.1.0", features = ["tracing"] }
30
petgraph = "0.6"
31
regex = "1.8"
32
# Use at least 1.0.184 because of serde-rs/serde#2538
33
-serde = { version = ">=1.0.184", features = ["derive"] }
+serde = { version = ">=1.0.188", features = ["derive"] }
34
serde_json = "1.0"
35
serde_yaml = { version = "0.9", optional = true }
36
sha2 = "0.10.7"
0 commit comments