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

Bump thiserror from 1.0.56 to 1.0.57 #476

Merged
merged 2 commits into from
Feb 12, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 12, 2024

Bumps thiserror from 1.0.56 to 1.0.57.

Release notes

Sourced from thiserror's releases.

1.0.57

  • Generate more efficient Display impl for error message which do not contain any interpolated value (#286, thanks @​nyurik)
Commits
  • 1d106b1 Release 1.0.57
  • 8a5c4d1 Use write_str when args only consists of trailing comma
  • f790bee Phrase flag in terms of whether core::fmt machinery is required
  • d43b759 Ignore needless_raw_string_hashes pedantic clippy lint in test
  • d09c418 Touch up PR 286
  • 097251d Merge pull request #286 from nyurik/litstr
  • cd79876 optimize by avoiding second fmt.value() call
  • d7e738e Optimize simple literals for Display::fmt
  • 0717de3 Update ui test suite to nightly-2024-02-08
  • c7c7547 Update ui test suite to nightly-2024-01-31
  • See full diff in compare view

Dependabot compatibility score

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 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 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)

@dependabot dependabot bot added C-dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Feb 12, 2024
@wcampbell0x2a
Copy link
Owner

@dependabot reopen

@wcampbell0x2a
Copy link
Owner

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/cargo/thiserror-1.0.57 branch from 85b97f5 to 6ec1842 Compare February 12, 2024 04:18
Copy link

Benchmark for d106d5c

Click to view benchmark
Test Base PR %
only_read/netgear_ax6100v2 2.8±0.00ms 2.8±0.03ms 0.00%
only_read/tplink_ax1800 7.1±0.01ms 7.2±0.13ms +1.41%
unsquashfs/full 10.3±0.15ms 10.3±0.11ms 0.00%
unsquashfs/full-path-filter 7.0±0.05ms 7.0±0.25ms 0.00%
unsquashfs/list 8.2±0.07ms 8.2±0.18ms 0.00%
unsquashfs/list-path-filter 7.3±0.09ms 7.3±0.07ms 0.00%
write_read/netgear_ax6100v2 1284.3±1.81ms 1283.2±3.46ms -0.09%
write_read/tplink_ax1800 7.0±0.01s 7.1±0.02s +1.43%

@wcampbell0x2a
Copy link
Owner

https://github.com/dependabot recreate

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

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/cargo/thiserror-1.0.57 branch from ba16e35 to 11a409f Compare February 12, 2024 12:57
Copy link

Benchmark for 366d5af

Click to view benchmark
Test Base PR %
only_read/netgear_ax6100v2 2.8±0.00ms 2.8±0.00ms 0.00%
only_read/tplink_ax1800 7.2±0.01ms 7.2±0.08ms 0.00%
unsquashfs/full 10.3±0.26ms 10.5±0.19ms +1.94%
unsquashfs/full-path-filter 7.2±0.19ms 7.0±0.12ms -2.78%
unsquashfs/list 8.4±0.18ms 8.5±0.18ms +1.19%
unsquashfs/list-path-filter 7.5±0.13ms 7.5±0.15ms 0.00%
write_read/netgear_ax6100v2 1297.6±2.85ms 1293.1±7.31ms -0.35%
write_read/tplink_ax1800 7.3±0.07s 7.1±0.05s -2.74%

@wcampbell0x2a wcampbell0x2a merged commit 4ec462f into master Feb 12, 2024
31 checks passed
@wcampbell0x2a wcampbell0x2a deleted the dependabot/cargo/thiserror-1.0.57 branch February 12, 2024 22:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-backhand-lib C-dependencies Pull requests that update a dependency file dependabot-reviewed rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant