Remove old deps (#529)

Updates chrono to remove time 0.1
Updates openapitor to remove clap 3
This commit is contained in:
Adam Chalmers
2023-09-14 15:05:07 -06:00
committed by GitHub
parent 731a9bfbdb
commit 4e93146559
2 changed files with 66 additions and 116 deletions

View File

@ -20,5 +20,5 @@ syn = { version = "2.0.33", features = ["full"] }
[dev-dependencies]
expectorate = "1.0.7"
openapitor = "0.0.5"
openapitor = { git = "https://github.com/KittyCAD/kittycad.rs", branch = "main" }
pretty_assertions = "1.4.0"