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 a9583c4 chore(deps): Bump serde_bytes from 0.11.18 to 0.11.19 (#290)
a9583c4 is described below
commit a9583c4bf7d5bf6e96943bd9513e4c3af3e1cddf
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Sep 16 08:26:31 2025 +0300
chore(deps): Bump serde_bytes from 0.11.18 to 0.11.19 (#290)
Bumps [serde_bytes](https://github.com/serde-rs/bytes) from 0.11.18 to
0.11.19.
- [Release notes](https://github.com/serde-rs/bytes/releases)
- [Commits](https://github.com/serde-rs/bytes/compare/0.11.18...0.11.19)
---
updated-dependencies:
- dependency-name: serde_bytes
dependency-version: 0.11.19
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 ++--
Cargo.toml | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/Cargo.lock b/Cargo.lock
index 71a96d3..6762c50 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1137,9 +1137,9 @@ dependencies = [
[[package]]
name = "serde_bytes"
-version = "0.11.18"
+version = "0.11.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "fe07b5d88710e3b807c16a06ccbc9dfecd5fff6a4d2745c59e3e26774f10de6a"
+checksum = "a5d440709e79d88e51ac01c4b72fc6cb7314017bb7da9eeff678aa94c10e3ea8"
dependencies = [
"serde",
"serde_core",
diff --git a/Cargo.toml b/Cargo.toml
index 382a8b9..cbe608b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -42,7 +42,7 @@ documentation = "https://docs.rs/apache-avro"
[workspace.dependencies]
log = { default-features = false, version = "0.4.28" }
serde = { default-features = false, version = "1.0.219", features = ["derive"]
}
-serde_bytes = { default-features = false, version = "0.11.18", features =
["std"] }
+serde_bytes = { default-features = false, version = "0.11.19", features =
["std"] }
serde_json = { default-features = false, version = "1.0.145", features =
["std"] }
pretty_assertions = { default-features = false, version = "1.4.1", features =
["std"] }