From 45aba475220f042bdaae9c326b66119cc6359a90 Mon Sep 17 00:00:00 2001 From: Nordine Bittich Date: Thu, 9 Nov 2023 21:27:12 +0100 Subject: [PATCH] bump deps --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 16162e5..5a99a7a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,8 +30,8 @@ nom = "7.1.3" nu-ansi-term = "0.49.0" rustyline = "12.0.0" rustyline-derive = "0.9.0" -serde = { version = "1.0.188", features = ['serde_derive', 'rc'] } -serde_json = "1.0.107" +serde = { version = "1.0.192", features = ['serde_derive', 'rc'] } +serde_json = "1.0.108" slab_tree = "0.3.2" strum = { version = "0.25.0", features = ["derive"] } ctrlc = "3.4.1" @@ -44,7 +44,7 @@ arboard = "3.2.1" default-features = false version = "0.10.0" [dependencies.regex] -version = "1.9.5" +version = "1.10.2" default-features = false # regex currently requires the standard library, you must re-enable it. features = ["std"]