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

Commit a4a5369

Browse files
Calciumdibromid Botcabr2-botcrapStone
committed
Update Rust crate uuid to 1.4.1 (#1962)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [uuid](https://github.com/uuid-rs/uuid) | dependencies | patch | `1.4.0` -> `1.4.1` | --- ### Release Notes <details> <summary>uuid-rs/uuid (uuid)</summary> ### [`v1.4.1`](https://github.com/uuid-rs/uuid/releases/tag/1.4.1) [Compare Source](uuid-rs/uuid@1.4.0...1.4.1) #### What's Changed - Fix macro hygiene by [@&#8203;teohhanhui](https://github.com/teohhanhui) in uuid-rs/uuid#694 - Add #\[inline] for Uuid::from_bytes\[\_ref] and Uuid::{as,into}\_bytes by [@&#8203;jrose-signal](https://github.com/jrose-signal) in uuid-rs/uuid#693 - Print uuids in examples by [@&#8203;KodrAus](https://github.com/KodrAus) in uuid-rs/uuid#697 - Prepare for 1.4.1 release by [@&#8203;KodrAus](https://github.com/KodrAus) in uuid-rs/uuid#698 #### New Contributors - [@&#8203;teohhanhui](https://github.com/teohhanhui) made their first contribution in uuid-rs/uuid#694 - [@&#8203;jrose-signal](https://github.com/jrose-signal) made their first contribution in uuid-rs/uuid#693 **Full Changelog**: uuid-rs/uuid@1.4.0...1.4.1 </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:eyJjcmVhdGVkSW5WZXIiOiIzNi44LjExIiwidXBkYXRlZEluVmVyIjoiMzYuOC4xMSIsInRhcmdldEJyYW5jaCI6ImRldmVsb3AifQ==--> Co-authored-by: cabr2-bot <cabr2.help@gmail.com> Co-authored-by: crapStone <crapstone01@gmail.com> Reviewed-on: https://codeberg.org/Calciumdibromid/CaBr2/pulls/1962 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>
1 parent 3d7f9a4 commit a4a5369

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

webserver/Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

webserver/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ repository = "https://codeberg.org/Calciumdibromid/CaBr2"
1616
log = "0.4.19"
1717
serde = { version = "1.0.171", features = ["derive"] }
1818
tokio = { version = "1.29.1", features = ["macros", "rt-multi-thread", "signal"] }
19-
uuid = { version = "1.4.0", features = ["v4"] }
19+
uuid = { version = "1.4.1", features = ["v4"] }
2020
warp = { version = "0.3.5", default-features = false, features = ["compression"] }
2121
structopt = "0.3.26"
2222
once_cell = "1.18.0"

0 commit comments

Comments
 (0)