prisma
prisma-engines
BlogDocsChangelog

Performance History

Latest Results

chore(deps): bump serde from 1.0.219 to 1.0.228 Bumps [serde](https://github.com/serde-rs/serde) from 1.0.219 to 1.0.228. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.219...v1.0.228) --- updated-dependencies: - dependency-name: serde dependency-version: 1.0.228 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot/cargo/serde-1.0.228
7 days ago
chore(deps): bump tokio-util from 0.7.15 to 0.7.17 (#5695) Bumps [tokio-util](https://github.com/tokio-rs/tokio) from 0.7.15 to 0.7.17. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tokio-rs/tokio/commit/454fd8c3477a37d12d5d11948fd6fe496924e950"><code>454fd8c</code></a> chore: prepare tokio-util v0.7.17 (<a href="https://redirect.github.com/tokio-rs/tokio/issues/7719">#7719</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/4421022c254cda51fe2dd641c2114fb3af7fb711"><code>4421022</code></a> codec: remove unnecessary trait bounds on all <code>Framed</code> constructors (<a href="https://redirect.github.com/tokio-rs/tokio/issues/7716">#7716</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/5a709e391bdab3cf8bab9fe65d75fa2b92f4e0db"><code>5a709e3</code></a> io_uring: change <code>Completable</code> to not return io::Result (<a href="https://redirect.github.com/tokio-rs/tokio/issues/7702">#7702</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/5efb1c3b16496f51f2ec959b68a1b97efd7ee234"><code>5efb1c3</code></a> io: doc that <code>AsyncWrite</code> does not inherit from <code>Write</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/7705">#7705</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/f490029b8fc4552d54b527fc0052fb539e493ebf"><code>f490029</code></a> runtime: revert &quot;replace manual vtable definitions with <code>Wake</code>&quot; (<a href="https://redirect.github.com/tokio-rs/tokio/issues/7699">#7699</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/d25778f67d4571f9067a0004133d5a9005b6aedd"><code>d25778f</code></a> task: add tests for <code>task::Builder::spawn_local</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/7697">#7697</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/b8318fa1723784cc7f777a900af74ada0ad0dbf7"><code>b8318fa</code></a> task: add tests for <code>spawn_local</code> in panic scenarios (<a href="https://redirect.github.com/tokio-rs/tokio/issues/7694">#7694</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/acfdb87e2b8b5daa8ffe31de53eaff0df3f04c50"><code>acfdb87</code></a> task: use <code>#[tokio::test]</code> explicitly in <code>tests/task_builder.rs</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/7698">#7698</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/d060401f6c7dca4a20674e3ad63ad7f1b228aa31"><code>d060401</code></a> sync: return <code>TryRecvError::Disconnected</code> from <code>Receiver::try_recv</code> after `Re...</li> <li><a href="https://github.com/tokio-rs/tokio/commit/5dacc2e2a8ca151d0e4c5d7021bac8f1fdca1987"><code>5dacc2e</code></a> task: add tests for <code>spawn_local</code> and <code>spawn_local_on</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/7609">#7609</a>)</li> <li>Additional commits viewable in <a href="https://github.com/tokio-rs/tokio/compare/tokio-util-0.7.15...tokio-util-0.7.17">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tokio-util&package-manager=cargo&previous-version=0.7.15&new-version=0.7.17)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@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) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
main
10 days ago
fix: do not render timestamp precision when unspecified
fix/fix-unspecified-timestamp-precision
10 days ago

Active Branches

chore(deps): bump serde from 1.0.219 to 1.0.228
last run
7 days ago
#5713
CodSpeed Performance Gauge
0%
#5712
CodSpeed Performance Gauge
0%
#5697
CodSpeed Performance Gauge
0%
© 2025 CodSpeed Technology
Home Terms Privacy Docs