This is an automated email from the ASF dual-hosted git repository.
mgrigorov pushed a commit to branch branch-1.11
in repository https://gitbox.apache.org/repos/asf/avro.git
The following commit(s) were added to refs/heads/branch-1.11 by this push:
new 5eb2ec274 Bump bigdecimal from 0.4.3 to 0.4.5 in /lang/rust (#2960)
5eb2ec274 is described below
commit 5eb2ec274e47446709ded6cc47a9eb6a6a55d684
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jun 17 22:44:13 2024 +0300
Bump bigdecimal from 0.4.3 to 0.4.5 in /lang/rust (#2960)
Bumps [bigdecimal](https://github.com/akubera/bigdecimal-rs) from 0.4.3 to
0.4.5.
- [Release notes](https://github.com/akubera/bigdecimal-rs/releases)
-
[Commits](https://github.com/akubera/bigdecimal-rs/compare/v0.4.3...v0.4.5)
---
updated-dependencies:
- dependency-name: bigdecimal
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
(cherry picked from commit fdab5db0816e28e3e10c87910c8b6f98c33072dc)
---
lang/rust/Cargo.lock | 4 ++--
lang/rust/avro/Cargo.toml | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/lang/rust/Cargo.lock b/lang/rust/Cargo.lock
index 34934cdae..d72586ed1 100644
--- a/lang/rust/Cargo.lock
+++ b/lang/rust/Cargo.lock
@@ -163,9 +163,9 @@ dependencies = [
[[package]]
name = "bigdecimal"
-version = "0.4.3"
+version = "0.4.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "9324c8014cd04590682b34f1e9448d38f0674d0f7b2dc553331016ef0e4e9ebc"
+checksum = "51d712318a27c7150326677b321a5fa91b55f6d9034ffd67f20319e147d40cee"
dependencies = [
"autocfg",
"libm",
diff --git a/lang/rust/avro/Cargo.toml b/lang/rust/avro/Cargo.toml
index de2cbb129..ad881fbae 100644
--- a/lang/rust/avro/Cargo.toml
+++ b/lang/rust/avro/Cargo.toml
@@ -55,7 +55,7 @@ name = "single"
[dependencies]
apache-avro-derive = { default-features = false, version = "0.17.0", path =
"../avro_derive", optional = true }
-bigdecimal = { default-features = false, version = "0.4.3", features = ["std",
"serde"] }
+bigdecimal = { default-features = false, version = "0.4.5", features = ["std",
"serde"] }
bzip2 = { default-features = false, version = "0.4.4", optional = true }
crc32fast = { default-features = false, version = "1.4.2", optional = true }
digest = { default-features = false, version = "0.10.7", features =
["core-api"] }