Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Rust crate serde to 1.0.188
Browse files Browse the repository at this point in the history
renovate[bot] authored Sep 7, 2023
1 parent 1038c8a commit ba05ae3
Showing 3 changed files with 87 additions and 68 deletions.
151 changes: 85 additions & 66 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sanity-bin/Cargo.toml
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@ direction = {version = "0.17.10", features = ["rand"]}
log = { version = "0.4.11", features = ["serde"] }
rand = "0.7.3"
ron = "0.6.2"
serde = "1.0.117"
serde = "1.0.188"
wfc = "0.9.2"
bracket-pathfinding = "0.8.1"
strum = "0.19.5"
2 changes: 1 addition & 1 deletion sanity-lib/Cargo.toml
Original file line number Diff line number Diff line change
@@ -9,7 +9,7 @@ edition = "2018"
[dependencies]
amethyst = "0.15.3"
bracket-pathfinding = "0.8.1"
serde = "1.0.117"
serde = "1.0.188"
strum = "0.19.5"
strum_macros = "0.19.4"

0 comments on commit ba05ae3

Please sign in to comment.