diff --git a/apps/hash-graph/bin/cli/Cargo.toml b/apps/hash-graph/bin/cli/Cargo.toml index a73d2d19082..99cc8bfe71b 100644 --- a/apps/hash-graph/bin/cli/Cargo.toml +++ b/apps/hash-graph/bin/cli/Cargo.toml @@ -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"] } diff --git a/apps/hash-graph/lib/graph/Cargo.toml b/apps/hash-graph/lib/graph/Cargo.toml index 34ca74e8218..fd348eb6b1f 100644 --- a/apps/hash-graph/lib/graph/Cargo.toml +++ b/apps/hash-graph/lib/graph/Cargo.toml @@ -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"] } diff --git a/apps/hash-graph/lib/type-fetcher/Cargo.toml b/apps/hash-graph/lib/type-fetcher/Cargo.toml index 0ccf1173d16..2c587e16254 100644 --- a/apps/hash-graph/lib/type-fetcher/Cargo.toml +++ b/apps/hash-graph/lib/type-fetcher/Cargo.toml @@ -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"] } diff --git a/libs/deer/Cargo.toml b/libs/deer/Cargo.toml index 7d70607a36b..7be3d96f70b 100644 --- a/libs/deer/Cargo.toml +++ b/libs/deer/Cargo.toml @@ -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 } diff --git a/libs/deer/desert/Cargo.toml b/libs/deer/desert/Cargo.toml index bcf72142f24..0f09bc07279 100644 --- a/libs/deer/desert/Cargo.toml +++ b/libs/deer/desert/Cargo.toml @@ -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'] } diff --git a/libs/deer/json/Cargo.toml b/libs/deer/json/Cargo.toml index 9fbabc2aab8..13f39163118 100644 --- a/libs/deer/json/Cargo.toml +++ b/libs/deer/json/Cargo.toml @@ -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'] } diff --git a/libs/error-stack/macros/Cargo.toml b/libs/error-stack/macros/Cargo.toml index 7f4adc3e010..f93e4349429 100644 --- a/libs/error-stack/macros/Cargo.toml +++ b/libs/error-stack/macros/Cargo.toml @@ -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 }