From 84d42ce3c4e7959ad1c04824556bfb299d3c7311 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 18:13:49 +0000 Subject: [PATCH] fix(deps): update high-confidence-rust-patch --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 25a39e15..67d37cf2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,13 +11,13 @@ keywords = ["jsonata", "json"] categories = ["command-line-utilities", "compilers", "parser-implementations"] [dependencies] -chrono = "0.4" +chrono = "0.4.38" clap = { version = "4.5.4", features = ["derive"] } bitflags = "2.5.0" bumpalo = { version = "3.16.0", features = ["collections", "boxed"] } -dtoa = "1" +dtoa = "1.0.9" base64 = "0.22.1" [dev-dependencies] test-case = "3.3.1" -test-generator = "0.3" +test-generator = "0.3.1"