Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/dependabot/cargo/backend/sqlx-0.…
Browse files Browse the repository at this point in the history
…7.2'
  • Loading branch information
martin-fink committed Oct 7, 2023
2 parents a7bba51 + e0e8aab commit 94dade7
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 18 deletions.
33 changes: 16 additions & 17 deletions backend/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 backend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ tower = "0.4.13"
tracing = "0.1.37"
tracing-subscriber = { version = "0.3.17", features = ["env-filter"] }
uuid = { version = "1.4.1", features = ["v4", "serde", "macro-diagnostics"] }
sqlx = { version = "0.7.1", features = ["runtime-tokio-rustls", "postgres", "uuid", "chrono"] }
sqlx = { version = "0.7.2", features = ["runtime-tokio-rustls", "postgres", "uuid", "chrono"] }
time = "0.3.29"
dotenv = "0.15.0"
env_logger = "0.10.0"
Expand Down

0 comments on commit 94dade7

Please sign in to comment.