diff --git a/Cargo.lock b/Cargo.lock index ca8fa877..9dd1d9a6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2327,9 +2327,9 @@ dependencies = [ [[package]] name = "premortem" -version = "0.6.1" +version = "0.6.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8aacf2f478a8e1fb30098994dc7038826d90dec2bbe2499d47cbcaf737935a21" +checksum = "e9d71a0807601b3d8210c0290d56638096ba910942af0d530444dd1f592a1933" dependencies = [ "premortem-derive", "regex", diff --git a/Cargo.toml b/Cargo.toml index cd51fd0f..eca9e1d3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -92,7 +92,7 @@ thiserror = "2.0" # Effect composition and validation stillwater = { version = "1.0", features = ["async", "serde"] } -premortem = "0.6.1" +premortem = "0.6.2" tokio = { version = "1.51", features = ["rt", "rt-multi-thread"] } # File system