Skip to content

Commit 923bcf1

Browse files
Update serde_with requirement from 1.14.0 to 3.6.1 (#1392)
1 parent dba696e commit 923bcf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rand_distr/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ serde1 = ["serde", "rand/serde1"]
3030
rand = { path = "..", version = "0.9.0", default-features = false }
3131
num-traits = { version = "0.2", default-features = false, features = ["libm"] }
3232
serde = { version = "1.0.103", features = ["derive"], optional = true }
33-
serde_with = { version = "1.14.0", optional = true }
33+
serde_with = { version = "3.6.1", optional = true }
3434

3535
[dev-dependencies]
3636
rand_pcg = { version = "0.4.0", path = "../rand_pcg" }

0 commit comments

Comments
 (0)