Skip to content

Commit

Permalink
chore(deps): update rust crate serde_yaml to 0.9.10 (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 22, 2022
1 parent 871a172 commit a812cf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ default = []
serde = { version = "1.0", features = ["derive"], optional = true }

[dev-dependencies]
serde_yaml = { version = "0.9.9", default-features = false }
serde_yaml = { version = "0.9.10", default-features = false }
rstest = { version = "0.15.0", default-features = false }
bevy = { version = "0.8.0", default-features = false, features = ["bevy_asset", "bevy_winit", "render", "png", "x11", "dynamic"] }
anyhow = "1.0"
Expand Down

0 comments on commit a812cf6

Please sign in to comment.