Skip to content

chore: bump alloc_tracker from 0.6.0 to 0.7.0#568

Open
dependabot[bot] wants to merge 6 commits into
mainfrom
dependabot/cargo/alloc_tracker-0.7.0
Open

chore: bump alloc_tracker from 0.6.0 to 0.7.0#568
dependabot[bot] wants to merge 6 commits into
mainfrom
dependabot/cargo/alloc_tracker-0.7.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 13, 2026

Copy link
Copy Markdown
Contributor

Bumps alloc_tracker from 0.6.0 to 0.7.0.

Commits
  • bee10e4 Release
  • 4394bd9 Simplify tracker span API and condense docs (#342)
  • 6935825 Make cargo-bench-history collect tests hermetic against CARGO_TARGET_DIR (#341)
  • d40a479 Pin Cargo tool versions in constants.env; bump gungraun to 0.19.3 (#340)
  • e630a6f Align install-tools with CI, remove divergent tooling paths (#339)
  • c646b29 Verify cargo-semver-checks is operational
  • 64859ce Azurite optional
  • b104e4b Document measurement overhead in alloc_tracker, align all_the_time (#338)
  • b8cf5c2 Attach discriminant-set filter flags to analyze reports (#337)
  • 0437b1e Relax workflow timeouts for cold-cache setup-environment (#336)
  • 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 [alloc_tracker](https://github.com/folo-rs/folo) from 0.6.0 to 0.7.0.
- [Release notes](https://github.com/folo-rs/folo/releases)
- [Changelog](https://github.com/folo-rs/folo/blob/main/docs/release-automation.md)
- [Commits](folo-rs/folo@alloc_tracker-v0.6.0...alloc_tracker-v0.7.0)

---
updated-dependencies:
- dependency-name: alloc_tracker
  dependency-version: 0.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 Jul 13, 2026
Copilot AI review requested due to automatic review settings July 13, 2026 07:08
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Jul 13, 2026

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot can't review bot-authored pull requests automatically. A user with Copilot access can request a review manually.

@Vaiz

Vaiz commented Jul 13, 2026

Copy link
Copy Markdown
Contributor

@copilot, do a proper upgrade

Copilot AI review requested due to automatic review settings July 13, 2026 09:00
@dependabot
dependabot Bot removed the request for review from Copilot July 13, 2026 09:00

Copilot AI commented Jul 13, 2026

Copy link
Copy Markdown
Contributor

@copilot, do a proper upgrade

Addressed in 05c5872.

Comment thread crates/multitude/Cargo.toml Outdated
Copilot AI review requested due to automatic review settings July 13, 2026 09:05
@dependabot
dependabot Bot removed the request for review from Copilot July 13, 2026 09:05
Copilot finished work on behalf of Vaiz July 13, 2026 09:06
@codecov

codecov Bot commented Jul 13, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 0% with 19 lines in your changes missing coverage. Please review.
✅ Project coverage is 99.9%. Comparing base (ba34d62) to head (bf93024).

Files with missing lines Patch % Lines
crates/benchmarking/src/lib.rs 0.0% 19 Missing ⚠️

❌ Your project check has failed because the head coverage (99.9%) is below the target coverage (100.0%). You can increase the head coverage or adjust the target coverage.

Additional details and impacted files
@@           Coverage Diff            @@
##             main    #568     +/-   ##
========================================
- Coverage   100.0%   99.9%   -0.1%     
========================================
  Files         359     360      +1     
  Lines       27885   27904     +19     
========================================
  Hits        27885   27885             
- Misses          0      19     +19     
Flag Coverage Δ
linux 89.5% <ø> (?)
linux-arm 90.4% <ø> (?)
windows 90.8% <ø> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Comment thread crates/bytesbuf/benches/buf.rs Outdated
Copilot AI review requested due to automatic review settings July 13, 2026 13:36
@dependabot
dependabot Bot removed the request for review from Copilot July 13, 2026 13:36
Copilot AI requested a review from sandersaares July 13, 2026 13:39
…c_tracker-0.7.0

# Conflicts:
#	crates/seatbelt/benches/breaker.rs
Copilot AI review requested due to automatic review settings July 17, 2026 12:54
@dependabot
dependabot Bot removed the request for review from Copilot July 17, 2026 12:54
@sandersaares

Copy link
Copy Markdown
Member

@copilot this PR duplicates a lot of common code in the benchmarks; perhaps we can stick it in benchmarking package to reuse between all the different benchmarks? I refer to the repeated time_sample() functions and similar.

@github-actions

github-actions Bot commented Jul 17, 2026

Copy link
Copy Markdown

⚠️ Potential breaking changes detected

cargo semver-checks flagged the following on this PR. This is informational -- breaking changes between commits are expected; the major-version bump happens at release time, not on every PR.

benchmarking

    Building benchmarking v0.1.0 (current)
       Built [   0.263s] (current)
     Parsing benchmarking v0.1.0 (current)
      Parsed [   0.001s] (current)
error: `cargo metadata` exited with an error:     Updating crates.io index
error: failed to select a version for the requirement `benchmarking = "=0.1.0"`
  version 0.1.0 is yanked
location searched: crates.io index
required by package `placeholder v0.0.0 (/home/runner/work/oxidizer/oxidizer/target/semver-checks/registry-benchmarking-0_1_0-default-01666ec060466c14)`

fetch

    Building fetch v0.13.0 (current)
       Built [  30.695s] (current)
     Parsing fetch v0.13.0 (current)
      Parsed [   0.007s] (current)
    Building fetch v0.13.0 (baseline)
       Built [  27.288s] (baseline)
     Parsing fetch v0.13.0 (baseline)
      Parsed [   0.006s] (baseline)
    Checking fetch v0.13.0 -> v0.13.0 (no change; assume minor)
     Checked [   0.016s] 196 checks: 194 pass, 2 fail, 0 warn, 49 skip

--- failure method_parameter_count_changed: pub method parameter count changed ---

Description:
A publicly-visible method now takes a different number of parameters, not counting the receiver (self) parameter.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#fn-change-arity
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.46.0/src/lints/method_parameter_count_changed.ron

Failed in:
  fetch::handlers::Metrics::layer now takes 0 parameters instead of 1, in /home/runner/work/oxidizer/oxidizer/crates/fetch/src/handlers/metrics.rs:235
  fetch::handlers::Logging::layer now takes 0 parameters instead of 2, in /home/runner/work/oxidizer/oxidizer/crates/fetch/src/handlers/logging.rs:43

--- failure method_requires_different_generic_type_params: method now requires a different number of generic type parameters ---

Description:
A method now requires a different number of generic type parameters than it used to. Uses of this method that supplied the previous number of generic types will be broken.
        ref: https://doc.rust-lang.org/reference/items/generics.html
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.46.0/src/lints/method_requires_different_generic_type_params.ron

Failed in:
  fetch::HttpClientBuilder::meter_provider takes 1 generic types instead of 0, in /home/runner/work/oxidizer/oxidizer/crates/fetch/src/client_builder.rs:254

     Summary semver requires new major version: 2 major and 0 minor checks failed
    Finished [  61.782s] fetch

Copilot AI review requested due to automatic review settings July 17, 2026 13:32
@dependabot
dependabot Bot removed the request for review from Copilot July 17, 2026 13:32

Copilot AI commented Jul 17, 2026

Copy link
Copy Markdown
Contributor

@copilot this PR duplicates a lot of common code in the benchmarks; perhaps we can stick it in benchmarking package to reuse between all the different benchmarks? I refer to the repeated `time_sampl...

Addressed in bf93024.

let op = session.operation(static_get_name);
rt.block_on(async {
let _span = op.measure_thread();
let _span = op.measure_thread().iterations(iters);

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

that doesn't look right, I thought cache.get(..) should be moved inside of a new helper

@sandersaares
sandersaares self-requested a review July 17, 2026 14:13
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.

4 participants