Skip to content

Commit

Permalink
Bump the cargo group in /backend with 3 updates (#866)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 20, 2025
1 parent 171327a commit 13af508
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
20 changes: 10 additions & 10 deletions backend/Cargo.lock

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

4 changes: 2 additions & 2 deletions backend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ chrono = { version = "0.4", features = ["alloc", "std", "serde"] }
clap = { version = "4.5", default-features = false, features = ["derive", "std", "help"] }
hyper = { version = "1", features = ["full"] }
tokio = { version = "1", features = ["full"] }
memory-serve = { version = "1.0.0-beta.2", features = ["force-embed"], optional = true }
memory-serve = { version = "1.0.0-beta.3", features = ["force-embed"], optional = true }
utoipa = { version = "5.3.1", features = ["axum_extras"] }
utoipa-swagger-ui = { version = "8.1.1", features = ["axum"], optional = true }
utoipa-swagger-ui = { version = "9.0.0", features = ["axum"], optional = true }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
sqlx = { version = "0.8", features = ["runtime-tokio", "sqlite", "chrono"] }
Expand Down

0 comments on commit 13af508

Please sign in to comment.