Skip to content

Commit

Permalink
Updated utoipa.
Browse files Browse the repository at this point in the history
  • Loading branch information
SamTV12345 committed Nov 15, 2023
1 parent 791d883 commit 210c81b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
16 changes: 8 additions & 8 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ actix = "0.13.1"
async-recursion = "1.0.5"
base64 = "0.21.5"
uuid = {version="1.5.0", features = ["v4", "serde"]}
libsqlite3-sys = {version = "0.26.0", features = ["bundled"], optional = true}
libsqlite3-sys = {version = "0.27.0", features = ["bundled"], optional = true}
r2d2_postgres = {version = "0.18.1", optional = true}
diesel_migrations = "2.1.0"
actix-files = "0.6.2"
Expand All @@ -43,9 +43,9 @@ rss = "2.0.6"
frankenstein = "0.29.1"
regex = "1.10.2"
xml-builder = "0.5.2"
diesel = { version = "2.1.3", features = ["chrono", "r2d2"] }
diesel = { version = "2.1.4", features = ["chrono", "r2d2"] }
r2d2 = "0.8.10"
utoipa = { version = "4.0.0", features = ["actix_extras"] }
utoipa = { version = "4.1.0", features = ["actix_extras"] }
futures = "0.3.29"
utoipa-swagger-ui = {version = "4.0.0", features = ["actix-web"] }
clokwerk= "0.4.0"
Expand Down

0 comments on commit 210c81b

Please sign in to comment.