Update Rust crate serde_json to 1.0.104
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-07-26 19:52:26 +00:00
parent 0bbfe859a3
commit b1e06dec5d
2 changed files with 3 additions and 3 deletions

View File

@@ -10,4 +10,4 @@ rltk = { version = "0.8.7", features = ["serde"] }
specs = { version = "0.19.0", features = ["serde"] }
specs-derive = { version = "0.4.1" }
serde = { version = "^1.0.175", features = ["derive"] }
serde_json = "1.0.103"
serde_json = "1.0.104"