From d58e7e02122843c9ce5f56f5a949042260d6e000 Mon Sep 17 00:00:00 2001 From: Martichou Date: Sun, 22 Sep 2024 21:37:57 +0200 Subject: [PATCH] chore: finish update of deps Signed-off-by: Martichou --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6112f0d..8e96fc6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ once_cell = "1.14" r2d2 = "0.8" regex = "1.6" rustls = "0.23" -rustls-pemfile = "2.0" +rustls-pemfile = "2.1" serde_json = "1.0" simd-json = "0.14" serde = { version = "1.0", features = ["derive"] }