aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2026-07-18 20:29:00 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2026-07-18 23:28:44 +0200
commitd9e6dae43477a5c16e7983153f12aa94c674c7dd (patch)
tree48a4d87b72d0b53cb33ec7dcdc2a46f2da491d1f /Cargo.toml
parentchore(version): v0.1.1 (diff)
downloadserver-d9e6dae43477a5c16e7983153f12aa94c674c7dd.zip
build(Cargo.{lock,toml},flake.lock): UpdateHEADprime
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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"