diff --git a/Cargo.lock b/Cargo.lock index dab57c1..83b956f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -66,9 +66,9 @@ checksum = "55cc3b69f167a1ef2e161439aa98aed94e6028e5f9a59be9a6ffb47aef1651f9" [[package]] name = "anyhow" -version = "1.0.94" +version = "1.0.95" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c1fd03a028ef38ba2276dce7e33fcd6369c158a1bca17946c4b1b701891c1ff7" +checksum = "34ac096ce696dc2fcabef30516bb13c0a68a11d30131d3df6f04711467681b04" [[package]] name = "arrayref" diff --git a/Cargo.toml b/Cargo.toml index fb7a928..9920802 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,5 +15,5 @@ edition = "2021" license = "MIT" [workspace.dependencies] -anyhow = "1.0.94" +anyhow = "1.0.95" tracing = { version = "0.1.41", features = ["log"] } diff --git a/server/Cargo.toml b/server/Cargo.toml index 12c2c8c..98607ec 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -15,6 +15,6 @@ tracing.workspace = true tracing-subscriber = "0.3.19" hex = "0.4.3" bincode = "1.3.3" -anyhow = "1.0.94" +anyhow = "1.0.95" serde = "1.0" bytes = "1.9.0"