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.git
The following commit(s) were added to refs/heads/main by this push:
new a3c2fb890 Bump serde from 1.0.206 to 1.0.207 in /lang/rust (#3094)
a3c2fb890 is described below
commit a3c2fb890584547bdc0502215bdd5b70cc93c591
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Aug 13 22:33:01 2024 +0300
Bump serde from 1.0.206 to 1.0.207 in /lang/rust (#3094)
---
lang/rust/Cargo.lock | 8 ++++----
lang/rust/Cargo.toml | 2 +-
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/lang/rust/Cargo.lock b/lang/rust/Cargo.lock
index f12aa8682..e251e55b5 100644
--- a/lang/rust/Cargo.lock
+++ b/lang/rust/Cargo.lock
@@ -1179,9 +1179,9 @@ checksum =
"92d43fe69e652f3df9bdc2b85b2854a0825b86e4fb76bc44d945137d053639ca"
[[package]]
name = "serde"
-version = "1.0.206"
+version = "1.0.207"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "5b3e4cd94123dd520a128bcd11e34d9e9e423e7e3e50425cb1b4b1e3549d0284"
+checksum = "5665e14a49a4ea1b91029ba7d3bca9f299e1f7cfa194388ccc20f14743e784f2"
dependencies = [
"serde_derive",
]
@@ -1197,9 +1197,9 @@ dependencies = [
[[package]]
name = "serde_derive"
-version = "1.0.206"
+version = "1.0.207"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "fabfb6138d2383ea8208cf98ccf69cdfb1aff4088460681d84189aa259762f97"
+checksum = "6aea2634c86b0e8ef2cfdc0c340baede54ec27b1e46febd7f80dffb2aa44a00e"
dependencies = [
"proc-macro2",
"quote",
diff --git a/lang/rust/Cargo.toml b/lang/rust/Cargo.toml
index 880112631..48af8a490 100644
--- a/lang/rust/Cargo.toml
+++ b/lang/rust/Cargo.toml
@@ -42,7 +42,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.206", features = ["derive"]
}
+serde = { default-features = false, version = "1.0.207", features = ["derive"]
}
serde_bytes = { default-features = false, version = "0.11.15", features =
["std"] }
serde_json = { default-features = false, version = "1.0.124", features =
["std"] }