Skip to content

Commit

Permalink
Bump tokio from 1.2.0 to 1.3.0 (#224)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Mar 17, 2021
1 parent aa197dd commit 5358164
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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 frontendservice/Cargo.toml
Expand Up @@ -13,7 +13,7 @@ bytes = "1.0"
log = "0.4"
pretty_env_logger = "0.4.0"
prost = "0.7"
tokio = { version = "1.2", features = ["macros", "rt-multi-thread"] }
tokio = { version = "1.3", 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
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.2", features = ["macros", "rt-multi-thread"] }
tokio = { version = "1.3", features = ["macros", "rt-multi-thread"] }
tokio-postgres = { version = "0.7" }
tonic = { version = "0.4", features = ["tls"] }

Expand Down

0 comments on commit 5358164

Please sign in to comment.