diff --git a/Cargo.lock b/Cargo.lock index 98bb927..ff858cf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -932,9 +932,9 @@ dependencies = [ [[package]] name = "error-stack" -version = "0.3.1" +version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5f00447f331c7f726db5b8532ebc9163519eed03c6d7c8b73c90b3ff5646ac85" +checksum = "27a72baa257b5e0e2de241967bc5ee8f855d6072351042688621081d66b2a76b" dependencies = [ "anyhow", "rustc_version", diff --git a/Cargo.toml b/Cargo.toml index 9758fa6..f61d0f3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ delegate = "0.10.0" derive-new = "0.5.9" derive_more = "0.99.17" dirs = "5.0.1" -error-stack = { version = "0.3.1", features = ["spantrace", "hooks"] } +error-stack = { version = "0.4.1", features = ["spantrace", "hooks"] } futures = "0.3.28" getset = "0.1.2" humantime = "2.1.0" @@ -85,7 +85,7 @@ name = "allocations" harness = false [build-dependencies] -error-stack = { version = "0.3.1", features = ["hooks"] } +error-stack = { version = "0.4.1", features = ["hooks"] } thiserror = "1.0.40" [profile.dev.package.insta]