From fcb0e2d73e1035f0e525a93fb927ad4c1e9f5222 Mon Sep 17 00:00:00 2001 From: Robert Pack Date: Sun, 16 Jul 2023 18:49:38 +0200 Subject: [PATCH] chore: bump serde-with --- azure-kusto-data/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-kusto-data/Cargo.toml b/azure-kusto-data/Cargo.toml index 5939eb2..7bd53f7 100644 --- a/azure-kusto-data/Cargo.toml +++ b/azure-kusto-data/Cargo.toml @@ -26,7 +26,7 @@ bytes = "1.4" futures = "0.3" serde = { version = "1", features = ["derive"] } serde_json = "1" -serde_with = { version = "2.2.0", features = ["json"] } +serde_with = { version = "3", features = ["json"] } thiserror = "1.0.38" hashbrown = { version = "0.14", features = ["serde"] } regex = "1.7.1"