Skip to content

Commit 0ba4de6

Browse files
committed
chore: update dependencies in Cargo.lock and Cargo.toml for improved security and functionality
1 parent 444b643 commit 0ba4de6

File tree

2 files changed

+25
-136
lines changed

2 files changed

+25
-136
lines changed

apps/backend/Cargo.lock

Lines changed: 24 additions & 135 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/backend/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ rand = "0.9.1"
1414
serde = { version = "1.0.228", features = ["derive"] }
1515
serde_json = "1.0.140"
1616
sourcemap = "9.3.2"
17-
sqlx = { version = "0.8.6", features = ["runtime-tokio", "tls-native-tls", "postgres", "uuid"] }
17+
sqlx = { version = "0.8.6", features = ["runtime-tokio", "tls-rustls-ring-webpki", "postgres", "uuid"] }
1818
thiserror = "2.0.12"
1919
tokio = { version = "1.47.1", features = ["macros", "rt-multi-thread", "signal"] }
2020
tower-http = { version = "0.6.6", features = ["cors", "trace"] }

0 commit comments

Comments
 (0)