Skip to content

Commit

Permalink
Merge pull request #2605 from appaquet/dependabot/cargo/anyhow-1.0.83
Browse files Browse the repository at this point in the history
build(deps): bump anyhow from 1.0.82 to 1.0.83
  • Loading branch information
github-actions[bot] committed May 6, 2024
2 parents 4746b0c + 6640a7f commit bee0d38
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.82"
anyhow = "1.0.83"
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.82"
anyhow = "1.0.83"
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.82"
anyhow = "1.0.83"
base64 = "0.21.7"
chardetng = "0.1.17"
charset = "0.1.3"
Expand Down

0 comments on commit bee0d38

Please sign in to comment.