From b617de8e5453e5a886fb92c446fc0c440fa5273a Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Tue, 9 Dec 2025 13:32:36 +0100 Subject: chore(treewide): Update --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index e83ba3b..172b0f2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ description = "An enterprise grocery management system - server" [workspace.dependencies] rocie-client = { path = "./crates/rocie-client" } -tokio = { version = "1.47.1", features = ["macros", "rt-multi-thread"] } +tokio = { version = "1.48.0", features = ["macros", "rt-multi-thread"] } [profile.profiling] inherits = "release" -- cgit 1.4.1