You've already forked KernelSU
mirror of
https://github.com/tiann/KernelSU.git
synced 2025-08-27 23:46:34 +00:00
build(deps): bump encoding_rs from 0.8.33 to 0.8.34 in /userspace/ksud (#1612)
Bumps [encoding_rs](https://github.com/hsivonen/encoding_rs) from 0.8.33 to 0.8.34. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/hsivonen/encoding_rs/commit/a0c5c578db4d21e6b5f6f0febbea0a8b063f93b1"><code>a0c5c57</code></a> Increment version number to 0.8.34</li> <li><a href="https://github.com/hsivonen/encoding_rs/commit/8bcba0b8cd23b942b1283c45f4714d109efe76e3"><code>8bcba0b</code></a> Move a negation to the right place and cargo fmt</li> <li><a href="https://github.com/hsivonen/encoding_rs/commit/29668e345ab172ea61d5febe6b6baa65af83a69c"><code>29668e3</code></a> Move a negation to the right place</li> <li><a href="https://github.com/hsivonen/encoding_rs/commit/dbf673ef1c6596868ea5888eae4e73dbfb7b0fac"><code>dbf673e</code></a> Work around bad SIMD codegen on 32-bit ARM</li> <li><a href="https://github.com/hsivonen/encoding_rs/commit/3c96213bf7bf4e1b8c5f42c3f28db84150487196"><code>3c96213</code></a> Add rust-version to Cargo.toml</li> <li><a href="https://github.com/hsivonen/encoding_rs/commit/98f3c6a6572f7569933ab0773e9f915401198ca6"><code>98f3c6a</code></a> Update README</li> <li><a href="https://github.com/hsivonen/encoding_rs/commit/598edc8602a2d0ea3187385ff4d7d9d6241bd201"><code>598edc8</code></a> Port from packed_simd crate to portable_simd feature (aarch64 part)</li> <li><a href="https://github.com/hsivonen/encoding_rs/commit/2d198c8354bdc6ba69b16cdbea6d787b15245ae2"><code>2d198c8</code></a> Port from packed_simd crate to portable_simd feature (x86_64 part)</li> <li><a href="https://github.com/hsivonen/encoding_rs/commit/9217fd2178cc617d555e7cc4bb8175920fdb8721"><code>9217fd2</code></a> Remove the remains of Travis</li> <li><a href="https://github.com/hsivonen/encoding_rs/commit/966fc0aa726b14976b072a13ff9e60882167a7d7"><code>966fc0a</code></a> wip mem</li> <li>Additional commits viewable in <a href="https://github.com/hsivonen/encoding_rs/compare/v0.8.33...v0.8.34">compare view</a></li> </ul> </details> <br /> [](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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
Generated
+2
-2
@@ -481,9 +481,9 @@ checksum = "11157ac094ffbdde99aa67b23417ebdd801842852b500e395a45a9c0aac03e4a"
|
||||
|
||||
[[package]]
|
||||
name = "encoding_rs"
|
||||
version = "0.8.33"
|
||||
version = "0.8.34"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "7268b386296a025e474d5140678f75d6de9493ae55a5d709eeb9dd08149945e1"
|
||||
checksum = "b45de904aa0b010bce2ab45264d0631681847fa7b6f2eaa7dab7619943bc4f59"
|
||||
dependencies = [
|
||||
"cfg-if 1.0.0",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user