diff --git a/Cargo.lock b/Cargo.lock index 2e45e68..32e1a66 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1276,9 +1276,9 @@ checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c" [[package]] name = "tokio" -version = "1.2.0" +version = "1.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e8190d04c665ea9e6b6a0dc45523ade572c088d2e6566244c1122671dbf4ae3a" +checksum = "8d56477f6ed99e10225f38f9f75f872f29b8b8bd8c0b946f63345bb144e9eeda" dependencies = [ "autocfg", "bytes", diff --git a/frontendservice/Cargo.toml b/frontendservice/Cargo.toml index 4093a1c..d5e7027 100644 --- a/frontendservice/Cargo.toml +++ b/frontendservice/Cargo.toml @@ -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 } diff --git a/quotationservice/Cargo.toml b/quotationservice/Cargo.toml index 57ad42b..bcc7b00 100644 --- a/quotationservice/Cargo.toml +++ b/quotationservice/Cargo.toml @@ -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"] }