Skip to content

Commit

Permalink
Update Rust crate error-stack to 0.3.1 (#2045)
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 |
|---|---|---|---|
| [error-stack](https://github.com/hashintel/hash) | dev-dependencies | patch | `0.3.0` -> `0.3.1` |
| [error-stack](https://github.com/hashintel/hash) | dependencies | patch | `0.3.0` -> `0.3.1` |

---

### Release Notes

<details>
<summary>hashintel/hash</summary>

### [`v0.3.1`](https://github.com/hashintel/hash/blob/HEAD/libs/error-stack/CHANGELOG.md#&#8203;031-httpsgithubcomhashintelhashtreeerror-stack40031libserror-stack---2023-02-08)

[Compare Source](https://github.com/hashintel/hash/compare/error-stack@0.3.0...error-stack@0.3.1)

-   Fix multiline attachments not being aligned ([#&#8203;2022](https://github.com/hashintel/hash/pull/2022))

</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 0eaf6bd commit 1f6b254
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
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 @@ -13,7 +13,7 @@ type-fetcher = { path = "../../lib/type-fetcher", optional = true }
axum = "0.6.3"
clap = { version = "4.1.4", features = ["cargo", "derive", "env", "wrap_help"] }
clap_complete = "4.1.1"
error-stack = { version = "0.3.0", features = ["spantrace"] }
error-stack = { version = "0.3.1", features = ["spantrace"] }
futures = { version = "0.3.25", optional = true }
graph = { path = "../../lib/graph", features = ["clap"] }
reqwest = { version = "0.11", default-features = false, features = ["rustls-tls"] }
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 @@ -14,7 +14,7 @@ bb8-postgres = "0.8.1"
clap = { version = "4.1.4", features = ["derive", "env"], optional = true }
time = { version = "0.3.17", features = ['serde', 'serde-well-known'] }
derivative = "2.2.0"
error-stack = { version = "0.3.0", features = ["spantrace"] }
error-stack = { version = "0.3.1", features = ["spantrace"] }
futures = "0.3.25"
hyper = "0.14.23"
postgres-types = { version = "0.2.4", default-features = false, features = ["derive", "with-uuid-1", "with-serde_json-1", "with-time-0_3"] }
Expand Down
2 changes: 1 addition & 1 deletion apps/hash-graph/lib/type-fetcher/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ publish = false
description = "RPC service definition to fetch external BP types"

[dependencies]
error-stack = { version = "0.3.0", features = ["spantrace"] }
error-stack = { version = "0.3.1", features = ["spantrace"] }
type-system = { git = "https://github.com/blockprotocol/blockprotocol", rev = "2ea406f" }

serde = { version = "1.0.152", features = ["derive"] }
Expand Down
2 changes: 1 addition & 1 deletion libs/deer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ exclude = ["package.json"]
publish = false

[dependencies]
error-stack = { version = "0.3.0", default_features = false }
error-stack = { version = "0.3.1", default_features = false }

num-traits = { version = "0.2.15", default_features = false }

Expand Down
2 changes: 1 addition & 1 deletion libs/deer/desert/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ publish = false

[dependencies]
deer = { path = ".." }
error-stack = { version = "0.3.0", default_features = false }
error-stack = { version = "0.3.1", default_features = false }
serde_json = { version = "1.0.91", default_features = false, features = ['alloc'] }
serde = { version = "1.0.152", default_features = false, features = ['alloc'] }
bitvec = { version = "1", default_features = false, features = ['alloc', 'atomic'] }
Expand Down
2 changes: 1 addition & 1 deletion libs/deer/json/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
error-stack = { version = "0.3.0", default_features = false }
error-stack = { version = "0.3.1", default_features = false }

serde_json = { version = "1.0.91", default_features = false, features = ['alloc'] }

Expand Down
2 changes: 1 addition & 1 deletion libs/error-stack/macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ proc-macro = true
[dependencies]

[dev-dependencies]
error-stack = { version = "0.3.0", default-features = false }
error-stack = { version = "0.3.1", default-features = false }

0 comments on commit 1f6b254

Please sign in to comment.