diff --git a/Cargo.lock b/Cargo.lock index dddfee6..7c83a90 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -447,18 +447,18 @@ dependencies = [ [[package]] name = "thiserror" -version = "1.0.34" +version = "1.0.37" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8c1b05ca9d106ba7d2e31a9dab4a64e7be2cce415321966ea3132c49a656e252" +checksum = "10deb33631e3c9018b9baf9dcbbc4f737320d2b576bac10f6aefa048fa407e3e" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.34" +version = "1.0.37" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e8f2591983642de85c921015f3f070c665a197ed69e417af436115e3a1407487" +checksum = "982d17546b47146b28f7c22e3d08465f6b8903d0ea13c1660d9d84a6e7adcdbb" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index b28b440..0bd9b80 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ nix = { version = "0.24", default-features = false, features = ["user"] } shlex = "1.1" sha2 = "0.10.5" anyhow = "1.0.66" -thiserror = "1.0.34" +thiserror = "1.0.37" [dev-dependencies] tempfile = "3.3.0"