diff --git a/Cargo.lock b/Cargo.lock index f373dd7..2577df8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "adapter" @@ -123,9 +123,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.87" +version = "1.0.100" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "10f00e1f6e58a40e807377c75c6a7f97bf9044fab57816f2414e6f5f4499d7b8" +checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61" [[package]] name = "async-stream" diff --git a/Cargo.toml b/Cargo.toml index 78aea8a..c5599d7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ adapter = { path = "./src/adapter" } common = { path = "./src/common" } rust_core = { path = "./src/core" } -anyhow = { version = "1.0.87" } +anyhow = { version = "1.0.100" } async = { version = "0.0.2" } async-trait = { version = "0.1.82" } clap = { version = "4.5.27" }