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 601713f commit 19757e2Copy full SHA for 19757e2
Cargo.toml
@@ -15,7 +15,7 @@ categories=["development-tools"]
15
[dependencies]
16
reqwest = "0.9.0" # http requests
17
serde = {version = "1.0.111", features = ["derive"]} # serialization
18
-serde_json = "1.0.53" # serialize JSON
+serde_json = "1.0.95" # serialize JSON
19
clap = "2.33.1" # argument parsing
20
colored = "1.9" # color in terminal
21
strsim = "0.10.0" # string similarity metrics
0 commit comments