diff --git a/Cargo.lock b/Cargo.lock index ed278c1a7..c24515f03 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4853,7 +4853,7 @@ checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d" [[package]] name = "oracle-rs" version = "0.1.6" -source = "git+https://github.com/t8y2/oracle-rs?branch=main#c80539f24494b73439ec078456a33b975605f94c" +source = "git+https://github.com/t8y2/rust-oracle?branch=main#7652ddfd685b5fdca7f9237d7d70f95ddb59da73" dependencies = [ "aes 0.8.4", "async-trait", diff --git a/crates/dbx-core/Cargo.toml b/crates/dbx-core/Cargo.toml index cceef481d..8efa2363f 100644 --- a/crates/dbx-core/Cargo.toml +++ b/crates/dbx-core/Cargo.toml @@ -22,7 +22,7 @@ tiberius = { version = "0.12.3", default-features = false, features = ["tds73", reqwest = { version = "0.12", default-features = false, features = ["json", "stream", "rustls-tls"] } futures = "0.3" mongodb = "3.2.5" -oracle-rs = { git = "https://github.com/t8y2/oracle-rs", branch = "main" } +oracle-rs = { git = "https://github.com/t8y2/rust-oracle", branch = "main" } russh = "0.60" portpicker = "0.1.1" csv = "1"