Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
updated-dependencies:
- dependency-name: anyhow
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 20, 2024
1 parent cb8d67a commit 0b9f75e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion app/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion exm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"}
Expand Down
2 changes: 1 addition & 1 deletion integrations/gmail/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 0b9f75e

Please sign in to comment.