From 6734cf2fdbb5dc09d5d78037acb1b9bb763cfa66 Mon Sep 17 00:00:00 2001 From: Anatoly Ikorsky Date: Tue, 31 Dec 2024 14:48:17 +0300 Subject: [PATCH] Update mysql-common-derive to 0.32.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 417620d..1d75e58 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -60,7 +60,7 @@ saturating = "0.1" serde = { version = "1", features = ["derive"] } serde_json = "1" -mysql-common-derive = { path = "derive", version = "0.31.0", optional = true } +mysql-common-derive = { path = "derive", version = "0.32.0", optional = true } btoi = "0.4.3" zstd = "0.13"