Skip to content

Commit bd4f43e

Browse files
committed
fix(deps): update rust crate serde_json to 1.0.75
1 parent cd65a64 commit bd4f43e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ bytes = "1.1.0"
3838
mime = "0.3.16"
3939
form-data = { version = "0.3.2", optional = true }
4040
serde = { version = "1.0.130", optional = true }
41-
serde_json = { version = "1.0.71", optional = true }
41+
serde_json = { version = "1.0.75", optional = true }
4242
serde_urlencoded = { version = "0.7.0", optional = true }
4343
cookie = { version = "0.15.1", features = ["percent-encode"], optional = true }
4444

0 commit comments

Comments
 (0)