diff --git a/Cargo.toml b/Cargo.toml index 7fc7b42..f3aa9db 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ log = "0.4.25" pretty_env_logger = "0.5.0" tokio = { version = "1.43.0", features = ["macros", "rt", "rt-multi-thread"] } futures-util = "0.3.31" -nginx-log-parser = { git = "https://github.com/themasch/nginx-log-parser.git" } +nginx-log-parser = { git = "https://git.v0l.io/Kieran/nginx-log-parser.git" } reqwest = "0.12.12" serde = "1.0.217" serde_json = "1.0.137"