From d9e6dae43477a5c16e7983153f12aa94c674c7dd Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Sat, 18 Jul 2026 20:29:00 +0200 Subject: build(Cargo.{lock,toml},flake.lock): Update --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index f2d99b6..712174f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ description = "An enterprise grocery management system - server" [workspace.dependencies] rocie-client = { path = "./crates/rocie-client" } -tokio = { version = "1.48.0", features = ["macros", "rt-multi-thread"] } +tokio = { version = "1.53.0", features = ["macros", "rt-multi-thread"] } [profile.profiling] inherits = "release" -- cgit v1.3.1