Skip to content

Commit 2f74c6e

Browse files
build(deps): bump hex-literal from 0.4.1 to 1.0.0 (#381)
Bumps [hex-literal](https://github.com/RustCrypto/utils) from 0.4.1 to 1.0.0. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/RustCrypto/utils/commit/863d4bf540d0152a8f403c4a3e3a720cc2212c58"><code>863d4bf</code></a> hex-literal: release v1.0.0 (<a href="https://redirect.github.com/RustCrypto/utils/issues/1154">#1154</a>)</li> <li><a href="https://github.com/RustCrypto/utils/commit/9521e7aec8726302b852f94877705d99899ba016"><code>9521e7a</code></a> hex-literal: use <code>const</code> block to force const promotion (<a href="https://redirect.github.com/RustCrypto/utils/issues/1153">#1153</a>)</li> <li><a href="https://github.com/RustCrypto/utils/commit/60450285e01acfd8683f4a671a90fe1cfa63bff5"><code>6045028</code></a> Remove the hybrid-array dir (<a href="https://redirect.github.com/RustCrypto/utils/issues/1152">#1152</a>)</li> <li><a href="https://github.com/RustCrypto/utils/commit/1701e2a9549345f1f35039141273627d5a6d9af3"><code>1701e2a</code></a> Upgrade all crates to the 2024 edition and bump MSRV to 1.85 (<a href="https://redirect.github.com/RustCrypto/utils/issues/1149">#1149</a>)</li> <li><a href="https://github.com/RustCrypto/utils/commit/b2cc53afcb5f5dea7ea02c5a17fb5fb46a24715b"><code>b2cc53a</code></a> inout: add changelog entry for v0.1.4 (<a href="https://redirect.github.com/RustCrypto/utils/issues/1151">#1151</a>)</li> <li><a href="https://github.com/RustCrypto/utils/commit/a984ec98edbf387aaded73b075b9b692b5b98880"><code>a984ec9</code></a> inout: fix <code>InOutBufReserved::get_out_len</code> (<a href="https://redirect.github.com/RustCrypto/utils/issues/1147">#1147</a>)</li> <li><a href="https://github.com/RustCrypto/utils/commit/9d92d5e95ab4c07c5d8bfd024bf2a17e96d20feb"><code>9d92d5e</code></a> cpufeatures: release v0.2.17 (<a href="https://redirect.github.com/RustCrypto/utils/issues/1143">#1143</a>)</li> <li><a href="https://github.com/RustCrypto/utils/commit/41a653a846ffa04772b810527994e2da763d15b3"><code>41a653a</code></a> CI: update security-audit config (<a href="https://redirect.github.com/RustCrypto/utils/issues/1144">#1144</a>)</li> <li><a href="https://github.com/RustCrypto/utils/commit/ca3d1c2e8db9bc10e36ac991a31183ced4590a28"><code>ca3d1c2</code></a> cpufeatures: don't link <code>std</code> when linking <code>libc</code> (<a href="https://redirect.github.com/RustCrypto/utils/issues/1142">#1142</a>)</li> <li><a href="https://github.com/RustCrypto/utils/commit/151702184e3b7ad31260ab1e331faa8311410532"><code>1517021</code></a> opaque-debug: fix typo in example code (<a href="https://redirect.github.com/RustCrypto/utils/issues/1139">#1139</a>)</li> <li>Additional commits viewable in <a href="https://github.com/RustCrypto/utils/compare/hex-literal-v0.4.1...hex-literal-v1.0.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=hex-literal&package-manager=cargo&previous-version=0.4.1&new-version=1.0.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> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6ad2161 commit 2f74c6e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ quickcheck = "1.0.3"
9090
serde_json = "1.0.140"
9191
tracing-subscriber = { version = "0.3.16", features = ["env-filter"] }
9292
futures_ringbuf = "0.4.0"
93-
hex-literal = "0.4.1"
93+
hex-literal = "1.0.0"
9494

9595
[features]
9696
# Stable feature flags.

0 commit comments

Comments
 (0)