From a00e76cc37934de54e54be9ffa8292203b842c70 Mon Sep 17 00:00:00 2001 From: jvmncs Date: Wed, 11 Jan 2023 10:14:20 -0500 Subject: [PATCH] bump tokio version to avoid using recently announced vulnerability in the future --- moose/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/moose/Cargo.toml b/moose/Cargo.toml index e2d345705..c6366b740 100644 --- a/moose/Cargo.toml +++ b/moose/Cargo.toml @@ -76,7 +76,7 @@ serde = { version = "~1.0", features = ["derive", "rc"] } serde_json = "1.0" static_assertions = "~1.1" thiserror = "~1.0" -tokio = { version = "~1.21", features = ["full"] } +tokio = { version = "~1.23.1", features = ["full"] } toml = "0.5" tonic = { version = "~0.8", features = ["tls"] } tracing = { version = "~0.1", features = ["log"] }