diff --git a/Cargo.lock b/Cargo.lock index b06e15d..47e849d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -19,9 +19,9 @@ checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61" [[package]] name = "error-stack" -version = "0.6.0" +version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b878b3fac9613c3c7f22eb70bc8a3c6ebdc03cc11479ee60fde1692d747fd45f" +checksum = "99a1a66f27cc1b82d6b8c2d24b3b1e90e6e67004a448081bbe58bd537f72a7c8" dependencies = [ "anyhow", "rustc_version", diff --git a/impl/Cargo.toml b/impl/Cargo.toml index 8949672..ef741db 100644 --- a/impl/Cargo.toml +++ b/impl/Cargo.toml @@ -21,7 +21,7 @@ regex = "1.12.3" syn = { version = "2.0.117", features = [] } [dev-dependencies] -error-stack = "0.6.0" +error-stack = "0.7.0" [lints.rust] ambiguous_glob_reexports = "deny" diff --git a/tests/Cargo.toml b/tests/Cargo.toml index 030df07..fac7f48 100644 --- a/tests/Cargo.toml +++ b/tests/Cargo.toml @@ -7,7 +7,7 @@ rust-version = "1.92.0" publish = false [dependencies] -error-stack = "0.6.0" +error-stack = "0.7.0" error-stack-macros2 = { path = "../impl" } [lints.rust]