diff --git a/Cargo.lock b/Cargo.lock index feb402c..e205a19 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -19,9 +19,9 @@ checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61" [[package]] name = "error-stack" -version = "0.7.1" +version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c179ac93a7a9670668c9c1558269344d224aecf2fb089bf0e215e8adf1c73643" +checksum = "d01a8d4d427153bae0c38ca68d7912cbf9903fdcc97ecac18801738b3656a46d" dependencies = [ "anyhow", "rustc_version", diff --git a/impl/Cargo.toml b/impl/Cargo.toml index bf3dda0..d58644f 100644 --- a/impl/Cargo.toml +++ b/impl/Cargo.toml @@ -21,7 +21,7 @@ regex = "1.12.4" syn = { version = "2.0.117", features = [] } [dev-dependencies] -error-stack = "0.7.1" +error-stack = "0.8.0" [lints.rust] ambiguous_glob_reexports = "deny" diff --git a/tests/Cargo.toml b/tests/Cargo.toml index 0744240..15cfff2 100644 --- a/tests/Cargo.toml +++ b/tests/Cargo.toml @@ -7,7 +7,7 @@ rust-version = "1.92.0" publish = false [dependencies] -error-stack = "0.7.1" +error-stack = "0.8.0" error-stack-macros2 = { path = "../impl" } [lints.rust]