Glatzel
toolbox
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
refactor: remove clone in ITree (#425)
main
5 hours ago
refactor: remove clone in ITree (#425)
main
1 day ago
refactor: remove clone in ITree (#425)
main
2 days ago
refactor: simplify tree impl (#424) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
main
2 days ago
build: Update Rust crate insta to v1.47.2 (#423) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [insta](https://insta.rs/) ([source](https://redirect.github.com/mitsuhiko/insta)) | dev-dependencies | patch | `1.47.1` β `1.47.2` | | [insta](https://insta.rs/) ([source](https://redirect.github.com/mitsuhiko/insta)) | workspace.dependencies | patch | `1.47.1` β `1.47.2` | --- ### Release Notes <details> <summary>mitsuhiko/insta (insta)</summary> ### [`v1.47.2`](https://redirect.github.com/mitsuhiko/insta/blob/HEAD/CHANGELOG.md#1472) [Compare Source](https://redirect.github.com/mitsuhiko/insta/compare/1.47.1...1.47.2) - Restore `Send + Sync` on `Settings`, `Redactions`, and `Redaction` by reverting the `Arc` to `Rc` change from 1.47.0, which was semver-breaking. [#​873](https://redirect.github.com/mitsuhiko/insta/issues/873) [#​874](https://redirect.github.com/mitsuhiko/insta/issues/874) - Add `Send + Sync` bounds to `Comparator` trait for consistency with `Arc`-based storage. [#​872](https://redirect.github.com/mitsuhiko/insta/issues/872) - Add compile-time assertion to prevent future auto-trait regressions. </details> --- ### Configuration π **Schedule**: Branch creation - Only on Monday ( * * * * 1 ) (UTC), Automerge - At any time (no schedule defined). π¦ **Automerge**: Disabled by config. Please merge this manually once you are satisfied. β» **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. π **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/Glatzel/toolbox). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMDAuMCIsInVwZGF0ZWRJblZlciI6IjQzLjEwMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
main
2 days ago
build: Update Rust crate insta to v1.47.1 (#422) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [insta](https://insta.rs/) ([source](https://redirect.github.com/mitsuhiko/insta)) | dev-dependencies | minor | `1.46.3` β `1.47.1` | | [insta](https://insta.rs/) ([source](https://redirect.github.com/mitsuhiko/insta)) | workspace.dependencies | minor | `1.46.3` β `1.47.1` | --- ### Release Notes <details> <summary>mitsuhiko/insta (insta)</summary> ### [`v1.47.1`](https://redirect.github.com/mitsuhiko/insta/blob/HEAD/CHANGELOG.md#1471) [Compare Source](https://redirect.github.com/mitsuhiko/insta/compare/1.47.0...1.47.1) - Revert sorting of sequences in `sort_maps`. The change in 1.47.0 sorted all `Seq` values (including `Vec`), not just non-deterministic collections like `HashSet`, which was a breaking change. [#​876](https://redirect.github.com/mitsuhiko/insta/issues/876) ### [`v1.47.0`](https://redirect.github.com/mitsuhiko/insta/blob/HEAD/CHANGELOG.md#1470) [Compare Source](https://redirect.github.com/mitsuhiko/insta/compare/1.46.3...1.47.0) - Add `Comparator` trait for customizing how snapshot values are compared. [#​872](https://redirect.github.com/mitsuhiko/insta/issues/872) ([@​dstu](https://redirect.github.com/dstu)) - Sort sequences in `sort_maps` to fix non-deterministic `HashSet` snapshots. [#​876](https://redirect.github.com/mitsuhiko/insta/issues/876) - Improve TOML serialization error message for unsupported types, suggesting `assert_json_snapshot!` or `assert_yaml_snapshot!` as alternatives. [#​880](https://redirect.github.com/mitsuhiko/insta/issues/880) - Remove unnecessary `Send + Sync` bounds from `Redaction`, allowing non-`Send` closures in dynamic redactions. [#​874](https://redirect.github.com/mitsuhiko/insta/issues/874) - Don't use `Arc` in `Settings` unnecessarily. [#​873](https://redirect.github.com/mitsuhiko/insta/issues/873) ([@​dstu](https://redirect.github.com/dstu)) - Upgrade `console` to 0.16 and MSRV to 1.66. [#​885](https://redirect.github.com/mitsuhiko/insta/issues/885) - Upgrade `toml-edit` to 0.25. [#​882](https://redirect.github.com/mitsuhiko/insta/issues/882) ([@​alexanderkjall](https://redirect.github.com/alexanderkjall)) </details> --- ### Configuration π **Schedule**: Branch creation - Only on Monday ( * * * * 1 ) (UTC), Automerge - At any time (no schedule defined). π¦ **Automerge**: Disabled by config. Please merge this manually once you are satisfied. β» **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. π **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/Glatzel/toolbox). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My45NC4xIiwidXBkYXRlZEluVmVyIjoiNDMuOTQuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
main
2 days ago
build: Update Rust crate insta to v1.47.1 (#422) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [insta](https://insta.rs/) ([source](https://redirect.github.com/mitsuhiko/insta)) | dev-dependencies | minor | `1.46.3` β `1.47.1` | | [insta](https://insta.rs/) ([source](https://redirect.github.com/mitsuhiko/insta)) | workspace.dependencies | minor | `1.46.3` β `1.47.1` | --- ### Release Notes <details> <summary>mitsuhiko/insta (insta)</summary> ### [`v1.47.1`](https://redirect.github.com/mitsuhiko/insta/blob/HEAD/CHANGELOG.md#1471) [Compare Source](https://redirect.github.com/mitsuhiko/insta/compare/1.47.0...1.47.1) - Revert sorting of sequences in `sort_maps`. The change in 1.47.0 sorted all `Seq` values (including `Vec`), not just non-deterministic collections like `HashSet`, which was a breaking change. [#​876](https://redirect.github.com/mitsuhiko/insta/issues/876) ### [`v1.47.0`](https://redirect.github.com/mitsuhiko/insta/blob/HEAD/CHANGELOG.md#1470) [Compare Source](https://redirect.github.com/mitsuhiko/insta/compare/1.46.3...1.47.0) - Add `Comparator` trait for customizing how snapshot values are compared. [#​872](https://redirect.github.com/mitsuhiko/insta/issues/872) ([@​dstu](https://redirect.github.com/dstu)) - Sort sequences in `sort_maps` to fix non-deterministic `HashSet` snapshots. [#​876](https://redirect.github.com/mitsuhiko/insta/issues/876) - Improve TOML serialization error message for unsupported types, suggesting `assert_json_snapshot!` or `assert_yaml_snapshot!` as alternatives. [#​880](https://redirect.github.com/mitsuhiko/insta/issues/880) - Remove unnecessary `Send + Sync` bounds from `Redaction`, allowing non-`Send` closures in dynamic redactions. [#​874](https://redirect.github.com/mitsuhiko/insta/issues/874) - Don't use `Arc` in `Settings` unnecessarily. [#​873](https://redirect.github.com/mitsuhiko/insta/issues/873) ([@​dstu](https://redirect.github.com/dstu)) - Upgrade `console` to 0.16 and MSRV to 1.66. [#​885](https://redirect.github.com/mitsuhiko/insta/issues/885) - Upgrade `toml-edit` to 0.25. [#​882](https://redirect.github.com/mitsuhiko/insta/issues/882) ([@​alexanderkjall](https://redirect.github.com/alexanderkjall)) </details> --- ### Configuration π **Schedule**: Branch creation - Only on Monday ( * * * * 1 ) (UTC), Automerge - At any time (no schedule defined). π¦ **Automerge**: Disabled by config. Please merge this manually once you are satisfied. β» **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. π **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/Glatzel/toolbox). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My45NC4xIiwidXBkYXRlZEluVmVyIjoiNDMuOTQuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
main
3 days ago
feat: support Orc linux (#413) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
main
3 days ago
Latest Branches
CodSpeed Performance Gauge
-17%
build: update Cargo.toml
#417
6 days ago
210adf2
Glatzel-patch-3
CodSpeed Performance Gauge
+11%
chore: update shared files synced file(s) with Glatzel/template
#420
14 days ago
b5e4281
repo-sync/template/default
CodSpeed Performance Gauge
0%
feat: add vinaya
#386
15 days ago
393c6af
vinaya
Β© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs