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

This commit is contained in:
2024-04-16 05:59:08 +00:00
parent bf31ef75f6
commit 3210ac3389
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.20.0", features = ["serde"] }
specs-derive = { version = "0.4.1" }
serde = { version = "^1.0.197", features = ["derive"] }
serde_json = "1.0.115"
serde_json = "1.0.116"