Skip to content

Commit

Permalink
chore(deps): bump byteorder from 1.4.3 to 1.5.0 (#34)
Browse files Browse the repository at this point in the history
Bumps [byteorder](https://github.com/BurntSushi/byteorder) from 1.4.3 to
1.5.0.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/BurntSushi/byteorder/commit/ec068eefa042d494475db125c4b034bd8e9e34dd"><code>ec068ee</code></a>
1.5.0</li>
<li><a
href="https://github.com/BurntSushi/byteorder/commit/0cfb84ddc5116e49052750ff044805de0d5d17d3"><code>0cfb84d</code></a>
cargo: a few small fixups</li>
<li><a
href="https://github.com/BurntSushi/byteorder/commit/62b0e31f277e34e89fb7060f6bae5be16f05d00c"><code>62b0e31</code></a>
changelog: add a note about it not being updated</li>
<li><a
href="https://github.com/BurntSushi/byteorder/commit/dd41ee272ea837c70efdc25545051d0d6c15fde2"><code>dd41ee2</code></a>
msrv: bump to Rust 1.60</li>
<li><a
href="https://github.com/BurntSushi/byteorder/commit/52cc70cf458517ef70b2e665079d82dfbe77f4fd"><code>52cc70c</code></a>
safety: verify alignment requirements of floats vs ints</li>
<li><a
href="https://github.com/BurntSushi/byteorder/commit/c0b6678e8d9da8365fcf68a41d0dc228304ce079"><code>c0b6678</code></a>
impl: remove unsafe code from read_uint and read_uint128 methods</li>
<li><a
href="https://github.com/BurntSushi/byteorder/commit/1e2d8b090a4d6d6afaded73485a00b8ea8cdee10"><code>1e2d8b0</code></a>
impl: eliminate unsafe_write_num_bytes</li>
<li><a
href="https://github.com/BurntSushi/byteorder/commit/368cb55c3d572a2f25250dce1c8e279d43f65a8e"><code>368cb55</code></a>
impl: refactor write_slice macro slightly</li>
<li><a
href="https://github.com/BurntSushi/byteorder/commit/c01f0fe987c952373bc558e1e15ecb6070af4f1a"><code>c01f0fe</code></a>
impl: eliminate special case checking target_endian</li>
<li><a
href="https://github.com/BurntSushi/byteorder/commit/3409ee1f7a0fa7d90c7c9eb784b6b4d53cbba388"><code>3409ee1</code></a>
perf: convert endianess while reading slice in a single pass</li>
<li>Additional commits viewable in <a
href="https://github.com/BurntSushi/byteorder/compare/1.4.3...1.5.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=byteorder&package-manager=cargo&previous-version=1.4.3&new-version=1.5.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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)


</details>
  • Loading branch information
Yag000 authored Oct 13, 2023
2 parents 2e91228 + 5414cbe commit 5daaa3c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ path = "src/lib.rs"
clap = "4.3.11"
clap_derive = "4.3.2"
criterion = "0.5.1"
byteorder = "1.4.3"
byteorder = "1.5.0"
num-derive = "0.4.0"
num-traits = "0.2.16"
strum = "0.25.0"
Expand Down

0 comments on commit 5daaa3c

Please sign in to comment.