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 4e05548 chore: Bump serde from 1.0.215 to 1.0.216 (#76)
4e05548 is described below
commit 4e055480520499c0b6d3ce4b9fbfec7b9950b843
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Dec 11 07:52:02 2024 +0200
chore: Bump serde from 1.0.215 to 1.0.216 (#76)
---
Cargo.lock | 8 ++++----
Cargo.toml | 2 +-
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/Cargo.lock b/Cargo.lock
index bfcb1af..b40f233 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1165,9 +1165,9 @@ checksum =
"61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b"
[[package]]
name = "serde"
-version = "1.0.215"
+version = "1.0.216"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "6513c1ad0b11a9376da888e3e0baa0077f1aed55c17f50e7b2397136129fb88f"
+checksum = "0b9781016e935a97e8beecf0c933758c97a5520d32930e460142b4cd80c6338e"
dependencies = [
"serde_derive",
]
@@ -1183,9 +1183,9 @@ dependencies = [
[[package]]
name = "serde_derive"
-version = "1.0.215"
+version = "1.0.216"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "ad1e866f866923f252f05c889987993144fb74e722403468a4ebd70c3cd756c0"
+checksum = "46f859dbbf73865c6627ed570e78961cd3ac92407a2d117204c49232485da55e"
dependencies = [
"proc-macro2",
"quote",
diff --git a/Cargo.toml b/Cargo.toml
index 45524a7..57a6cb3 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -41,7 +41,7 @@ documentation = "https://docs.rs/apache-avro"
# dependencies used by more than one members
[workspace.dependencies]
log = { default-features = false, version = "0.4.22" }
-serde = { default-features = false, version = "1.0.215", features = ["derive"]
}
+serde = { default-features = false, version = "1.0.216", features = ["derive"]
}
serde_bytes = { default-features = false, version = "0.11.15", features =
["std"] }
serde_json = { default-features = false, version = "1.0.133", features =
["std"] }