diff --git a/Cargo.lock b/Cargo.lock index 6d092831..1df23048 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -175,9 +175,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.83" +version = "1.0.86" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "25bdb32cbbdce2b519a9cd7df3a678443100e265d5e25ca763b7572a5104f5f3" +checksum = "b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da" [[package]] name = "arc-swap" diff --git a/app/Cargo.toml b/app/Cargo.toml index 013dee20..5a06ed11 100644 --- a/app/Cargo.toml +++ b/app/Cargo.toml @@ -13,7 +13,7 @@ version = "0.1.15" crate-type = ['cdylib'] [dependencies] -anyhow = "1.0.83" +anyhow = "1.0.86" exocore = { version = "0.1.25", default-features = false, features = ["apps-sdk"] } exomind-protos = {version = "0.1.15", path = "../protos"} futures = "0.3.30" diff --git a/exm/Cargo.toml b/exm/Cargo.toml index 8d6e9529..76de2f2b 100644 --- a/exm/Cargo.toml +++ b/exm/Cargo.toml @@ -10,7 +10,7 @@ repository = "https://github.com/appaquet/exomind" version = "0.1.15" [dependencies] -anyhow = "1.0.83" +anyhow = "1.0.86" exocore = { version = "0.1.25", default-features = false, features = ["client", "logger"] } exomind-protos = {version = "0.1.15", path = "../protos"} exomind-gmail = {version = "0.1.15", path = "../integrations/gmail"} diff --git a/integrations/gmail/Cargo.toml b/integrations/gmail/Cargo.toml index ad595ba1..6ca18fa1 100644 --- a/integrations/gmail/Cargo.toml +++ b/integrations/gmail/Cargo.toml @@ -10,7 +10,7 @@ repository = "https://github.com/appaquet/exomind" version = "0.1.15" [dependencies] -anyhow = "1.0.83" +anyhow = "1.0.86" base64 = "0.21.7" chardetng = "0.1.17" charset = "0.1.3"