Skip to content

Commit fd8170d

Browse files
committed
Update serde to 1.0.103
1 parent 659fffd commit fd8170d

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
@@ -18,7 +18,7 @@ foldhash = { version = "0.1.2", default-features = false, optional = true }
1818

1919
# For external trait impls
2020
rayon = { version = "1.3", optional = true }
21-
serde = { version = "1.0.25", default-features = false, optional = true }
21+
serde = { version = "1.0.103", default-features = false, optional = true }
2222

2323
# When built as part of libstd
2424
core = { version = "1.0.0", optional = true, package = "rustc-std-workspace-core" }

0 commit comments

Comments
 (0)