Skip to content

Commit

Permalink
Update Rust crate uuid to 1.3.0 (#2055)
Browse files Browse the repository at this point in the history
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [uuid](https://github.com/uuid-rs/uuid) | dependencies | minor | `1.2.2` -> `1.3.0` |
| [uuid](https://github.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://github.com/uuid-rs/uuid/releases/tag/1.3.0)

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

##### What's Changed

-   Fix error message. by [@&#8203;basbossink-ds](https://github.com/basbossink-ds) in [https://github.com/uuid-rs/uuid/pull/656](https://github.com/uuid-rs/uuid/pull/656)
-   implement Arbitrary::size_hint by [@&#8203;Ekleog](https://github.com/Ekleog) in [https://github.com/uuid-rs/uuid/pull/657](https://github.com/uuid-rs/uuid/pull/657)
-   Always use hyphenated format regardless of flags by [@&#8203;KodrAus](https://github.com/KodrAus) in [https://github.com/uuid-rs/uuid/pull/658](https://github.com/uuid-rs/uuid/pull/658)
-   Update windows-sys requirement from 0.42.0 to 0.45.0 by [@&#8203;dependabot](https://github.com/dependabot) in [https://github.com/uuid-rs/uuid/pull/654](https://github.com/uuid-rs/uuid/pull/654)
-   Prepare for 1.3.0 release by [@&#8203;KodrAus](https://github.com/KodrAus) in [https://github.com/uuid-rs/uuid/pull/659](https://github.com/uuid-rs/uuid/pull/659)

##### New Contributors

-   [@&#8203;basbossink-ds](https://github.com/basbossink-ds) made their first contribution in [https://github.com/uuid-rs/uuid/pull/656](https://github.com/uuid-rs/uuid/pull/656)
-   [@&#8203;Ekleog](https://github.com/Ekleog) made their first contribution in [https://github.com/uuid-rs/uuid/pull/657](https://github.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=-->
  • Loading branch information
renovate[bot] authored Feb 12, 2023
1 parent 1f6b254 commit 465e1aa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/hash-graph/bench/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ serde_json = "1.0.91"
tokio = { version = "1.25.0", features = ["rt-multi-thread", "macros"] }
tokio-postgres = { version = "0.7.7", default-features = false }
type-system = { git = "https://github.com/blockprotocol/blockprotocol", rev = "2ea406f" }
uuid = { version = "1.2.2", features = ["v4", "serde"] }
uuid = { version = "1.3.0", features = ["v4", "serde"] }

[[bench]]
# TODO - Rename, lib.rs, main.rs, hash_graph_benchmark.rs?
Expand Down
2 changes: 1 addition & 1 deletion apps/hash-graph/bin/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ tokio-postgres = { version = "0.7.7", default-features = false }
tokio-serde = { version = "0.8", features = ["messagepack"], optional = true }
tracing = "0.1.37"
type-system = { git = "https://github.com/blockprotocol/blockprotocol", rev = "2ea406f" }
uuid = "1.2.2"
uuid = "1.3.0"


[features]
Expand Down
2 changes: 1 addition & 1 deletion apps/hash-graph/lib/graph/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ opentelemetry = { version = "0.18.0", features = ["rt-tokio"] }
opentelemetry-otlp = "0.11.0"
tracing-subscriber = { version = "0.3.16", features = ["env-filter", "json"] }
type-system = { git = "https://github.com/blockprotocol/blockprotocol", rev = "2ea406f" }
uuid = { version = "1.2.2", features = ["v4", "serde"] }
uuid = { version = "1.3.0", features = ["v4", "serde"] }
utoipa = { version = "3.0.1", features = ["uuid"] }
include_dir = "0.7.3"
refinery = { version = "0.8", features = ["tokio-postgres"] }
Expand Down

0 comments on commit 465e1aa

Please sign in to comment.