Skip to content

Commit 77af1e8

Browse files
committed
Update serde, so TiKV can update time create
Signed-off-by: Yang Zhang <yang.zhang@pingcap.com>
1 parent ef932c4 commit 77af1e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ protobuf = "2"
5858
rayon = "1.5"
5959
rhai = { version = "1.7", features = ["sync"], optional = true }
6060
scopeguard = "1.1"
61-
serde = { version = "=1.0.194", features = ["derive"] }
61+
serde = { version = "=1.0", features = ["derive"] }
6262
serde_repr = "0.1"
6363
strum = { version = "0.26.2", features = ["derive"] }
6464
thiserror = "1.0"

0 commit comments

Comments
 (0)