From dc3f9903d1757786f62c5591cdba258f7b3ab49e Mon Sep 17 00:00:00 2001 From: Ivan Akimov Date: Fri, 27 Oct 2023 14:45:11 -0500 Subject: [PATCH] cargo update --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7ab2c13..c586f2e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,6 +11,6 @@ readme = "README.md" keywords = ["ids", "encode", "short", "sqids", "hashids"] [dependencies] -serde = "1.0.189" +serde = "1.0.190" serde_json = "1.0.107" thiserror = "1.0.50"