diff --git a/tailcall-tracker/Cargo.toml b/tailcall-tracker/Cargo.toml index 7909648e81..b2a45740f6 100644 --- a/tailcall-tracker/Cargo.toml +++ b/tailcall-tracker/Cargo.toml @@ -20,7 +20,7 @@ tokio = { workspace = true, features = ["rt", "time"] } tracing = { workspace = true } sysinfo = "0.32.0" tailcall-version = { path = "../tailcall-version" } -posthog-rs = { git = "https://github.com/PostHog/posthog-rs.git", rev = "a006a81419031e4889d9c3882d7458d2efa588a8" } +posthog-rs = { git = "https://github.com/PostHog/posthog-rs.git", rev = "19ba132ffd3d886aa30e10f2d8293442f1c3b028" } async-trait = "0.1.81" chrono = "0.4.38" whoami = "1.5.2"