Skip to content

Commit 25b8d30

Browse files
ES-16: Publish error-stack 0.6.0 (#7762)
Co-authored-by: Bilal Mahmoud <[email protected]>
1 parent 4e102de commit 25b8d30

File tree

36 files changed

+75
-76
lines changed

36 files changed

+75
-76
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/hash-graph/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
},
2121
"dependencies": {
2222
"@blockprotocol/type-system-rs": "0.0.0-private",
23-
"@rust/error-stack": "0.5.0",
23+
"@rust/error-stack": "0.6.0",
2424
"@rust/harpc-codec": "0.0.0-private",
2525
"@rust/harpc-server": "0.0.0-private",
2626
"@rust/hash-codec": "0.0.0-private",

libs/@blockprotocol/type-system/rust/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
},
3434
"dependencies": {
3535
"@local/advanced-types": "0.0.0-private",
36-
"@rust/error-stack": "0.5.0",
36+
"@rust/error-stack": "0.6.0",
3737
"@rust/hash-codec": "0.0.0-private",
3838
"@rust/hash-graph-temporal-versioning": "0.0.0-private"
3939
},

libs/@local/codec/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"test:unit": "mise run test:unit @rust/hash-codec"
2424
},
2525
"dependencies": {
26-
"@rust/error-stack": "0.5.0",
26+
"@rust/error-stack": "0.6.0",
2727
"@rust/harpc-wire-protocol": "0.0.0-private"
2828
},
2929
"devDependencies": {

libs/@local/graph/api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"dependencies": {
1414
"@blockprotocol/type-system-rs": "0.0.0-private",
15-
"@rust/error-stack": "0.5.0",
15+
"@rust/error-stack": "0.6.0",
1616
"@rust/harpc-client": "0.0.0-private",
1717
"@rust/harpc-codec": "0.0.0-private",
1818
"@rust/harpc-server": "0.0.0-private",

libs/@local/graph/authorization/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
},
2626
"dependencies": {
2727
"@blockprotocol/type-system-rs": "0.0.0-private",
28-
"@rust/error-stack": "0.5.0",
28+
"@rust/error-stack": "0.6.0",
2929
"@rust/hash-codec": "0.0.0-private"
3030
},
3131
"devDependencies": {

libs/@local/graph/migrations/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"start:migrate:up": "cargo run --package hash-graph-migrations --bin cli --features cli -- run --user postgres --password postgres"
1212
},
1313
"dependencies": {
14-
"@rust/error-stack": "0.5.0",
14+
"@rust/error-stack": "0.6.0",
1515
"@rust/hash-graph-migrations-macros": "0.0.0-private",
1616
"@rust/hash-telemetry": "0.0.0-private"
1717
}

libs/@local/graph/postgres-store/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"dependencies": {
1414
"@blockprotocol/type-system-rs": "0.0.0-private",
15-
"@rust/error-stack": "0.5.0",
15+
"@rust/error-stack": "0.6.0",
1616
"@rust/hash-codec": "0.0.0-private",
1717
"@rust/hash-graph-authorization": "0.0.0-private",
1818
"@rust/hash-graph-postgres-queries": "0.0.0-private",

libs/@local/graph/store/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
},
2525
"dependencies": {
2626
"@blockprotocol/type-system-rs": "0.0.0-private",
27-
"@rust/error-stack": "0.5.0",
27+
"@rust/error-stack": "0.6.0",
2828
"@rust/hash-codec": "0.0.0-private",
2929
"@rust/hash-graph-authorization": "0.0.0-private",
3030
"@rust/hash-graph-temporal-versioning": "0.0.0-private",

libs/@local/graph/test-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"dependencies": {
1616
"@blockprotocol/type-system-rs": "0.0.0-private",
17-
"@rust/error-stack": "0.5.0",
17+
"@rust/error-stack": "0.6.0",
1818
"@rust/hash-codec": "0.0.0-private",
1919
"@rust/hash-graph-api": "0.0.0-private",
2020
"@rust/hash-graph-authorization": "0.0.0-private",

0 commit comments

Comments
 (0)