Skip to content

chore(deps): update rust crate posthog-rs to v0.19.2#3683

Merged
renovate[bot] merged 1 commit into
mainfrom
renovate/posthog-rs-0.x-lockfile
Jul 15, 2026
Merged

chore(deps): update rust crate posthog-rs to v0.19.2#3683
renovate[bot] merged 1 commit into
mainfrom
renovate/posthog-rs-0.x-lockfile

Conversation

@renovate

@renovate renovate Bot commented Jul 14, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
posthog-rs dependencies patch 0.19.10.19.2
posthog-rs workspace.dependencies patch 0.19.10.19.2

Release Notes

posthog/posthog-rs (posthog-rs)

v0.19.2

Compare Source

Patch changes
  • fd59b20 Default in-app frame classification now covers three gaps that left dependency and runtime frames marked as app code:

    • Cargo dependency sources are recognized by cargo's own on-disk layouts — registry/src/index.crates.io-<hash>/ and git/checkouts/<repo>-<hash>/<rev>/ — under any CARGO_HOME, not just ~/.cargo (e.g. /usr/local/cargo in the official Rust Docker images).
    • Crate-denylist matching strips trailing generic arguments first, so DWARF-derived names like poll_future<tokio::runtime::...> no longer feed a garbage segment (poll_future<tokio) into the crate check. Such names classify by their file path (fix above); when there is no file, they deliberately stay in-app — generic arguments are instantiation types, not the defining crate, and guessing from them would mislabel app functions generic over vendor types.
    • Fileless thread/process bootstrap symbols (__clone, start_thread, _start, the C main shim, and friends) are classified as not in-app. Other bare symbols — #[no_mangle] exports, C code linked into the binary — keep their previous in-app classification. — Thanks @​cat-ph!

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot enabled auto-merge (squash) July 14, 2026 23:30
@github-actions github-actions Bot added the type: chore Routine tasks like conversions, reorganization, and maintenance work. label Jul 14, 2026
@renovate renovate Bot force-pushed the renovate/posthog-rs-0.x-lockfile branch from 3973473 to c8a1435 Compare July 15, 2026 02:55
@renovate renovate Bot force-pushed the renovate/posthog-rs-0.x-lockfile branch from c8a1435 to ba6877f Compare July 15, 2026 07:06
@renovate renovate Bot merged commit 1204b74 into main Jul 15, 2026
8 checks passed
@renovate renovate Bot deleted the renovate/posthog-rs-0.x-lockfile branch July 15, 2026 13:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type: chore Routine tasks like conversions, reorganization, and maintenance work.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants