From ad87e81adf94f051ea37f0f562052f5c094b2790 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 04:20:33 +0000 Subject: [PATCH] Bump sonic-rs from 0.3.13 to 0.3.14 Bumps [sonic-rs](https://github.com/cloudwego/sonic-rs) from 0.3.13 to 0.3.14. - [Release notes](https://github.com/cloudwego/sonic-rs/releases) - [Commits](https://github.com/cloudwego/sonic-rs/commits/0.3.14) --- updated-dependencies: - dependency-name: sonic-rs dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- native-engine/datafusion-ext-functions/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c14534015..0dd1547f7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2514,9 +2514,9 @@ checksum = "1b6b67fb9a61334225b5b790716f609cd58395f895b3fe8b328786812a40bc3b" [[package]] name = "sonic-rs" -version = "0.3.13" +version = "0.3.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3f9cdf20a8b31379ec230f2b266adfa917a33e7f13d9e9eac596ce0aa7368e11" +checksum = "95e200c991ecfca73485d451fb0ae48c605f60ed7e27e4fcd5b8510f131a7c84" dependencies = [ "bumpalo", "bytes", diff --git a/native-engine/datafusion-ext-functions/Cargo.toml b/native-engine/datafusion-ext-functions/Cargo.toml index c21e31064..b4156837b 100644 --- a/native-engine/datafusion-ext-functions/Cargo.toml +++ b/native-engine/datafusion-ext-functions/Cargo.toml @@ -16,4 +16,4 @@ log = "0.4.22" num = "0.4.2" paste = "1.0.15" serde_json = { workspace = true } -sonic-rs = "0.3.13" +sonic-rs = "0.3.14"