This is an automated email from the ASF dual-hosted git repository.
mgrigorov pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/avro-rs.git
The following commit(s) were added to refs/heads/main by this push:
new 17e9c2a chore: Bump bigdecimal from 0.4.6 to 0.4.7 (#75)
17e9c2a is described below
commit 17e9c2a7c9615fb3de203614b998cfe0d5290457
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Dec 9 16:34:47 2024 +0200
chore: Bump bigdecimal from 0.4.6 to 0.4.7 (#75)
Bumps [bigdecimal](https://github.com/akubera/bigdecimal-rs) from 0.4.6 to
0.4.7.
- [Release notes](https://github.com/akubera/bigdecimal-rs/releases)
-
[Commits](https://github.com/akubera/bigdecimal-rs/compare/v0.4.6...v0.4.7)
---
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>
---
Cargo.lock | 4 ++--
avro/Cargo.toml | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/Cargo.lock b/Cargo.lock
index ae6dfc1..bfcb1af 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -164,9 +164,9 @@ dependencies = [
[[package]]
name = "bigdecimal"
-version = "0.4.6"
+version = "0.4.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "8f850665a0385e070b64c38d2354e6c104c8479c59868d1e48a0c13ee2c7a1c1"
+checksum = "7f31f3af01c5c65a07985c804d3366560e6fa7883d640a122819b14ec327482c"
dependencies = [
"autocfg",
"libm",
diff --git a/avro/Cargo.toml b/avro/Cargo.toml
index 390c8ac..76874c1 100644
--- a/avro/Cargo.toml
+++ b/avro/Cargo.toml
@@ -54,7 +54,7 @@ name = "single"
[dependencies]
apache-avro-derive = { default-features = false, version = "0.18.0", path =
"../avro_derive", optional = true }
-bigdecimal = { default-features = false, version = "0.4.6", features = ["std",
"serde"] }
+bigdecimal = { default-features = false, version = "0.4.7", 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"] }