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

build(deps): bump assert_cmd from 2.0.12 to 2.0.13 #422

Merged
merged 2 commits into from
Jan 16, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 15, 2024

Bumps assert_cmd from 2.0.12 to 2.0.13.

Changelog

Sourced from assert_cmd's changelog.

[2.0.13] - 2024-01-12

Internal

  • Dependency update
Commits
  • 19da72b chore: Release assert_cmd version 2.0.13
  • db5ee32 docs: Update changelog
  • 86d96ed chore: Update anstream
  • 8e3cb3f Merge pull request #191 from assert-rs/renovate/github-codeql-action-3.x
  • 8159e3d Merge pull request #190 from assert-rs/renovate/actions-setup-python-5.x
  • 48c7f1d chore(deps): update github/codeql-action action to v3
  • c5291f8 chore(deps): update actions/setup-python action to v5
  • a909b08 chore: Update from '_rust/main'
  • 8c836ea Merge pull request #10 from epage/renovate/migrate-config
  • 598c624 chore(config): migrate config .github/renovate.json5
  • Additional commits viewable 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 Jan 15, 2024
Copy link

Benchmark for 58c0ba8

Click to view benchmark
Test Base PR %
only_read/netgear_ax6100v2 5.6±0.01ms 5.6±0.00ms 0.00%
only_read/tplink_ax1800 21.9±0.14ms 22.2±0.76ms +1.37%
write_read/netgear_ax6100v2 1310.7±19.80ms 1300.0±5.94ms -0.82%
write_read/tplink_ax1800 7.2±0.04s 7.2±0.02s 0.00%

@wcampbell0x2a
Copy link
Owner

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/cargo/assert_cmd-2.0.13 branch from d7b71fa to 1f08848 Compare January 15, 2024 04:08
Copy link

Benchmark for 33807e0

Click to view benchmark
Test Base PR %
only_read/netgear_ax6100v2 5.6±0.01ms 5.6±0.01ms 0.00%
only_read/tplink_ax1800 22.1±0.05ms 21.9±0.04ms -0.90%
write_read/netgear_ax6100v2 1309.7±8.98ms 1324.7±4.40ms +1.15%
write_read/tplink_ax1800 7.3±0.05s 7.3±0.02s 0.00%

@wcampbell0x2a
Copy link
Owner

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/cargo/assert_cmd-2.0.13 branch from 12e19e9 to 95cc277 Compare January 16, 2024 03:26
Copy link

Benchmark for 8c813b9

Click to view benchmark
Test Base PR %
only_read/netgear_ax6100v2 5.6±0.01ms 5.6±0.01ms 0.00%
only_read/tplink_ax1800 21.8±0.05ms 22.1±0.41ms +1.38%
write_read/netgear_ax6100v2 1299.1±9.05ms 1375.0±9.29ms +5.84%
write_read/tplink_ax1800 7.2±0.05s 7.2±0.02s 0.00%

@wcampbell0x2a
Copy link
Owner

@dependabot recreate

Bumps [assert_cmd](https://github.com/assert-rs/assert_cmd) from 2.0.12 to 2.0.13.
- [Changelog](https://github.com/assert-rs/assert_cmd/blob/master/CHANGELOG.md)
- [Commits](assert-rs/assert_cmd@v2.0.12...v2.0.13)

---
updated-dependencies:
- dependency-name: assert_cmd
  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/assert_cmd-2.0.13 branch from 190a764 to 5fe55a7 Compare January 16, 2024 13:13
Copy link

Benchmark for 15e4182

Click to view benchmark
Test Base PR %
only_read/netgear_ax6100v2 5.6±0.02ms 5.6±0.13ms 0.00%
only_read/tplink_ax1800 22.0±0.09ms 22.2±0.43ms +0.91%
write_read/netgear_ax6100v2 1307.5±7.55ms 1287.8±4.27ms -1.51%
write_read/tplink_ax1800 7.4±0.04s 7.2±0.08s -2.70%

@wcampbell0x2a wcampbell0x2a merged commit bb91542 into master Jan 16, 2024
31 checks passed
@wcampbell0x2a wcampbell0x2a deleted the dependabot/cargo/assert_cmd-2.0.13 branch January 16, 2024 13:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-backhand-lib A-tests bakchand-tests C-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.

1 participant