Skip to content

build(deps): bump the major group across 1 directory with 3 updates#3443

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/major-e00667980f
Closed

build(deps): bump the major group across 1 directory with 3 updates#3443
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/major-e00667980f

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jun 5, 2026

Bumps the major group with 3 updates in the / directory: posthog-rs, sysinfo and async-openai.

Updates posthog-rs from 0.9.1 to 0.10.0

Release notes

Sourced from posthog-rs's releases.

0.10.0

Minor changes

  • b4a60a7 feat(feature-flags): support early_exit in local evaluation

    Adds support for the early_exit option on a feature flag's filters during local evaluation. When early_exit is true and a condition group's property filters match (or it has no property filters) but the rollout percentage excludes the user, evaluation now stops and returns a definitive disabled result instead of falling through to later condition groups. A property-filter mismatch always falls through, regardless of early_exit. The flag defaults to false (absent), preserving the existing fall-through behavior. This mirrors the PostHog Rust evaluation engine and the posthog-node/posthog-python implementations. — Thanks @​gustavohstrassburger!

Changelog

Sourced from posthog-rs's changelog.

0.10.0 — 2026-06-05

Minor changes

  • b4a60a7 feat(feature-flags): support early_exit in local evaluation

    Adds support for the early_exit option on a feature flag's filters during local evaluation. When early_exit is true and a condition group's property filters match (or it has no property filters) but the rollout percentage excludes the user, evaluation now stops and returns a definitive disabled result instead of falling through to later condition groups. A property-filter mismatch always falls through, regardless of early_exit. The flag defaults to false (absent), preserving the existing fall-through behavior. This mirrors the PostHog Rust evaluation engine and the posthog-node/posthog-python implementations. — Thanks @​gustavohstrassburger!

Commits

Updates sysinfo from 0.38.4 to 0.39.3

Changelog

Sourced from sysinfo's changelog.

0.39.3

  • Unix: Fix retrieval of Network::mac_addr.
  • Linux: Improve retrieval of process information if process terminates while doing so.

0.39.2

  • Windows: Greatly improve performance of System::refresh_cpu_specifics when CPU usage is not requested.
  • iOS: Fix compilation error when user feature is enabled.
  • Linux: Correctly set thread information for processes.

0.39.1

  • Linux: Fix wrong network numbers computation.

0.39.0

  • Update minimum supported rust version to 1.95.
  • Add new NetworkData::operational_state API.
  • Add new Process::cgroup_limits API (only returning data on Linux).
  • All supported systems other than Windows: Improve performance of Networks::refresh*.
  • All supported systems other than Windows: Fix soundness issue when retrieving users.
  • Linux: Take into account parent cgroup memory limits.
  • Linux: Fix panic when retrieving process information on ESXi.
  • FreeBSD: Use the name of dataset as name for zfs disks.
Commits
  • 3d1c52a Update crate version to 0.39.3
  • cce524d Update CHANGELOG for 0.39.3 version
  • 891085c Unix: Fix retrieval of Network::mac_addr
  • 1f327b5 linux: prevent TOCTOU data loss when process terminates during refresh
  • c43234a Update crate version to 0.39.2
  • b71467e Update CHANGELOG for 0.39.2 version
  • 345915a Improve code readability
  • 35f3c18 Fix fmt and clippy
  • 4bf1fe4 Windows: skip PDH setup when cpu_usage isn't requested (#1664)
  • 2be72d7 Stub get_users on iOS via app_store::users
  • Additional commits viewable in compare view

Updates async-openai from 0.34.0 to 0.41.0

Release notes

Sourced from async-openai's releases.

v0.41.0

What's Changed

Full Changelog: 64bit/async-openai@async-openai-v0.40.3...async-openai-v0.41.0

v0.40.3

What's Changed

New Contributors

Full Changelog: 64bit/async-openai@async-openai-v0.40.2...async-openai-v0.40.3

v0.40.2

What's Changed

Full Changelog: 64bit/async-openai@async-openai-v0.40.1...async-openai-v0.40.2

v0.40.1

What's Changed

New Contributors

Full Changelog: 64bit/async-openai@async-openai-v0.40.0...async-openai-v0.40.1

v0.40.0

Breaking Change: OpenAIError::ApiError(ApiError) is now OpenAIError:ApiError(ApiErrorResponse)

What's Changed

New Contributors

Full Changelog: 64bit/async-openai@async-openai-v0.39.0...async-openai-v0.40.0

v0.39.0

Only types have breaking changes, if you're not using types from the following PRs, your upgrade should be no-op!

What's Changed

... (truncated)

Commits
  • 7f7c8d0 chore: Release
  • 97117c9 feat: upstream spec sync (#563)
  • 2de0cc2 chore: Release
  • 81831b7 fix(chat): skip_serializing_if on FunctionCallStream optional fields (#561)
  • d7bfd69 chore: Release
  • f6a31a8 fix: surface streaming HTTP errors at the function call instead of as first s...
  • 0d105f0 chore: Release
  • 1745127 feat: forward reqwest's rustls-no-provider feature (#556)
  • c14590b chore: Release
  • 408a805 fix: compilation of all examples after updates to crate
  • Additional commits viewable in compare view

@dependabot dependabot Bot added the type: chore Routine tasks like conversions, reorganization, and maintenance work. label Jun 5, 2026
@dependabot dependabot Bot force-pushed the dependabot/cargo/major-e00667980f branch 7 times, most recently from 5698264 to 2262cea Compare June 5, 2026 13:54
Bumps the major group with 3 updates in the / directory: [posthog-rs](https://github.com/posthog/posthog-rs), [sysinfo](https://github.com/GuillaumeGomez/sysinfo) and [async-openai](https://github.com/64bit/async-openai).


Updates `posthog-rs` from 0.9.1 to 0.10.0
- [Release notes](https://github.com/posthog/posthog-rs/releases)
- [Changelog](https://github.com/PostHog/posthog-rs/blob/main/CHANGELOG.md)
- [Commits](PostHog/posthog-rs@0.9.1...0.10.0)

Updates `sysinfo` from 0.38.4 to 0.39.3
- [Changelog](https://github.com/GuillaumeGomez/sysinfo/blob/main/CHANGELOG.md)
- [Commits](GuillaumeGomez/sysinfo@v0.38.4...v0.39.3)

Updates `async-openai` from 0.34.0 to 0.41.0
- [Release notes](https://github.com/64bit/async-openai/releases)
- [Commits](64bit/async-openai@async-openai-v0.34.0...async-openai-v0.41.0)

---
updated-dependencies:
- dependency-name: async-openai
  dependency-version: 0.41.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: major
- dependency-name: posthog-rs
  dependency-version: 0.9.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: major
- dependency-name: sysinfo
  dependency-version: 0.39.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/cargo/major-e00667980f branch from 2262cea to 28b6da0 Compare June 5, 2026 14:13
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Jun 5, 2026

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot Bot closed this Jun 5, 2026
@dependabot dependabot Bot deleted the dependabot/cargo/major-e00667980f branch June 5, 2026 15:23
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