diff --git a/tailcall-tracker/Cargo.toml b/tailcall-tracker/Cargo.toml index 7909648e81..e1d636dbe3 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 = "90aa0512b4f0e25770b1c6c7d9eb7fe64ae6a040" } async-trait = "0.1.81" chrono = "0.4.38" whoami = "1.5.2"