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

chore(deps): Bump byteorder from 1.4.3 to 1.5.0 #12666

Merged
merged 3 commits into from
Oct 8, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 8, 2023

Bumps byteorder from 1.4.3 to 1.5.0.

Commits
  • ec068ee 1.5.0
  • 0cfb84d cargo: a few small fixups
  • 62b0e31 changelog: add a note about it not being updated
  • dd41ee2 msrv: bump to Rust 1.60
  • 52cc70c safety: verify alignment requirements of floats vs ints
  • c0b6678 impl: remove unsafe code from read_uint and read_uint128 methods
  • 1e2d8b0 impl: eliminate unsafe_write_num_bytes
  • 368cb55 impl: refactor write_slice macro slightly
  • c01f0fe impl: eliminate special case checking target_endian
  • 3409ee1 perf: convert endianess while reading slice in a single pass
  • 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 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps [byteorder](https://github.com/BurntSushi/byteorder) from 1.4.3 to 1.5.0.
- [Changelog](https://github.com/BurntSushi/byteorder/blob/master/CHANGELOG.md)
- [Commits](BurntSushi/byteorder@1.4.3...1.5.0)

---
updated-dependencies:
- dependency-name: byteorder
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner October 8, 2023 04:07
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 8, 2023
@codecov
Copy link

codecov bot commented Oct 8, 2023

Codecov Report

Merging #12666 (28b4687) into main (1fd589d) will increase coverage by 0.02%.
Report is 17 commits behind head on main.
The diff coverage is 63.58%.

@@            Coverage Diff             @@
##             main   #12666      +/-   ##
==========================================
+ Coverage   69.31%   69.34%   +0.02%     
==========================================
  Files        1470     1470              
  Lines      241352   241535     +183     
==========================================
+ Hits       167292   167489     +197     
+ Misses      74060    74046      -14     
Flag Coverage Δ
rust 69.34% <63.58%> (+0.02%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Coverage Δ
src/common/src/types/mod.rs 72.81% <100.00%> (-0.07%) ⬇️
src/common/src/util/memcmp_encoding.rs 91.41% <100.00%> (+0.03%) ⬆️
src/common/src/util/mod.rs 0.00% <ø> (ø)
src/common/src/util/value_encoding/mod.rs 92.97% <100.00%> (+0.16%) ⬆️
src/connector/src/sink/mod.rs 58.82% <100.00%> (ø)
src/connector/src/sink/writer.rs 0.00% <ø> (ø)
...onnector/src/source/google_pubsub/source/reader.rs 0.00% <ø> (ø)
src/expr/core/src/expr/expr_field.rs 84.68% <100.00%> (ø)
src/expr/core/src/expr/expr_in.rs 98.43% <100.00%> (-0.04%) ⬇️
src/expr/core/src/expr/expr_literal.rs 99.35% <100.00%> (ø)
... and 29 more

... and 3 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@xxchan xxchan enabled auto-merge October 8, 2023 05:29
@xxchan
Copy link
Member

xxchan commented Oct 8, 2023

@dependabot show

@xxchan
Copy link
Member

xxchan commented Oct 8, 2023

@dependabot show ignore conditions

@xxchan
Copy link
Member

xxchan commented Oct 8, 2023

@dependabot show syn ignore conditions

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 8, 2023

No ignore conditions found for the dependency syn

@xxchan
Copy link
Member

xxchan commented Oct 8, 2023

https://github.com/dependabot show * ignore conditions

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 8, 2023

Ignore Conditions
Dependency Ignore Condition
* []

@xxchan xxchan added this pull request to the merge queue Oct 8, 2023
Merged via the queue into main with commit ca25095 Oct 8, 2023
8 checks passed
@xxchan xxchan deleted the dependabot/cargo/byteorder-1.5.0 branch October 8, 2023 16:38
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant