diff --git a/crates/bevy_animation/Cargo.toml b/crates/bevy_animation/Cargo.toml index e3c9f9beb5..72e42a6878 100644 --- a/crates/bevy_animation/Cargo.toml +++ b/crates/bevy_animation/Cargo.toml @@ -30,7 +30,7 @@ bevy_platform_support = { path = "../bevy_platform_support", version = "0.16.0-d ] } # other -petgraph = { version = "0.6", features = ["serde-1"] } +petgraph = { version = "0.7", features = ["serde-1"] } ron = "0.8" serde = "1" blake3 = { version = "1.0" } diff --git a/crates/bevy_reflect/Cargo.toml b/crates/bevy_reflect/Cargo.toml index 9067cc4c0f..0f54d8cccf 100644 --- a/crates/bevy_reflect/Cargo.toml +++ b/crates/bevy_reflect/Cargo.toml @@ -102,7 +102,7 @@ smallvec = { version = "1.11", default-features = false, optional = true } glam = { version = "0.29", default-features = false, features = [ "serde", ], optional = true } -petgraph = { version = "0.6", features = ["serde-1"], optional = true } +petgraph = { version = "0.7", features = ["serde-1"], optional = true } smol_str = { version = "0.2.0", default-features = false, features = [ "serde", ], optional = true }