Skip to content

Commit 465e1aa

Browse files
Update Rust crate uuid to 1.3.0 (#2055)
[![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 | minor | `1.2.2` -> `1.3.0` | | [uuid](https://togithub.com/uuid-rs/uuid) | dev-dependencies | minor | `1.2.2` -> `1.3.0` | --- ### Release Notes <details> <summary>uuid-rs/uuid</summary> ### [`v1.3.0`](https://togithub.com/uuid-rs/uuid/releases/tag/1.3.0) [Compare Source](https://togithub.com/uuid-rs/uuid/compare/1.2.2...1.3.0) ##### What's Changed - Fix error message. by [@&#8203;basbossink-ds](https://togithub.com/basbossink-ds) in [https://github.com/uuid-rs/uuid/pull/656](https://togithub.com/uuid-rs/uuid/pull/656) - implement Arbitrary::size_hint by [@&#8203;Ekleog](https://togithub.com/Ekleog) in [https://github.com/uuid-rs/uuid/pull/657](https://togithub.com/uuid-rs/uuid/pull/657) - Always use hyphenated format regardless of flags by [@&#8203;KodrAus](https://togithub.com/KodrAus) in [https://github.com/uuid-rs/uuid/pull/658](https://togithub.com/uuid-rs/uuid/pull/658) - Update windows-sys requirement from 0.42.0 to 0.45.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/uuid-rs/uuid/pull/654](https://togithub.com/uuid-rs/uuid/pull/654) - Prepare for 1.3.0 release by [@&#8203;KodrAus](https://togithub.com/KodrAus) in [https://github.com/uuid-rs/uuid/pull/659](https://togithub.com/uuid-rs/uuid/pull/659) ##### New Contributors - [@&#8203;basbossink-ds](https://togithub.com/basbossink-ds) made their first contribution in [https://github.com/uuid-rs/uuid/pull/656](https://togithub.com/uuid-rs/uuid/pull/656) - [@&#8203;Ekleog](https://togithub.com/Ekleog) made their first contribution in [https://github.com/uuid-rs/uuid/pull/657](https://togithub.com/uuid-rs/uuid/pull/657) **Full Changelog**: uuid-rs/uuid@1.2.2...1.3.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 these updates 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/hashintel/hash). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMjQuMiIsInVwZGF0ZWRJblZlciI6IjM0LjEyNC4yIn0=-->
1 parent 1f6b254 commit 465e1aa

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

apps/hash-graph/bench/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ serde_json = "1.0.91"
2222
tokio = { version = "1.25.0", features = ["rt-multi-thread", "macros"] }
2323
tokio-postgres = { version = "0.7.7", default-features = false }
2424
type-system = { git = "https://github.com/blockprotocol/blockprotocol", rev = "2ea406f" }
25-
uuid = { version = "1.2.2", features = ["v4", "serde"] }
25+
uuid = { version = "1.3.0", features = ["v4", "serde"] }
2626

2727
[[bench]]
2828
# TODO - Rename, lib.rs, main.rs, hash_graph_benchmark.rs?

apps/hash-graph/bin/cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ tokio-postgres = { version = "0.7.7", default-features = false }
2525
tokio-serde = { version = "0.8", features = ["messagepack"], optional = true }
2626
tracing = "0.1.37"
2727
type-system = { git = "https://github.com/blockprotocol/blockprotocol", rev = "2ea406f" }
28-
uuid = "1.2.2"
28+
uuid = "1.3.0"
2929

3030

3131
[features]

apps/hash-graph/lib/graph/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ opentelemetry = { version = "0.18.0", features = ["rt-tokio"] }
3535
opentelemetry-otlp = "0.11.0"
3636
tracing-subscriber = { version = "0.3.16", features = ["env-filter", "json"] }
3737
type-system = { git = "https://github.com/blockprotocol/blockprotocol", rev = "2ea406f" }
38-
uuid = { version = "1.2.2", features = ["v4", "serde"] }
38+
uuid = { version = "1.3.0", features = ["v4", "serde"] }
3939
utoipa = { version = "3.0.1", features = ["uuid"] }
4040
include_dir = "0.7.3"
4141
refinery = { version = "0.8", features = ["tokio-postgres"] }

0 commit comments

Comments
 (0)