diff --git a/backend/Cargo.lock b/backend/Cargo.lock index 8e872f13d49c4..9e0fcc85988a9 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -9250,8 +9250,9 @@ dependencies = [ [[package]] name = "tiberius" -version = "0.12.2" -source = "git+https://github.com/prisma/tiberius?rev=8f66a699dfa041e7b5f736c7e94f92c945453c9e#8f66a699dfa041e7b5f736c7e94f92c945453c9e" +version = "0.12.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a1446cb4198848d1562301a3340424b4f425ef79f35ef9ee034769a9dd92c10d" dependencies = [ "async-trait", "asynchronous-codec", diff --git a/backend/Cargo.toml b/backend/Cargo.toml index 9076b6fd62992..bf577673082d2 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -276,7 +276,7 @@ tokenizers = "0.14.1" candle-core = "0.3.0" candle-transformers = "0.3.0" candle-nn = "0.3.0" -tiberius = { git = "https://github.com/prisma/tiberius", rev = "8f66a699dfa041e7b5f736c7e94f92c945453c9e", default-features = false, features = ["rustls", "tds73", "chrono", "sql-browser-tokio"]} +tiberius = { version = "0.12.3", default-features = false, features = ["rustls", "tds73", "chrono", "sql-browser-tokio"]} pin-project = "1" indexmap = { version = "2.2.5", features = ["serde"]} tokio-native-tls = "^0"