diff --git a/Cargo.lock b/Cargo.lock index 31eeeba..79991bd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -66,9 +66,9 @@ checksum = "55cc3b69f167a1ef2e161439aa98aed94e6028e5f9a59be9a6ffb47aef1651f9" [[package]] name = "anyhow" -version = "1.0.92" +version = "1.0.93" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "74f37166d7d48a0284b99dd824694c26119c700b53bf0d1540cdb147dbdaaf13" +checksum = "4c95c10ba0b00a02636238b814946408b1322d5ac4760326e6fb8ec956d85775" [[package]] name = "arrayref" diff --git a/Cargo.toml b/Cargo.toml index 1dee6eb..13253bb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,5 +15,5 @@ edition = "2021" license = "MIT" [workspace.dependencies] -anyhow = "1.0.91" +anyhow = "1.0.93" tracing = { version = "0.1.40", features = ["log"] } diff --git a/server/Cargo.toml b/server/Cargo.toml index 83016e5..53136e0 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -15,6 +15,6 @@ tracing.workspace = true tracing-subscriber = "0.3.18" hex = "0.4.3" bincode = "1.3.3" -anyhow = "1.0.91" +anyhow = "1.0.93" serde = "1.0" bytes = "1.8.0"