From 8434b2f41830b1fc912e3c009c64b13644afbe3d Mon Sep 17 00:00:00 2001 From: Florian Wuermseer Date: Thu, 24 Aug 2023 09:46:55 +0200 Subject: [PATCH] chore: bump serde to 1.0.184 See https://github.com/serde-rs/serde/pull/2590 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 826a369..b7a0721 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ crate-type = ["cdylib", "rlib"] [dependencies] anyhow = "1.0.72" flowrs = {path = "../flowrs"} # "0.1.0" -serde = "1.0.183" +serde = "1.0.184" serde_json = "1.0.104" wasm-bindgen = "0.2.87" bincode = "1.3.3"