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
commit 1061a2ff2d50b20d3a9a3bd26836bad8de9fc195
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Aug 12 21:15:17 2024 +0300
Bump serde from 1.0.205 to 1.0.206 in /lang/rust (#3090)
(cherry picked from commit 356f35c8177dc919ffc1d267f102792e9a7d6a8b)
---
lang/rust/Cargo.toml | 2 +-
lang/rust/avro_derive/Cargo.toml | 2 +-
lang/rust/wasm-demo/Cargo.toml | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/lang/rust/Cargo.toml b/lang/rust/Cargo.toml
index 388c51217..f8f5b2f4a 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.204", features = ["derive"]
}
+serde = { default-features = false, version = "1.0.206", features = ["derive"]
}
serde_bytes = { default-features = false, version = "0.11.15", features =
["std"] }
serde_json = { default-features = false, version = "1.0.124", features =
["std"] }
diff --git a/lang/rust/avro_derive/Cargo.toml b/lang/rust/avro_derive/Cargo.toml
index 0457e4984..0998961e6 100644
--- a/lang/rust/avro_derive/Cargo.toml
+++ b/lang/rust/avro_derive/Cargo.toml
@@ -42,7 +42,7 @@ syn = { default-features = false, version = "2.0.72",
features = ["full", "fold"
[dev-dependencies]
apache-avro = { default-features = false, path = "../avro", features =
["derive"] }
proptest = { default-features = false, version = "1.5.0", features = ["std"] }
-serde = { default-features = false, version = "1.0.204", features = ["derive"]
}
+serde = { default-features = false, version = "1.0.206", features = ["derive"]
}
[package.metadata.docs.rs]
diff --git a/lang/rust/wasm-demo/Cargo.toml b/lang/rust/wasm-demo/Cargo.toml
index 300264777..c32953382 100644
--- a/lang/rust/wasm-demo/Cargo.toml
+++ b/lang/rust/wasm-demo/Cargo.toml
@@ -36,7 +36,7 @@ crate-type = ["cdylib", "rlib"]
[dependencies]
apache-avro = { path = "../avro" }
-serde = { default-features = false, version = "1.0.204", features = ["derive"]
}
+serde = { default-features = false, version = "1.0.206", features = ["derive"]
}
wasm-bindgen = "0.2.92"
[dev-dependencies]