From 7e32caf91930415a8d7806863bc8f2006d697869 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 22:06:14 +0000 Subject: [PATCH] build(deps): bump serde_json in /duckdb_evalexpr_rhai_rust Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.122 to 1.0.124. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.122...v1.0.124) --- updated-dependencies: - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- duckdb_evalexpr_rhai_rust/Cargo.lock | 4 ++-- duckdb_evalexpr_rhai_rust/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/duckdb_evalexpr_rhai_rust/Cargo.lock b/duckdb_evalexpr_rhai_rust/Cargo.lock index 0066c28..fa23225 100644 --- a/duckdb_evalexpr_rhai_rust/Cargo.lock +++ b/duckdb_evalexpr_rhai_rust/Cargo.lock @@ -296,9 +296,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.122" +version = "1.0.124" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "784b6203951c57ff748476b126ccb5e8e2959a5c19e5c617ab1956be3dbc68da" +checksum = "66ad62847a56b3dba58cc891acd13884b9c61138d330c0d7b6181713d4fce38d" dependencies = [ "itoa", "memchr", diff --git a/duckdb_evalexpr_rhai_rust/Cargo.toml b/duckdb_evalexpr_rhai_rust/Cargo.toml index c81be68..89c007b 100644 --- a/duckdb_evalexpr_rhai_rust/Cargo.toml +++ b/duckdb_evalexpr_rhai_rust/Cargo.toml @@ -17,4 +17,4 @@ rhai-rand = "0.1.6" rhai-url = "0.0.5" serde = { version = "1.0.203", features = ["derive"] } -serde_json = "1.0.122" +serde_json = "1.0.124"