From d259053609a64129b9847feaf7aa52049bdd2e7b Mon Sep 17 00:00:00 2001 From: Florian Wuermseer Date: Thu, 24 Aug 2023 09:46:56 +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 bb3b89f..761672f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ crate-type = ["cdylib", "rlib"] [dependencies] flowrs-derive = { version = "0.3.0", path = "flowrs_derive" } -serde = { version = "1.0.166", features = ["derive", "rc"] } +serde = { version = "1.0.184", features = ["derive", "rc"] } serde_json = "1.0.100" thiserror = "1.0.44" anyhow = "1.0"