diff --git a/Cargo.lock b/Cargo.lock index cd413de..93f412d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1490,7 +1490,7 @@ dependencies = [ [[package]] name = "ldap-poller" version = "0.1.0" -source = "git+https://github.com/famedly/ldap-poller#96dfa724a618b1f0f6caec83f4e261366d2e84e1" +source = "git+https://github.com/famedly/ldap-poller?branch=mzaniolo/debug#ba88f4ba910c605a4fe949280a8d6f41fef528b6" dependencies = [ "ldap3", "native-tls", diff --git a/Cargo.toml b/Cargo.toml index 3d2bf0a..bb569c0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ config = { version = "0.14.0" } http = "1.1.0" itertools = "0.13.0" # error-stack = "0.4.1" -ldap-poller = { git = "https://github.com/famedly/ldap-poller", version = "0.1.0" } +ldap-poller = { git = "https://github.com/famedly/ldap-poller", branch = "mzaniolo/debug" } serde = { version = "1.0.203", features = ["derive"] } serde_json = "1.0.127" tokio = { version = "1.35.1", features = ["macros", "rt-multi-thread", "sync", "time", "fs", "rt"] }