diff --git a/Cargo.toml b/Cargo.toml index 68753c57..fd393233 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ rayon = "1.9.0" rustsec = "0.26" semver = { version = "1.0.17", features = ["serde"] } serde = { version = "1.0.185", features = ["derive", "rc"] } -serde_json = { version = "1.0.100", features = ["float_roundtrip", "unbounded_depth"] } +serde_json = { version = "1.0.125", features = ["float_roundtrip", "unbounded_depth"] } serde_starlark = "0.1.13" strum = { version = "0.26.2", features = ["derive"] } syn = { version = "2.0.79", features = ["extra-traits", "fold", "full", "visit", "visit-mut"] }