Skip to content

Commit

Permalink
build(deps): bump tokio from 1.29.1 to 1.30.0 (#2231)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 13, 2023
1 parent 7e0f1ff commit 3593acf
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 16 deletions.
29 changes: 14 additions & 15 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 exm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ exomind-protos = {version = "0.1.15", path = "../protos"}
exomind-gmail = {version = "0.1.15", path = "../integrations/gmail"}
log = "0.4.19"
structopt = "0.3.26"
tokio = { version = "1.29.1", features = ["macros", "rt-multi-thread", "time"] }
tokio = { version = "1.30.0", features = ["macros", "rt-multi-thread", "time"] }

[dev-dependencies]
exocore = { version = "0.1.25", default-features = false, features = ["client", "logger", "tests-utils"] }

0 comments on commit 3593acf

Please sign in to comment.