From 1b0ab4da292f73192b55c5dfeadf97e96cf1cc28 Mon Sep 17 00:00:00 2001 From: Ivan Akimov Date: Mon, 6 Nov 2023 11:05:04 -0600 Subject: [PATCH] cargo update --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c586f2e..0deb06f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,5 +12,5 @@ keywords = ["ids", "encode", "short", "sqids", "hashids"] [dependencies] serde = "1.0.190" -serde_json = "1.0.107" +serde_json = "1.0.108" thiserror = "1.0.50"