Skip to content

build(deps): bump thiserror from 1.0.69 to 2.0.18#4

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/thiserror-2.0.18
Open

build(deps): bump thiserror from 1.0.69 to 2.0.18#4
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/thiserror-2.0.18

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 1, 2026

Copy link
Copy Markdown

Bumps thiserror from 1.0.69 to 2.0.18.

Release notes

Sourced from thiserror's releases.

2.0.18

2.0.17

  • Use differently named __private module per patch release (#434)

2.0.16

  • Add to "no-std" crates.io category (#429)

2.0.15

  • Prevent Error::provide API becoming unavailable from a future new compiler lint (#427)

2.0.14

  • Allow build-script cleanup failure with NFSv3 output directory to be non-fatal (#426)

2.0.13

  • Documentation improvements

2.0.12

  • Prevent elidable_lifetime_names pedantic clippy lint in generated impl (#413)

2.0.11

2.0.10

  • Support errors containing a generic type parameter's associated type in a field (#408)

2.0.9

  • Work around missing_inline_in_public_items clippy restriction being triggered in macro-generated code (#404)

2.0.8

  • Improve support for macro-generated derive(Error) call sites (#399)

2.0.7

  • Work around conflict with #[deny(clippy::allow_attributes)] (#397, thanks @​zertosh)

2.0.6

  • Suppress deprecation warning on generated From impls (#396)

2.0.5

  • Prevent deprecation warning on generated impl for deprecated type (#394)

2.0.4

  • Eliminate needless_lifetimes clippy lint in generated From impls (#391, thanks @​matt-phylum)

2.0.3

  • Support the same Path field being repeated in both Debug and Display representation in error message (#383)
  • Improve error message when a format trait used in error message is not implemented by some field (#384)

2.0.2

... (truncated)

Commits
  • dc0f6a2 Release 2.0.18
  • 0275292 Touch up PR 443
  • 3c33bc6 Merge pull request #443 from LucaCappelletti94/master
  • 995939c Reproduce issue 442
  • 21653d1 Made clippy lifetime allows conditional
  • 45e5388 Update actions/upload-artifact@v5 -> v6
  • 386aac1 Update actions/upload-artifact@v4 -> v5
  • ec50561 Update actions/checkout@v5 -> v6
  • 247eab5 Update name of empty_enum clippy lint
  • 91b181f Raise required compiler to Rust 1.68
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.69 to 2.0.18.
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](dtolnay/thiserror@1.0.69...2.0.18)

---
updated-dependencies:
- dependency-name: thiserror
  dependency-version: 2.0.18
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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 May 1, 2026
@github-actions

github-actions Bot commented May 1, 2026

Copy link
Copy Markdown

📊 Benchmark Comparison: nexrade-cache vs Redis

Clients: 50 Requests: 30000

Command Redis (req/s) nexrade-cache (req/s) Ratio
GET 56,180 56,285 🟢 1.00x (+0.2%)
HSET 55,970 56,391 🟢 1.01x (+0.8%)
INCR 52,174 55,762 🟢 1.07x (+6.9%)
LPOP 56,285 55,453 🟢 0.99x (-1.5%)
LPUSH 56,180 57,582 🟢 1.02x (+2.5%)
LPUSH (needed to benchmark LRANGE) 56,604 57,252 🟢 1.01x (+1.1%)
LRANGE_100 (first 100 elements) 36,188 35,461 🟢 0.98x (-2.0%)
LRANGE_300 (first 300 elements) 17,432 18,394 🟢 1.06x (+5.5%)
LRANGE_500 (first 500 elements) 12,531 13,630 🟢 1.09x (+8.8%)
LRANGE_600 (first 600 elements) 10,870 12,087 🟢 1.11x (+11.2%)
PING_INLINE 56,075 54,054 🟢 0.96x (-3.6%)
PING_MBULK 54,945 52,083 🟢 0.95x (-5.2%)
RPOP 56,391 55,866 🟢 0.99x (-0.9%)
RPUSH 56,391 56,285 🟢 1.00x (-0.2%)
SADD 56,604 49,180 🟡 0.87x (-13.1%)
SET 52,174 57,582 🟢 1.10x (+10.4%)
SPOP 56,818 56,180 🟢 0.99x (-1.1%)
ZADD 56,180 57,803 🟢 1.03x (+2.9%)
ZPOPMIN 56,497 56,497 🟢 1.00x (+0.0%)

Overall average ratio: 1.01x
✅ nexrade-cache is within 5% of Redis performance.

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.

0 participants