Skip to content

Commit

Permalink
Bump tokio from 1.1.1 to 1.2.0 (#223)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Feb 11, 2021
1 parent dec8bc1 commit aa197dd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 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 frontendservice/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ bytes = "1.0"
log = "0.4"
pretty_env_logger = "0.4.0"
prost = "0.7"
tokio = { version = "1.1", features = ["macros", "rt-multi-thread"] }
tokio = { version = "1.2", features = ["macros", "rt-multi-thread"] }
tonic = { version = "0.4", features = ["tls"] }
warp = { version = "0.3", default-features = false }

Expand Down
2 changes: 1 addition & 1 deletion quotationservice/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ bytes = "1.0"
log = "0.4.14"
pretty_env_logger = "0.4.0"
prost = "0.7"
tokio = { version = "1.1", features = ["macros", "rt-multi-thread"] }
tokio = { version = "1.2", features = ["macros", "rt-multi-thread"] }
tokio-postgres = { version = "0.7" }
tonic = { version = "0.4", features = ["tls"] }

Expand Down

0 comments on commit aa197dd

Please sign in to comment.