This is an automated email from the ASF dual-hosted git repository.
alamb 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 6da1d0fae0 chore(deps): bump rust_decimal from 1.36.0 to 1.37.0
(#15293)
6da1d0fae0 is described below
commit 6da1d0fae0eec12f8303361968e25578f8548120
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Mar 18 13:28:51 2025 -0400
chore(deps): bump rust_decimal from 1.36.0 to 1.37.0 (#15293)
Bumps [rust_decimal](https://github.com/paupino/rust-decimal) from 1.36.0
to 1.37.0.
- [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.36.0...1.37.0)
---
updated-dependencies:
- dependency-name: rust_decimal
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
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 f22cf81a51..79910869f0 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -5269,9 +5269,9 @@ dependencies = [
[[package]]
name = "rust_decimal"
-version = "1.36.0"
+version = "1.37.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "b082d80e3e3cc52b2ed634388d436fe1f4de6af5786cc2de9ba9737527bdf555"
+checksum = "5c24af6e7ac43c88a8a458d1139d0246fdce2f6cd2f1ac6cb51eb88b29c978af"
dependencies = [
"arrayvec",
"borsh",
diff --git a/datafusion/sqllogictest/Cargo.toml
b/datafusion/sqllogictest/Cargo.toml
index 8550663b43..6573e9e539 100644
--- a/datafusion/sqllogictest/Cargo.toml
+++ b/datafusion/sqllogictest/Cargo.toml
@@ -52,7 +52,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.36.0", features = ["tokio-pg"] }
+rust_decimal = { version = "1.37.0", 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.0"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]