Skip to content

Commit

Permalink
Update Rust crate sha1 to 0.10.6 (#43)
Browse files Browse the repository at this point in the history
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [sha1](https://togithub.com/RustCrypto/hashes) | dependencies | patch | `0.10.1` -> `0.10.6` |

---

### Release Notes

<details>
<summary>RustCrypto/hashes (sha1)</summary>

### [`v0.10.6`](https://togithub.com/RustCrypto/hashes/compare/md-5-v0.10.5...md-5-v0.10.6)

[Compare Source](https://togithub.com/RustCrypto/hashes/compare/sha1-v0.10.5...sha1-v0.10.6)

### [`v0.10.5`](https://togithub.com/RustCrypto/hashes/compare/sha1-v0.10.4...sha1-v0.10.5)

[Compare Source](https://togithub.com/RustCrypto/hashes/compare/sha1-v0.10.4...sha1-v0.10.5)

### [`v0.10.4`](https://togithub.com/RustCrypto/hashes/compare/sha1-v0.10.3...sha1-v0.10.4)

[Compare Source](https://togithub.com/RustCrypto/hashes/compare/sha1-v0.10.3...sha1-v0.10.4)

### [`v0.10.3`](https://togithub.com/RustCrypto/hashes/compare/sha1-v0.10.2...sha1-v0.10.3)

[Compare Source](https://togithub.com/RustCrypto/hashes/compare/sha1-v0.10.2...sha1-v0.10.3)

### [`v0.10.2`](https://togithub.com/RustCrypto/hashes/compare/sha1-v0.10.1...sha1-v0.10.2)

[Compare Source](https://togithub.com/RustCrypto/hashes/compare/sha1-v0.10.1...sha1-v0.10.2)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/sammyfilly/Nextjs).
  • Loading branch information
renovate[bot] authored Sep 23, 2023
1 parent 42a7e85 commit 9e0801e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/next-swc/crates/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ regex = "1.5"
rustc-hash = "1"
serde = "1"
serde_json = "1"
sha1 = "0.10.1"
sha1 = "0.10.6"
tracing = { version = "0.1.37" }

turbopack-binding = { workspace = true, features = [
Expand Down

0 comments on commit 9e0801e

Please sign in to comment.