Skip to content

Commit 53eea6a

Browse files
authored
Bump sqlx to 0.8.0 and refactoring (#1822)
1 parent f9cd59b commit 53eea6a

File tree

3 files changed

+100
-83
lines changed

3 files changed

+100
-83
lines changed

nautilus_core/Cargo.lock

+56-48
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

nautilus_core/infrastructure/Cargo.toml

+1-3
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,8 @@ redis = { version = "0.26.1", features = [
3939
"tls-rustls",
4040
"tls-rustls-webpki-roots",
4141
], optional = true }
42-
sqlx = { version = "0.7.4", features = [
43-
"sqlite",
42+
sqlx = { version = "0.8.0", features = [
4443
"postgres",
45-
"any",
4644
"runtime-tokio",
4745
"json"
4846
], optional = true }

0 commit comments

Comments
 (0)