Skip to content

Commit

Permalink
chore(deps): Bump num-traits from 0.2.15 to 0.2.16 (#18039)
Browse files Browse the repository at this point in the history
Bumps [num-traits](https://github.com/rust-num/num-traits) from 0.2.15
to 0.2.16.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/rust-num/num-traits/blob/master/RELEASES.md">num-traits's
changelog</a>.</em></p>
<blockquote>
<h1>Release 0.2.16 (2023-07-20)</h1>
<ul>
<li><a
href="https://redirect.github.com/rust-num/num-traits/pull/240">Upgrade
to 2018 edition, <strong>MSRV 1.31</strong></a></li>
<li><a
href="https://redirect.github.com/rust-num/num-traits/pull/224">The new
<code>ToBytes</code> and <code>FromBytes</code> traits</a> convert to
and from byte
representations of a value, with little, big, and native-endian
options.</li>
<li><a
href="https://redirect.github.com/rust-num/num-traits/pull/279">The new
<code>Float::is_subnormal</code> method checks for subnormal values</a>,
with
a non-zero magnitude that is less than the normal minimum positive
value.</li>
<li>Several other improvements to documentation and testing.</li>
</ul>
<p><strong>Contributors</strong>: <a
href="https://github.com/ctrlcctrlv"><code>@​ctrlcctrlv</code></a>, <a
href="https://github.com/cuviper"><code>@​cuviper</code></a>, <a
href="https://github.com/flier"><code>@​flier</code></a>, <a
href="https://github.com/GuillaumeGomez"><code>@​GuillaumeGomez</code></a>,
<a href="https://github.com/kaidokert"><code>@​kaidokert</code></a>,
<a href="https://github.com/rs017991"><code>@​rs017991</code></a>, <a
href="https://github.com/vicsn"><code>@​vicsn</code></a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/rust-num/num-traits/commit/c2de8be71cb362c67ca650c1778c7a6500946f39"><code>c2de8be</code></a>
Merge <a
href="https://redirect.github.com/rust-num/num-traits/issues/281">#281</a></li>
<li><a
href="https://github.com/rust-num/num-traits/commit/0e57dba5d72bf79ea5ddd25ff10f9e4fa07a40f6"><code>0e57dba</code></a>
Release 0.2.16</li>
<li><a
href="https://github.com/rust-num/num-traits/commit/4195ddf4d958b9453694beaeece85946d8ed4bca"><code>4195ddf</code></a>
Merge <a
href="https://redirect.github.com/rust-num/num-traits/issues/224">#224</a></li>
<li><a
href="https://github.com/rust-num/num-traits/commit/bbeeaa22bd7977fbf2bebaf02247e0b7c1ea297f"><code>bbeeaa2</code></a>
Allow FromBytes::Bytes to be unsized</li>
<li><a
href="https://github.com/rust-num/num-traits/commit/c89a430342ac93b85176cebcef44196b10d36626"><code>c89a430</code></a>
Clean up bytes examples</li>
<li><a
href="https://github.com/rust-num/num-traits/commit/e402e205a2a9db150b29daad3043e49e0b59ca16"><code>e402e20</code></a>
Remove the unnecessary $I in float bytes</li>
<li><a
href="https://github.com/rust-num/num-traits/commit/29b89c3ba1b83c5399c7cc71f47a943ae76f890f"><code>29b89c3</code></a>
Add default impls of to/from_ne_bytes</li>
<li><a
href="https://github.com/rust-num/num-traits/commit/001dd32f4a68d4e29d117335d748b0fa7ba79880"><code>001dd32</code></a>
Fix the <code>cfg</code> attributes for bytes</li>
<li><a
href="https://github.com/rust-num/num-traits/commit/25059541a86e5a86bcb0dad91f0cdd9a9f066295"><code>2505954</code></a>
Split ToFrom to separate To and From traits</li>
<li><a
href="https://github.com/rust-num/num-traits/commit/447e05d83c526ede01bafbdb1ecc3b944350d737"><code>447e05d</code></a>
has_i128 is always assumed now</li>
<li>Additional commits viewable in <a
href="https://github.com/rust-num/num-traits/compare/num-traits-0.2.15...num-traits-0.2.16">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=num-traits&package-manager=cargo&previous-version=0.2.15&new-version=0.2.16)](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 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>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 21, 2023
1 parent 9b4cd44 commit 4de89f2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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 lib/vector-buffers/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ fslock = { version = "0.2.1", default-features = false, features = ["std"] }
futures = { version = "0.3.28", default-features = false, features = ["std"] }
memmap2 = { version = "0.7.1", default-features = false }
metrics = "0.21.1"
num-traits = { version = "0.2.15", default-features = false }
num-traits = { version = "0.2.16", default-features = false }
pin-project = { version = "1.1.2", default-features = false }
rkyv = { version = "0.7.40", default-features = false, features = ["size_32", "std", "strict", "validation"] }
serde = { version = "1.0.173", default-features = false, features = ["derive"] }
Expand Down
2 changes: 1 addition & 1 deletion lib/vector-config/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ encoding_rs = { version = "0.8", default-features = false, features = ["alloc",
indexmap = { version = "2.0", default-features = false, features = ["std"] }
inventory = { version = "0.3" }
no-proxy = { version = "0.3.1", default-features = false, features = ["serialize"] }
num-traits = { version = "0.2.15", default-features = false }
num-traits = { version = "0.2.16", default-features = false }
once_cell = { version = "1", default-features = false }
serde = { version = "1.0", default-features = false }
serde_json = { version = "1.0", default-features = false, features = ["std"] }
Expand Down

0 comments on commit 4de89f2

Please sign in to comment.