From df6811cc7c722545bd9854dec9024e8d92586f8b Mon Sep 17 00:00:00 2001 From: Ivan Akimov Date: Thu, 21 Dec 2023 15:54:03 -0600 Subject: [PATCH] cargo update --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 4f2c781..c00304d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,6 +12,6 @@ keywords = ["ids", "encode", "short", "sqids", "hashids"] [dependencies] derive_builder = "0.12.0" -serde = "1.0.192" +serde = "1.0.193" serde_json = "1.0.108" -thiserror = "1.0.50" +thiserror = "1.0.51"