Skip to content

Commit

Permalink
build(deps): bump tokio from 1.2.0 to 1.3.0 (#523)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Mar 10, 2021
1 parent c0265e1 commit cdc7651
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 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 integrations/gmail/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ serde_derive = "1.0"
serde_json = "1.0"
serde_yaml = "0.8"
structopt = "0.3"
tokio = {version = "1.2", features = ["macros", "rt-multi-thread", "time"]}
tokio = {version = "1.3", features = ["macros", "rt-multi-thread", "time"]}
tokio-compat-02 = "0.2"
yup-oauth2 = "4.1.2"

Expand Down
2 changes: 1 addition & 1 deletion server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ serde = "1.0"
serde_derive = "1.0"
serde_yaml = "0.8"
structopt = "0.3"
tokio = {version = "1.2", features = ["macros", "rt-multi-thread", "time"]}
tokio = {version = "1.3", features = ["macros", "rt-multi-thread", "time"]}

0 comments on commit cdc7651

Please sign in to comment.