diff --git a/Cargo.lock b/Cargo.lock index cdff442..bf703e0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -93,9 +93,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.72" +version = "1.0.75" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3b13c32d80ecc7ab747b80c3784bce54ee8a7a0cc4fbda9bf4cda2cf6fe90854" +checksum = "a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6" [[package]] name = "argon2" diff --git a/Cargo.toml b/Cargo.toml index 6c14fce..612c7a1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ serde = { version = "1.0.183", features = ["derive"] } serde_yaml = "0.9.25" bytes = "1.4.0" itertools = "0.11.0" -anyhow = "1.0.72" +anyhow = "1.0.75" thiserror = "1.0.44" base64 = "0.21.2" ssss = "0.2.0"