From ca612ede82cba203104f5d0987f58243be4ad985 Mon Sep 17 00:00:00 2001 From: Florian Wuermseer Date: Thu, 24 Aug 2023 09:46:57 +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 edd8719..07eed62 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ anyhow = "1.0.72" console_error_panic_hook = "0.1.7" flowrs = {path = "../flowrs"} flowrs-std = {path = "../flowrs-std"} -serde = { version = "1.0.166", features = ["derive", "rc"] } +serde = { version = "1.0.184", features = ["derive", "rc"] } serde_json = "1.0.100" wasm-bindgen = "0.2.87"