This is an automated email from the ASF dual-hosted git repository.

comphead pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion.git


The following commit(s) were added to refs/heads/main by this push:
     new 324a271982 chore(deps): bump rust_decimal from 1.37.1 to 1.37.2 
(#16422)
324a271982 is described below

commit 324a2719829146e3613af540bdd9c17e69ce7a88
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jun 16 14:20:01 2025 -0700

    chore(deps): bump rust_decimal from 1.37.1 to 1.37.2 (#16422)
    
    Bumps [rust_decimal](https://github.com/paupino/rust-decimal) from 1.37.1 
to 1.37.2.
    - [Release notes](https://github.com/paupino/rust-decimal/releases)
    - 
[Changelog](https://github.com/paupino/rust-decimal/blob/master/CHANGELOG.md)
    - [Commits](https://github.com/paupino/rust-decimal/compare/1.37.1...1.37.2)
    
    ---
    updated-dependencies:
    - dependency-name: rust_decimal
      dependency-version: 1.37.2
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <supp...@github.com>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 Cargo.lock                         | 4 ++--
 datafusion/sqllogictest/Cargo.toml | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Cargo.lock b/Cargo.lock
index a90e3d365c..b2c16e2878 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -5427,9 +5427,9 @@ dependencies = [
 
 [[package]]
 name = "rust_decimal"
-version = "1.37.1"
+version = "1.37.2"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "faa7de2ba56ac291bd90c6b9bece784a52ae1411f9506544b3eae36dd2356d50"
+checksum = "b203a6425500a03e0919c42d3c47caca51e79f1132046626d2c8871c5092035d"
 dependencies = [
  "arrayvec",
  "borsh",
diff --git a/datafusion/sqllogictest/Cargo.toml 
b/datafusion/sqllogictest/Cargo.toml
index 1016961041..54c53f7375 100644
--- a/datafusion/sqllogictest/Cargo.toml
+++ b/datafusion/sqllogictest/Cargo.toml
@@ -54,7 +54,7 @@ log = { workspace = true }
 object_store = { workspace = true }
 postgres-protocol = { version = "0.6.7", optional = true }
 postgres-types = { version = "0.2.8", features = ["derive", 
"with-chrono-0_4"], optional = true }
-rust_decimal = { version = "1.37.1", features = ["tokio-pg"] }
+rust_decimal = { version = "1.37.2", features = ["tokio-pg"] }
 # When updating the following dependency verify that sqlite test file 
regeneration works correctly
 # by running the regenerate_sqlite_files.sh script.
 sqllogictest = "0.28.3"


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@datafusion.apache.org
For additional commands, e-mail: commits-h...@datafusion.apache.org

Reply via email to