From d612859c4b2ed06f0c174b52f220cb62a4afab7d Mon Sep 17 00:00:00 2001 From: trisua Date: Sun, 20 Jul 2025 15:10:23 -0400 Subject: [PATCH] chore: bump tetratto-shared --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index defd9fb..8f932e7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2467,9 +2467,9 @@ dependencies = [ [[package]] name = "tetratto-shared" -version = "12.0.0" +version = "12.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "51ac2f0fdf85df07c7ef1857572a5b79566485271a5b2da6384f3324ff33b9e5" +checksum = "2e4b6be9204d2319335f4bf10f19f5b736b7763ab0a35f862f6a09a84ce68605" dependencies = [ "ammonia", "chrono", diff --git a/Cargo.toml b/Cargo.toml index a914731..68b1761 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ homepage = "https://tetratto.com" [dependencies] tetratto-core = "12.0.0" -tetratto-shared = "12.0.0" +tetratto-shared = "12.0.1" tokio = { version = "1.46.1", features = ["macros", "rt-multi-thread"] } pathbufd = "0.1.4" serde = { version = "1.0.219", features = ["derive"] }