Skip to content

chore(deps): bump posthog-rs from 0.4.3 to 0.4.7#360

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/posthog-rs-0.4.7
Open

chore(deps): bump posthog-rs from 0.4.3 to 0.4.7#360
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/posthog-rs-0.4.7

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Mar 20, 2026

Bumps posthog-rs from 0.4.3 to 0.4.7.

Release notes

Sourced from posthog-rs's releases.

v0.4.7

What's Changed

New Contributors

Full Changelog: PostHog/posthog-rs@v0.4.3...v0.4.7

Changelog

Sourced from posthog-rs's changelog.

0.4.7 — 2026-03-20

Note: 0.4.4 - 0.4.6 were never released due to a bug in our release process. Commit signing is hard!

Patch changes

Commits
  • d68df9d chore: Release v0.4.7
  • 5d017d4 Merge pull request #81 from PostHog/fix/release-git-identity
  • 6a04431 fix: configure git identity before sampo publish in release workflow
  • 460bffc chore: Release v0.4.6
  • 7360775 Merge pull request #80 from PostHog/tom/fixrelease
  • 8164dfa Fix and reattempt release
  • d1d96fa chore: Release v0.4.5
  • ebb651a Merge pull request #79 from PostHog/tom/fixrelease
  • 76d4acd Reattempt release
  • 5330216 Merge pull request #78 from PostHog/tom/fix-publish
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [posthog-rs](https://github.com/posthog/posthog-rs) from 0.4.3 to 0.4.7.
- [Release notes](https://github.com/posthog/posthog-rs/releases)
- [Changelog](https://github.com/PostHog/posthog-rs/blob/main/CHANGELOG.md)
- [Commits](PostHog/posthog-rs@v0.4.3...v0.4.7)

---
updated-dependencies:
- dependency-name: posthog-rs
  dependency-version: 0.4.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Mar 20, 2026
@github-actions
Copy link
Contributor

github-actions bot commented Mar 20, 2026

⚠️ Changelog not found.

A changelog entry is required before merging.

Add changelog

@github-actions
Copy link
Contributor

Tempo Lint Results

Summary

Found 338 issue(s) across 32 file(s)

Severity Count
Errors 0
Warnings 338
Hints 0

Issues by Rule Type

no-unwrap-in-lib (315 occurrences)
  • /home/runner/work/wallet/wallet/crates/tempo-common/src/network.rs:1 - Avoid .unwrap() in library code. Use proper error handling with ? or .expect() with context.
  • /home/runner/work/wallet/wallet/crates/tempo-common/src/network.rs:1 - Avoid .unwrap() in library code. Use proper error handling with ? or .expect() with context.
  • /home/runner/work/wallet/wallet/crates/tempo-common/src/network.rs:1 - Avoid .unwrap() in library code. Use proper error handling with ? or .expect() with context.
  • /home/runner/work/wallet/wallet/crates/tempo-common/src/network.rs:1 - Avoid .unwrap() in library code. Use proper error handling with ? or .expect() with context.
  • /home/runner/work/wallet/wallet/crates/tempo-common/src/keys/signer.rs:1 - Avoid .unwrap() in library code. Use proper error handling with ? or .expect() with context.
  • /home/runner/work/wallet/wallet/crates/tempo-common/src/keys/signer.rs:1 - Avoid .unwrap() in library code. Use proper error handling with ? or .expect() with context.
  • /home/runner/work/wallet/wallet/crates/tempo-common/src/keys/signer.rs:1 - Avoid .unwrap() in library code. Use proper error handling with ? or .expect() with context.
  • /home/runner/work/wallet/wallet/crates/tempo-common/src/keys/signer.rs:1 - Avoid .unwrap() in library code. Use proper error handling with ? or .expect() with context.
  • /home/runner/work/wallet/wallet/crates/tempo-common/src/keys/signer.rs:1 - Avoid .unwrap() in library code. Use proper error handling with ? or .expect() with context.
  • /home/runner/work/wallet/wallet/crates/tempo-common/src/keys/signer.rs:1 - Avoid .unwrap() in library code. Use proper error handling with ? or .expect() with context.

... and 305 more

no-leading-whitespace-strings (23 occurrences)
  • /home/runner/work/wallet/wallet/crates/tempo-test/src/fixture.rs:1 - String literals should not start with leading whitespace. Found: ' = '
  • /home/runner/work/wallet/wallet/crates/tempo-test/src/fixture.rs:1 - String literals should not start with leading whitespace. Found: ' = '
  • /home/runner/work/wallet/wallet/crates/tempo-test/src/fixture.rs:1 - String literals should not start with leading whitespace. Found: ' = '
  • /home/runner/work/wallet/wallet/crates/tempo-common/src/config.rs:1 - String literals should not start with leading whitespace. Found: ' = '
  • /home/runner/work/wallet/wallet/crates/tempo-wallet/src/args.rs:1 - String literals should not start with leading whitespace. Found: ' ('
  • /home/runner/work/wallet/wallet/crates/tempo-request/src/args.rs:1 - String literals should not start with leading whitespace. Found: ' ('
  • /home/runner/work/wallet/wallet/crates/tempo-wallet/src/commands/debug.rs:1 - String literals should not start with leading whitespace. Found: ' ('
  • /home/runner/work/wallet/wallet/crates/tempo-wallet/tests/session/close.rs:1 - String literals should not start with leading whitespace. Found: ' = '
  • /home/runner/work/wallet/wallet/crates/tempo-wallet/tests/session/close.rs:1 - String literals should not start with leading whitespace. Found: ' = '
  • /home/runner/work/wallet/wallet/crates/tempo-wallet/tests/session/close.rs:1 - String literals should not start with leading whitespace. Found: ' = '

... and 13 more

Issues by File

View grouped by file

/home/runner/work/wallet/wallet/crates/tempo-request/src/payment/session/streaming.rs (58 issues)

  • Line 1: [warning] no-unwrap-in-lib
  • Line 1: [warning] no-unwrap-in-lib
  • Line 1: [warning] no-unwrap-in-lib
  • Line 1: [warning] no-unwrap-in-lib
  • Line 1: [warning] no-unwrap-in-lib
  • ... and 53 more

/home/runner/work/wallet/wallet/crates/tempo-test/src/mock.rs (46 issues)

  • Line 1: [warning] no-unwrap-in-lib
  • Line 1: [warning] no-unwrap-in-lib
  • Line 1: [warning] no-unwrap-in-lib
  • Line 1: [warning] no-unwrap-in-lib
  • Line 1: [warning] no-unwrap-in-lib
  • ... and 41 more

/home/runner/work/wallet/wallet/crates/tempo-common/src/payment/session/store/storage.rs (38 issues)

  • Line 1: [warning] no-unwrap-in-lib
  • Line 1: [warning] no-unwrap-in-lib
  • Line 1: [warning] no-unwrap-in-lib
  • Line 1: [warning] no-unwrap-in-lib
  • Line 1: [warning] no-unwrap-in-lib
  • ... and 33 more

/home/runner/work/wallet/wallet/crates/tempo-common/src/keys/keystore.rs (32 issues)

  • Line 1: [warning] no-unwrap-in-lib
  • Line 1: [warning] no-unwrap-in-lib
  • Line 1: [warning] no-unwrap-in-lib
  • Line 1: [warning] no-unwrap-in-lib
  • Line 1: [warning] no-unwrap-in-lib
  • ... and 27 more

/home/runner/work/wallet/wallet/crates/tempo-request/src/query/payload.rs (24 issues)

  • Line 1: [warning] no-unwrap-in-lib
  • Line 1: [warning] no-unwrap-in-lib
  • Line 1: [warning] no-unwrap-in-lib
  • Line 1: [warning] no-unwrap-in-lib
  • Line 1: [warning] no-unwrap-in-lib
  • ... and 19 more

/home/runner/work/wallet/wallet/crates/tempo-request/src/http/client.rs (19 issues)

  • Line 1: [warning] no-unwrap-in-lib
  • Line 1: [warning] no-unwrap-in-lib
  • Line 1: [warning] no-unwrap-in-lib
  • Line 1: [warning] no-unwrap-in-lib
  • Line 1: [warning] no-unwrap-in-lib
  • ... and 14 more

/home/runner/work/wallet/wallet/crates/tempo-common/src/payment/session/close/cooperative.rs (18 issues)

  • Line 1: [warning] no-unwrap-in-lib
  • Line 1: [warning] no-unwrap-in-lib
  • Line 1: [warning] no-unwrap-in-lib
  • Line 1: [warning] no-unwrap-in-lib
  • Line 1: [warning] no-unwrap-in-lib
  • ... and 13 more

/home/runner/work/wallet/wallet/crates/tempo-common/src/keys/signer.rs (13 issues)

  • Line 1: [warning] no-unwrap-in-lib
  • Line 1: [warning] no-unwrap-in-lib
  • Line 1: [warning] no-unwrap-in-lib
  • Line 1: [warning] no-unwrap-in-lib
  • Line 1: [warning] no-unwrap-in-lib
  • ... and 8 more

/home/runner/work/wallet/wallet/crates/tempo-request/src/query/challenge.rs (11 issues)

  • Line 1: [warning] no-unwrap-in-lib
  • Line 1: [warning] no-unwrap-in-lib
  • Line 1: [warning] no-unwrap-in-lib
  • Line 1: [warning] no-unwrap-in-lib
  • Line 1: [warning] no-unwrap-in-lib
  • ... and 6 more

/home/runner/work/wallet/wallet/crates/tempo-wallet/tests/session/close.rs (10 issues)

  • Line 1: [warning] no-leading-whitespace-strings
  • Line 1: [warning] no-leading-whitespace-strings
  • Line 1: [warning] no-leading-whitespace-strings
  • Line 1: [warning] no-leading-whitespace-strings
  • Line 1: [warning] no-leading-whitespace-strings
  • ... and 5 more

Showing 10 of 32 files


Posted by https://github.com/tempoxyz/lints

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants