Update serde_with requirement from 1.14.0 to 3.6.1 (#1392)

This commit is contained in:
dependabot[bot] 2024-02-18 10:20:46 +00:00 committed by GitHub
parent dba696e9f1
commit 923bcf1711
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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" }