Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update rust crate futures-lite to v2 #192

Merged
merged 1 commit into from
Nov 6, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 25, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
futures-lite dependencies major 1.13.0 -> 2.0.1

Release Notes

smol-rs/futures-lite (futures-lite)

v2.0.1

Compare Source

  • Remove dependency on the waker-fn crate. (#​81)

v2.0.0

Compare Source

  • Breaking: Expose future::{ready, pending} from core instead of defining
    our own. (#​73)
  • Breaking: The TryZip and Zip combinators are modified to have a cleaner
    API, where generic constraints are not necessary on the structure itself at the
    cost of additional generics. (#​74)
  • Add a way to use racey futures on no_std by providing your own seed. (#​75)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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 this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@github-actions
Copy link

Benchmark for 6fd4cb1

Click to view benchmark
Test Base PR %
mysql/consume/1000 3.1±0.08s 3.1±0.10s 0.00%
mysql/push/1000 1446.4±29.16ms 1538.2±250.21ms +6.35%
postgres/consume/1000 836.5±42.31ms 819.5±51.93ms -2.03%
postgres/push/1000 474.6±17.52ms 504.8±14.42ms +6.36%
redis/consume/1000 551.8±0.36ms 551.6±0.33ms -0.04%
redis/push/1000 133.1±6.40ms 135.0±4.02ms +1.43%
sqlite_in_memory/consume/1000 1000.3±23.35ms 1000.4±0.42ms +0.01%
sqlite_in_memory/push/1000 57.0±2.89ms 56.3±1.49ms -1.23%

@renovate renovate bot force-pushed the renovate/futures-lite-2.x branch from e5188c5 to 6873a13 Compare November 6, 2023 02:19
Copy link

github-actions bot commented Nov 6, 2023

Benchmark for 636ba7e

Click to view benchmark
Test Base PR %
mysql/consume/1000 3.1±0.17s 2.9±0.07s -6.45%
mysql/push/1000 1591.6±122.29ms 1756.3±123.90ms +10.35%
postgres/consume/1000 786.6±35.80ms 799.5±42.54ms +1.64%
postgres/push/1000 629.5±20.73ms 509.5±11.85ms -19.06%
redis/consume/1000 551.8±0.28ms 551.9±0.22ms +0.02%
redis/push/1000 164.8±2.66ms 164.2±1.54ms -0.36%
sqlite_in_memory/consume/1000 995.3±15.97ms 995.1±15.78ms -0.02%
sqlite_in_memory/push/1000 72.7±0.56ms 72.4±0.43ms -0.41%

@geofmureithi geofmureithi merged commit 084c7c1 into master Nov 6, 2023
5 checks passed
@renovate renovate bot deleted the renovate/futures-lite-2.x branch November 6, 2023 07:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant