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"