about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2022-03-30 15:46:48 +0000
committerbors <bors@rust-lang.org>2022-03-30 15:46:48 +0000
commite1ddf29ee3e722942653525f58147c5d88e92492 (patch)
tree375b9f7c1252ef988eb480f2cb39b27d2aa32e91
parentd9819c3b8de5d126bfbbf57b458063bc16e4691c (diff)
parentbca047dceabce1c5a3c481ea01a9840bcad0e5ce (diff)
downloadrust-e1ddf29ee3e722942653525f58147c5d88e92492.tar.gz
rust-e1ddf29ee3e722942653525f58147c5d88e92492.zip
Auto merge of #8586 - pitaj:fix-8378, r=flip1995
specify serde version compatible with codebase

fix #8378

changelog: none
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 123af23881b..b9ba9fe7350 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -45,7 +45,7 @@ derive-new = "0.5"
 if_chain = "1.0"
 itertools = "0.10.1"
 quote = "1.0"
-serde = { version = "1.0", features = ["derive"] }
+serde = { version = "1.0.125", features = ["derive"] }
 syn = { version = "1.0", features = ["full"] }
 futures = "0.3"
 parking_lot = "0.11.2"