Skip to content

Commit

Permalink
Merge pull request #2756 from appaquet/dependabot/cargo/anyhow-1.0.93
Browse files Browse the repository at this point in the history
build(deps): bump anyhow from 1.0.92 to 1.0.93
  • Loading branch information
github-actions[bot] authored Nov 6, 2024
2 parents 7dc4111 + 7f8ce3e commit e0b6491
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.92"
anyhow = "1.0.93"
exocore = { version = "0.1.25", default-features = false, features = ["apps-sdk"] }
exomind-protos = {version = "0.1.15", path = "../protos"}
futures = "0.3.31"
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.92"
anyhow = "1.0.93"
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.92"
anyhow = "1.0.93"
base64 = "0.22.1"
chardetng = "0.1.17"
charset = "0.1.5"
Expand Down

0 comments on commit e0b6491

Please sign in to comment.