From 923bcf1711437a024db4e667875cd1518436f2ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 18 Feb 2024 10:20:46 +0000 Subject: [PATCH] Update serde_with requirement from 1.14.0 to 3.6.1 (#1392) --- rand_distr/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rand_distr/Cargo.toml b/rand_distr/Cargo.toml index 8339580a50..2c71ac1672 100644 --- a/rand_distr/Cargo.toml +++ b/rand_distr/Cargo.toml @@ -30,7 +30,7 @@ serde1 = ["serde", "rand/serde1"] rand = { path = "..", version = "0.9.0", default-features = false } num-traits = { version = "0.2", default-features = false, features = ["libm"] } serde = { version = "1.0.103", features = ["derive"], optional = true } -serde_with = { version = "1.14.0", optional = true } +serde_with = { version = "3.6.1", optional = true } [dev-dependencies] rand_pcg = { version = "0.4.0", path = "../rand_pcg" }