From ecc5324408a67499a91c82f4b3e8b2fc1d756f0d Mon Sep 17 00:00:00 2001 From: Darrell Roberts Date: Fri, 2 Jan 2026 13:11:04 -0500 Subject: [PATCH] update typeshare to 1.0.5 --- Cargo.lock | 2 +- lib/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3efb39e3..8712ea44 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -713,7 +713,7 @@ checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d" [[package]] name = "typeshare" -version = "1.0.4" +version = "1.0.5" dependencies = [ "chrono", "serde", diff --git a/lib/Cargo.toml b/lib/Cargo.toml index 41516e16..2af3b493 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "typeshare" -version = "1.0.4" +version = "1.0.5" edition = "2021" license = "MIT OR Apache-2.0" readme = "../README.md"