Skip to content

Commit a9a271a

Browse files
Update Rust crate thiserror to 1.0.59 (#4333)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Tim Diekmann <[email protected]>
1 parent 7b8a9aa commit a9a271a

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

libs/@blockprotocol/type-system/rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ crate-type = ["cdylib", "rlib"]
1616
postgres-types = { workspace = true, features = ["derive"], optional = true }
1717
serde = { version = "1.0.198", features = ["derive"] }
1818
serde_json = "1.0.116"
19-
thiserror = "1.0.58"
19+
thiserror = "1.0.59"
2020
tsify = "0.4.5"
2121
url = "2.5.0"
2222
utoipa = { version = "4.2.0", features = ["url"], optional = true }

libs/@local/hash-graph-types/rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ time = { version = "0.3.36", default-features = false, features = ["serde", "par
2323
uuid = { version = "1.8.0", default-features = false, features = ["serde"] }
2424
json-patch = { version = "1.2.0", default-features = false }
2525
semver = { version = "1.0.22", features = ["serde"] }
26-
thiserror = "1.0.58"
26+
thiserror = "1.0.59"
2727
url = { version = "2.5.0", features = ["serde"] }
2828

2929

libs/@local/hash-validation/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ email_address.workspace = true
1818
futures.workspace = true
1919
regex = "1.10.4"
2020
serde_json.workspace = true
21-
thiserror = "1.0.58"
21+
thiserror = "1.0.59"
2222
iso8601-duration = "0.2.0"
2323
serde = { workspace = true, features = ["derive"] }
2424
url.workspace = true

libs/@local/temporal-client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ uuid = { workspace = true, features = ["v4"] }
1818
url = { version = "2.5.0", default-features = false }
1919
serde = { workspace = true }
2020
serde_json = { workspace = true }
21-
thiserror = "1.0.58"
21+
thiserror = "1.0.59"

libs/error-stack/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ once_cell = "1.19.0"
3939
supports-color = "3.0.0"
4040
supports-unicode = "3.0.0"
4141
owo-colors = "4.0.0"
42-
thiserror = "1.0.58"
42+
thiserror = "1.0.59"
4343

4444
[build-dependencies]
4545
rustc_version = "0.4"

0 commit comments

Comments
 (0)