diff options
| author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-12-09 13:32:36 +0100 |
|---|---|---|
| committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-12-09 13:32:36 +0100 |
| commit | b617de8e5453e5a886fb92c446fc0c440fa5273a (patch) | |
| tree | b7f9296913c1358f88c3ad5a8e9bd01b87b4d944 /Cargo.toml | |
| parent | chore(treewide): Remove last references to old paths (diff) | |
| download | server-b617de8e5453e5a886fb92c446fc0c440fa5273a.zip | |
chore(treewide): Update
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
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" |
