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 905e345c0 Bump crc32fast from 1.4.0 to 1.4.2 in /lang/rust (#2916)
905e345c0 is described below
commit 905e345c04b48d1ad606fa87ef76265bcee3865c
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue May 21 11:55:18 2024 +0300
Bump crc32fast from 1.4.0 to 1.4.2 in /lang/rust (#2916)
Bumps [crc32fast](https://github.com/srijs/rust-crc32fast) from 1.4.0 to
1.4.2.
- [Commits](https://github.com/srijs/rust-crc32fast/compare/v1.4.0...v1.4.2)
---
updated-dependencies:
- dependency-name: crc32fast
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 30abf9e5a6e021ca1b43785a030debaefcd8046b)
---
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 2becfae92..579490383 100644
--- a/lang/rust/Cargo.lock
+++ b/lang/rust/Cargo.lock
@@ -339,9 +339,9 @@ dependencies = [
[[package]]
name = "crc32fast"
-version = "1.4.0"
+version = "1.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "b3855a8a784b474f333699ef2bbca9db2c4a1f6d9088a90a2d25b1eb53111eaa"
+checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
dependencies = [
"cfg-if",
]
diff --git a/lang/rust/avro/Cargo.toml b/lang/rust/avro/Cargo.toml
index b9a8102ec..3b07688b7 100644
--- a/lang/rust/avro/Cargo.toml
+++ b/lang/rust/avro/Cargo.toml
@@ -57,7 +57,7 @@ name = "single"
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"] }
bzip2 = { default-features = false, version = "0.4.4", optional = true }
-crc32fast = { default-features = false, version = "1.4.0", optional = true }
+crc32fast = { default-features = false, version = "1.4.2", optional = true }
digest = { default-features = false, version = "0.10.7", features =
["core-api"] }
libflate = { default-features = false, version = "2.1.0", features = ["std"] }
log = { workspace = true }