Skip to content

Commit

Permalink
Update serde_with requirement from 1.14.0 to 3.6.1 (#1392)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Feb 18, 2024
1 parent dba696e commit 923bcf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rand_distr/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down

0 comments on commit 923bcf1

Please sign in to comment.