Skip to content

Commit 33eb332

Browse files
committed
fix(deps): update rust crate serde to 1.0.133
1 parent cd65a64 commit 33eb332

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
@@ -37,7 +37,7 @@ hyper = { version = "0.14.15", features = ["server", "stream"] }
3737
bytes = "1.1.0"
3838
mime = "0.3.16"
3939
form-data = { version = "0.3.2", optional = true }
40-
serde = { version = "1.0.130", optional = true }
40+
serde = { version = "1.0.133", optional = true }
4141
serde_json = { version = "1.0.71", optional = true }
4242
serde_urlencoded = { version = "0.7.0", optional = true }
4343
cookie = { version = "0.15.1", features = ["percent-encode"], optional = true }

0 commit comments

Comments
 (0)