Skip to content
This repository has been archived by the owner on Jul 22, 2023. It is now read-only.

Commit

Permalink
Update Rust crate uuid to 1.1.0 (#1373)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [uuid](https://github.com/uuid-rs/uuid) | dependencies | minor | `1.0.0` -> `1.1.0` |

---

### Release Notes

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

### [`v1.1.0`](https://github.com/uuid-rs/uuid/releases/tag/1.1.0)

[Compare Source](uuid-rs/uuid@1.0.0...1.1.0)

#### What's Changed

-   note that the Error display impl is public API by [@&#8203;KodrAus](https://github.com/KodrAus) in uuid-rs/uuid#597
-   Fixed documentation link by [@&#8203;Razican](https://github.com/Razican) in uuid-rs/uuid#600
-   Add to_bytes_le method by [@&#8203;dfaust](https://github.com/dfaust) in uuid-rs/uuid#599
-   Prepare for 1.1.0 release by [@&#8203;KodrAus](https://github.com/KodrAus) in uuid-rs/uuid#602

#### New Contributors

-   [@&#8203;Razican](https://github.com/Razican) made their first contribution in uuid-rs/uuid#600
-   [@&#8203;dfaust](https://github.com/dfaust) made their first contribution in uuid-rs/uuid#599

**Full Changelog**: uuid-rs/uuid@1.0.0...1.1.0

</details>

---

### Configuration

📅 **Schedule**: 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.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox.

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).

Co-authored-by: cabr2-bot <cabr2.help@gmail.com>
Reviewed-on: https://codeberg.org/Calciumdibromid/CaBr2/pulls/1373
Reviewed-by: crapStone <crapstone@noreply.codeberg.org>
Co-authored-by: Calciumdibromid Bot <cabr2_bot@noreply.codeberg.org>
Co-committed-by: Calciumdibromid Bot <cabr2_bot@noreply.codeberg.org>
  • Loading branch information
2 people authored and crapStone committed May 25, 2022
1 parent 012667f commit 4911164
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions webserver/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion webserver/Cargo.toml
Expand Up @@ -21,7 +21,7 @@ search = { path = "../crates/search/" }
serde = { version = "1.0.137", features = ["derive"] }
tokio = { version = "1.18.2", features = ["macros", "rt-multi-thread"] }
types = { path = "../crates/types/" }
uuid = { version = "1.0.0", features = ["serde", "v4"] }
uuid = { version = "1.1.0", features = ["serde", "v4"] }
warp = "0.3.2"
structopt = "0.3"
once_cell = "1.12.0"
Expand Down

0 comments on commit 4911164

Please sign in to comment.