Skip to content

Commit

Permalink
Stop forking aide
Browse files Browse the repository at this point in the history
The issue for which we originally forked aide appears to have been
fixed here: tamasfe/aide#73

Our code compiles using the latest aide version, and the openapi
spec shows no changes, so I think we're good.
  • Loading branch information
jaymell committed Nov 15, 2023
1 parent a56c69b commit f24bdea
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 16 deletions.
52 changes: 37 additions & 15 deletions server/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion server/svix-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ futures = "0.3"
url = { version = "2.2.2", features = ["serde"] }
rand = "0.8.5"
jsonschema = "0.16.1"
aide = { git = "https://github.com/svix/aide", rev = "e6e9af3", features = ["axum", "redoc", "macros", "axum-headers"] }
aide = { version = "0.12.0", features = ["axum", "redoc", "macros", "axum-headers"] }
schemars = { version = "0.8.11", features = ["chrono", "url", "preserve_order"] }
indexmap = "1.9.2"
trust-dns-resolver = "0.22.0"
Expand Down

0 comments on commit f24bdea

Please sign in to comment.