Skip to content

Commit

Permalink
Merge #291 #292
Browse files Browse the repository at this point in the history
291: chore(deps): update github/codeql-action digest to 5883c13 r=renovate[bot] a=renovate[bot]

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| github/codeql-action | action | digest | `33b10be` -> `5883c13` |

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **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.

---

 - [ ] <!-- rebase-check -->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://app.renovatebot.com/dashboard#github/OpenPoolProject/stratum).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4yMy4xIiwidXBkYXRlZEluVmVyIjoiMzQuMjMuMSJ9-->


292: fix(deps): update rust crate uuid to 1.2.2 r=renovate[bot] a=renovate[bot]

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [uuid](https://togithub.com/uuid-rs/uuid) | dependencies | patch | `1.2.1` -> `1.2.2` |

---

### Release Notes

<details>
<summary>uuid-rs/uuid</summary>

### [`v1.2.2`](https://togithub.com/uuid-rs/uuid/releases/tag/1.2.2)

[Compare Source](https://togithub.com/uuid-rs/uuid/compare/1.2.1...1.2.2)

#### What's Changed

-   CI Cleanups by [`@&#8203;KodrAus](https://togithub.com/KodrAus)` in [uuid-rs/uuid#640
-   Remove extern crate alloc by [`@&#8203;KodrAus](https://togithub.com/KodrAus)` in [uuid-rs/uuid#645
-   Prepare for 1.2.2 release by [`@&#8203;KodrAus](https://togithub.com/KodrAus)` in [uuid-rs/uuid#646

**Full Changelog**: uuid-rs/uuid@1.2.1...1.2.2

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **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.

---

 - [ ] <!-- rebase-check -->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://app.renovatebot.com/dashboard#github/OpenPoolProject/stratum).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4yMy4xIiwidXBkYXRlZEluVmVyIjoiMzQuMjMuMSJ9-->


Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
bors[bot] and renovate[bot] committed Nov 15, 2022
3 parents f77aa4a + 4358b91 + 08710fa commit d4dfffb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rust-clippy.yml
Expand Up @@ -55,7 +55,7 @@ jobs:
continue-on-error: true

- name: Upload analysis results to GitHub
uses: github/codeql-action/upload-sarif@33b10be6bf0b751c776ae2799b0f044885a8fa8f
uses: github/codeql-action/upload-sarif@5883c1340695e6164d7a869a5b4b63af1e28d6d9
with:
sarif_file: rust-clippy-results.sarif
wait-for-processing: true
Expand Down
2 changes: 1 addition & 1 deletion server/Cargo.toml
Expand Up @@ -37,7 +37,7 @@ encodings = "0.1.0"
tracing = "0.1.37"

# Primitives
uuid = { version = "1.2.1", features = ["serde", "v4"] }
uuid = { version = "1.2.2", features = ["serde", "v4"] }
# default-features only false until new release @note
chrono = { version="0.4.23", default-features = false, features = ["clock"]}

Expand Down

0 comments on commit d4dfffb

Please sign in to comment.