This is an automated email from the ASF dual-hosted git repository.
Kriskras99 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 94ee44d chore(deps): Bump snap from 1.1.1 to 1.1.2 (#602)
94ee44d is described below
commit 94ee44d31c3bb779b24a0f8bb0d927d9a9fd904b
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Jul 23 08:41:15 2026 +0200
chore(deps): Bump snap from 1.1.1 to 1.1.2 (#602)
Bumps [snap](https://github.com/BurntSushi/rust-snappy) from 1.1.1 to 1.1.2.
- [Release notes](https://github.com/BurntSushi/rust-snappy/releases)
- [Commits](https://github.com/BurntSushi/rust-snappy/compare/1.1.1...1.1.2)
---
updated-dependencies:
- dependency-name: snap
dependency-version: 1.1.2
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 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Cargo.lock b/Cargo.lock
index 2a58bfd..bbd0d1b 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1271,9 +1271,9 @@ checksum =
"0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5"
[[package]]
name = "snap"
-version = "1.1.1"
+version = "1.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "1b6b67fb9a61334225b5b790716f609cd58395f895b3fe8b328786812a40bc3b"
+checksum = "199905e6153d6405f9728fe44daace35f8f837bbf830bb6e85fbd5828709a886"
[[package]]
name = "static_assertions"