Avatar for the bug-ops user
bug-ops
pyhdb-rs
BlogDocsChangelog

Performance History

Latest Results

release: v0.3.10 (#133) * chore(deps): update Cargo.lock to fix RUSTSEC-2026-0097 and RUSTSEC-2026-0104 * release: prepare v0.3.10
main
4 days ago
chore(deps): bump rand to 0.9.4, pygments to 2.20.0 (#129) * chore(deps): bump the rust-minor-patch group across 1 directory with 10 updates Bumps the rust-minor-patch group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [arrow](https://github.com/apache/arrow-rs) | `58.0.0` | `58.1.0` | | [arc-swap](https://github.com/vorner/arc-swap) | `1.9.0` | `1.9.1` | | [pyo3](https://github.com/pyo3/pyo3) | `0.28.2` | `0.28.3` | | [rmcp](https://github.com/modelcontextprotocol/rust-sdk) | `1.2.0` | `1.3.0` | | [tokio](https://github.com/tokio-rs/tokio) | `1.50.0` | `1.51.0` | | [toml](https://github.com/toml-rs/toml) | `1.0.7+spec-1.1.0` | `1.1.2+spec-1.1.0` | Updates `arrow` from 58.0.0 to 58.1.0 - [Release notes](https://github.com/apache/arrow-rs/releases) - [Changelog](https://github.com/apache/arrow-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/apache/arrow-rs/compare/58.0.0...58.1.0) Updates `arrow-array` from 58.0.0 to 58.1.0 - [Release notes](https://github.com/apache/arrow-rs/releases) - [Changelog](https://github.com/apache/arrow-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/apache/arrow-rs/compare/58.0.0...58.1.0) Updates `arrow-buffer` from 58.0.0 to 58.1.0 - [Release notes](https://github.com/apache/arrow-rs/releases) - [Changelog](https://github.com/apache/arrow-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/apache/arrow-rs/compare/58.0.0...58.1.0) Updates `arrow-data` from 58.0.0 to 58.1.0 - [Release notes](https://github.com/apache/arrow-rs/releases) - [Changelog](https://github.com/apache/arrow-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/apache/arrow-rs/compare/58.0.0...58.1.0) Updates `arrow-schema` from 58.0.0 to 58.1.0 - [Release notes](https://github.com/apache/arrow-rs/releases) - [Changelog](https://github.com/apache/arrow-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/apache/arrow-rs/compare/58.0.0...58.1.0) Updates `arc-swap` from 1.9.0 to 1.9.1 - [Changelog](https://github.com/vorner/arc-swap/blob/master/CHANGELOG.md) - [Commits](https://github.com/vorner/arc-swap/compare/v1.9.0...v1.9.1) Updates `pyo3` from 0.28.2 to 0.28.3 - [Release notes](https://github.com/pyo3/pyo3/releases) - [Changelog](https://github.com/PyO3/pyo3/blob/main/CHANGELOG.md) - [Commits](https://github.com/pyo3/pyo3/compare/v0.28.2...v0.28.3) Updates `rmcp` from 1.2.0 to 1.3.0 - [Release notes](https://github.com/modelcontextprotocol/rust-sdk/releases) - [Changelog](https://github.com/modelcontextprotocol/rust-sdk/blob/main/release-plz.toml) - [Commits](https://github.com/modelcontextprotocol/rust-sdk/compare/rmcp-v1.2.0...rmcp-v1.3.0) Updates `tokio` from 1.50.0 to 1.51.0 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.50.0...tokio-1.51.0) Updates `toml` from 1.0.7+spec-1.1.0 to 1.1.2+spec-1.1.0 - [Commits](https://github.com/toml-rs/toml/compare/toml-v1.0.7...toml-v1.1.2) --- updated-dependencies: - dependency-name: arrow dependency-version: 58.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-minor-patch - dependency-name: arrow-array dependency-version: 58.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-minor-patch - dependency-name: arrow-buffer dependency-version: 58.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-minor-patch - dependency-name: arrow-data dependency-version: 58.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-minor-patch - dependency-name: arrow-schema dependency-version: 58.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-minor-patch - dependency-name: arc-swap dependency-version: 1.9.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-minor-patch - dependency-name: pyo3 dependency-version: 0.28.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-minor-patch - dependency-name: rmcp dependency-version: 1.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-minor-patch - dependency-name: tokio dependency-version: 1.51.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-minor-patch - dependency-name: toml dependency-version: 1.1.2+spec-1.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-minor-patch ... Signed-off-by: dependabot[bot] <support@github.com> * fix(mcp): use Default::default() for non_exhaustive StreamableHttpServerConfig * chore(deps): bump rustls-webpki to 0.103.12 (RUSTSEC-2026-0098, RUSTSEC-2026-0099) * chore(deps): bump rand to 0.9.4, pygments to 2.20.0 Resolves RUSTSEC-2025-0071: rand::rng() unsoundness with custom global logger. Resolves Pygments ReDoS in GUID regex (dependabot alert #14). --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
main
11 days ago

Latest Branches

CodSpeed Performance Gauge
-22%
chore(release): v0.3.4#89
3 months ago
035effc
chore/release-0.3.4
CodSpeed Performance Gauge
0%
3 months ago
036fbe3
feature/codspeed-memory-walltime
CodSpeed Performance Gauge
0%
3 months ago
d3349d5
feature/ci-moonrepo-setup
© 2026 CodSpeed Technology
Home Terms Privacy Docs