diff --git a/server/Cargo.lock b/server/Cargo.lock index 10103a2..fcab14b 100644 --- a/server/Cargo.lock +++ b/server/Cargo.lock @@ -1700,9 +1700,9 @@ checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c" [[package]] name = "tokio" -version = "1.31.0" +version = "1.32.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "40de3a2ba249dcb097e01be5e67a5ff53cf250397715a071a81543e8a832a920" +checksum = "17ed6077ed6cd6c74735e21f37eb16dc3935f96878b1fe961074089cc80893f9" dependencies = [ "backtrace", "bytes", diff --git a/server/app/Cargo.toml b/server/app/Cargo.toml index a2cfe86..89c122f 100644 --- a/server/app/Cargo.toml +++ b/server/app/Cargo.toml @@ -10,7 +10,7 @@ infra_grpc = { path = "../infra/grpc" } infra_repository_impl = { path = "../infra/repository_impl" } anyhow = "1.0.74" -tokio = { version = "1.31.0", features = ["rt-multi-thread"] } +tokio = { version = "1.32.0", features = ["rt-multi-thread"] } tonic = { version = "0.9.2", features = ["gzip"] } tracing-subscriber = { version = "0.3.17", features = ["env-filter"] } tracing = "0.1.37"