mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Auto merge of #28799 - servo:dependabot/cargo/rle-decode-fast-1.0.3, r=jdm
Bump rle-decode-fast from 1.0.1 to 1.0.3 Bumps [rle-decode-fast](https://github.com/WanzenBug/rle-decode-helper) from 1.0.1 to 1.0.3. <details> <summary>Commits</summary> <ul> <li><a href="b3345feb3c
"><code>b3345fe</code></a> (cargo-release) version 1.0.3</li> <li><a href="f17201d4bf
"><code>f17201d</code></a> no std support</li> <li><a href="67893372ff
"><code>6789337</code></a> deprecate create, propose stable rust solution</li> <li><a href="fcf96da876
"><code>fcf96da</code></a> (cargo-release) start next development iteration 1.0.3-alpha.0</li> <li><a href="e4e68aa24e
"><code>e4e68aa</code></a> (cargo-release) version 1.0.2</li> <li><a href="d71d677d1c
"><code>d71d677</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/WanzenBug/rle-decode-helper/issues/8">#8</a> from jorgecarleitao/fix_ub</li> <li><a href="8f8bc47cac
"><code>8f8bc47</code></a> Fixed UB</li> <li><a href="690742a0de
"><code>690742a</code></a> (cargo-release) start next development iteration 1.0.1</li> <li>See full diff in <a href="https://github.com/WanzenBug/rle-decode-helper/compare/1.0.1...v1.0.3">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 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>
This commit is contained in:
commit
d8842cc4ae
1 changed files with 2 additions and 2 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -5160,9 +5160,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "rle-decode-fast"
|
||||
version = "1.0.1"
|
||||
version = "1.0.3"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "cabe4fa914dec5870285fa7f71f602645da47c486e68486d2b4ceb4a343e90ac"
|
||||
checksum = "3582f63211428f83597b51b2ddb88e2a91a9d52d12831f9d08f5e624e8977422"
|
||||
|
||||
[[package]]
|
||||
name = "ron"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue