Skip to content

Commit 7094b62

Browse files
authored
chore: use newer tiberius from git (#5619)
contains some fixes like prisma/tiberius#372
1 parent 98639f9 commit 7094b62

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ sqlparser = "0.32"
139139
sqlx-core = "0.8"
140140
sqlx-sqlite = "0.8"
141141
tempfile = "3"
142-
tiberius = { version = "0.12", default-features = false }
142+
tiberius = { git = "https://github.com/prisma/tiberius", branch = "main", default-features = false }
143143
tokio = { version = "1", features = ["sync"] }
144144
tokio-postgres = { git = "https://github.com/prisma/rust-postgres", branch = "pgbouncer-mode" }
145145
tokio-tungstenite = "0.26"

0 commit comments

Comments
 (0)