diff --git a/Cargo.lock b/Cargo.lock index 22c586f..19187f3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -61,9 +61,9 @@ checksum = "5c6cb57a04249c6480766f7f7cef5467412af1490f8d1e243141daddada3264f" [[package]] name = "anyhow" -version = "1.0.87" +version = "1.0.89" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "10f00e1f6e58a40e807377c75c6a7f97bf9044fab57816f2414e6f5f4499d7b8" +checksum = "86fdf8605db99b54d3cd748a44c6d04df638eb5dafb219b135d0149bd0db01f6" [[package]] name = "async-compression" diff --git a/Cargo.toml b/Cargo.toml index 2b29d98..262cffb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ rust-version = "1.80.1" crate-type = ["cdylib", "rlib"] [dependencies] -anyhow = "1.0.87" +anyhow = "1.0.89" axum = { version = "0.7", optional = true, features = ["macros"] } console_error_panic_hook = "0.1" dashmap = "6.1.0"