chore: update oracle-rs repo URL to rust-oracle

This commit is contained in:
t8y2 2026-05-07 10:49:20 +08:00
parent ecbd94c7be
commit a574558b9c
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -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",

View File

@ -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"