diff --git a/Cargo.lock b/Cargo.lock index 7b44730e..c898d571 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -19,9 +19,9 @@ checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" [[package]] name = "anyhow" -version = "1.0.75" +version = "1.0.76" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6" +checksum = "59d2a3357dde987206219e78ecfbbb6e8dad06cbb65292758d3270e6254f7355" [[package]] name = "atomic" diff --git a/Cargo.toml b/Cargo.toml index 44f63ec1..2bb804cc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ zip = { version = "0.6.6", default-features = false, features = ["time"] } walkdir = "2.4.0" jsonwebtoken = { version = "9.2.0", default-features = false } serde = { version = "1.0.193", features = ["derive"] } -anyhow = "1.0.75" +anyhow = "1.0.76" once_cell = "1.19.0" serde_json = "1.0.108" tracing = { version = "0.1.40", features = ["release_max_level_debug"] }