mirror of
https://gitlab.com/msrd0/gotham-restful.git
synced 2025-02-22 12:42:28 +00:00
pin version of openapiv3
they introduced breaking changes in patch release 0.3.3
This commit is contained in:
parent
bb6f5b0fdd
commit
fabcbc4e78
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ indexmap = { version = "1.3.2", optional = true }
|
|||
indoc = { version = "1.0", optional = true }
|
||||
jsonwebtoken = { version = "7.1.0", optional = true }
|
||||
once_cell = { version = "1.5", optional = true }
|
||||
openapiv3 = { version = "0.3.2", optional = true }
|
||||
openapiv3 = { version = "=0.3.2", optional = true }
|
||||
regex = { version = "1.4", optional = true }
|
||||
sha2 = { version = "0.9.3", optional = true }
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue