Skip to content

Commit 19757e2

Browse files
Update Rust crate serde_json to 1.0.95
1 parent 601713f commit 19757e2

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
@@ -15,7 +15,7 @@ categories=["development-tools"]
1515
[dependencies]
1616
reqwest = "0.9.0" # http requests
1717
serde = {version = "1.0.111", features = ["derive"]} # serialization
18-
serde_json = "1.0.53" # serialize JSON
18+
serde_json = "1.0.95" # serialize JSON
1919
clap = "2.33.1" # argument parsing
2020
colored = "1.9" # color in terminal
2121
strsim = "0.10.0" # string similarity metrics

0 commit comments

Comments
 (0)