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.4.0 (#1948)
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.3.4` -> `1.4.0` |

---

### Release Notes

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

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

[Compare Source](uuid-rs/uuid@1.3.4...1.4.0)

#### What's Changed

-   Fixed wasm tests not running due to incorrect attribute target by [@&#8203;kmusick](https://github.com/kmusick) in uuid-rs/uuid#688
-   Fixing issue with Cloudflare Workers and wasm32-unknown-unknown when using now() by [@&#8203;kmusick](https://github.com/kmusick) in uuid-rs/uuid#690
-   Add `borsh` support by [@&#8203;grovesNL](https://github.com/grovesNL) in uuid-rs/uuid#686
-   Fix some timestamp generation by [@&#8203;KodrAus](https://github.com/KodrAus) in uuid-rs/uuid#691
-   Prepare for 1.4.0 release by [@&#8203;KodrAus](https://github.com/KodrAus) in uuid-rs/uuid#692

#### New Contributors

-   [@&#8203;kmusick](https://github.com/kmusick) made their first contribution in uuid-rs/uuid#688
-   [@&#8203;grovesNL](https://github.com/grovesNL) made their first contribution in uuid-rs/uuid#686

**Full Changelog**: uuid-rs/uuid@1.3.4...1.4.0

</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.

---

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

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4xNDQuMyIsInVwZGF0ZWRJblZlciI6IjM1LjE0NC4zIiwidGFyZ2V0QnJhbmNoIjoiZGV2ZWxvcCJ9-->

Co-authored-by: cabr2-bot <cabr2.help@gmail.com>
Reviewed-on: https://codeberg.org/Calciumdibromid/CaBr2/pulls/1948
Reviewed-by: crapStone <crapstone01@gmail.com>
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 Jun 29, 2023
1 parent 3a91308 commit b246580
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webserver/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ repository = "https://codeberg.org/Calciumdibromid/CaBr2"
log = "0.4.19"
serde = { version = "1.0.164", features = ["derive"] }
tokio = { version = "1.28.2", features = ["macros", "rt-multi-thread", "signal"] }
uuid = { version = "1.3.4", features = ["v4"] }
uuid = { version = "1.4.0", features = ["v4"] }
warp = { version = "0.3.5", default-features = false, features = ["compression"] }
structopt = "0.3.26"
once_cell = "1.18.0"
Expand Down

0 comments on commit b246580

Please sign in to comment.