rtiow: cargo update; cargo upgrade

This commit is contained in:
2023-02-13 21:00:45 -08:00
parent e19ec20c7b
commit 4b8bd84a84
2 changed files with 56 additions and 56 deletions

View File

@@ -23,7 +23,7 @@ num_cpus = "1.15.0"
rand = "0.8.5"
serde = "1.0.152"
serde_derive = "1.0.152"
serde_json = "1.0.91"
serde_json = "1.0.93"
structopt = "0.2.18"
vec3 = {path = "../vec3"}
stl = {path = "../../../stl"}