From 172c2e035dfa6e3fb90c9f0a2f944a7289b84f74 Mon Sep 17 00:00:00 2001 From: Hugues Pouillot Date: Tue, 8 Jul 2025 15:52:47 +0200 Subject: [PATCH] fix(err): switch to tar.gz for unix based binary (#34693) --- cli/Cargo.lock | 14 +++++++------- cli/Cargo.toml | 2 +- dist-workspace.toml | 1 + 3 files changed, 9 insertions(+), 8 deletions(-) diff --git a/cli/Cargo.lock b/cli/Cargo.lock index f01ac284f9..1a90024ef8 100644 --- a/cli/Cargo.lock +++ b/cli/Cargo.lock @@ -229,9 +229,9 @@ dependencies = [ [[package]] name = "cc" -version = "1.2.28" +version = "1.2.29" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4ad45f4f74e4e20eaa392913b7b33a7091c87e59628f4dd27888205ad888843c" +checksum = "5c1599538de2394445747c8cf7935946e3cc27e9625f889d979bfb2aaf569362" dependencies = [ "shlex", ] @@ -899,9 +899,9 @@ dependencies = [ [[package]] name = "hyper-util" -version = "0.1.14" +version = "0.1.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dc2fdfdbff08affe55bb779f33b053aa1fe5dd5b54c257343c17edfa55711bdb" +checksum = "7f66d5bd4c6f02bf0542fad85d626775bab9258cf795a4256dcaf3161114d1df" dependencies = [ "base64 0.22.1", "bytes", @@ -1474,7 +1474,7 @@ checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" [[package]] name = "posthog-cli" -version = "0.3.3" +version = "0.3.4" dependencies = [ "anyhow", "clap", @@ -2375,9 +2375,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokio" -version = "1.46.0" +version = "1.46.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1140bb80481756a8cbe10541f37433b459c5aa1e727b4c020fbfebdc25bf3ec4" +checksum = "0cc3a2344dafbe23a245241fe8b09735b521110d30fcefbbd5feb1797ca35d17" dependencies = [ "backtrace", "bytes", diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 1dd5c78bb9..d9777be839 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "posthog-cli" -version = "0.3.3" +version = "0.3.4" authors = [ "David ", "Olly ", diff --git a/dist-workspace.toml b/dist-workspace.toml index 31d50a6439..d85f8f22e0 100644 --- a/dist-workspace.toml +++ b/dist-workspace.toml @@ -29,6 +29,7 @@ install-updater = true npm-scope = "@posthog" # Publish jobs to run in CI publish-jobs = ["npm"] +unix-archive = ".tar.gz" [dist.github-custom-runners] # ubuntu-20.04 (the dist default) is now deprecated by github