Skip to content

Commit 0aec493

Browse files
committed
fix(deps): update rust crate serde to 1.0.193
1 parent ce89531 commit 0aec493

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ reqwest = { version = "0.11.14", default-features = false, features = [ "json",
1717
tokio = { version = "1.25.0", features = [ "macros", "rt-multi-thread" ] }
1818
tracing = "0.1.37"
1919
tracing-subscriber = "0.3.16"
20-
serde = { version = "1.0.152", features = [ "derive" ] }
20+
serde = { version = "1.0.193", features = [ "derive" ] }
2121
basic-toml = { version = "0.1.1" }
2222
serde_json = "1.0.92"
2323
rand = "0.8.5"

0 commit comments

Comments
 (0)