Skip to content

Commit

Permalink
Bump serde from 1.0.209 to 1.0.210 in /lang/rust (#3155)
Browse files Browse the repository at this point in the history
(cherry picked from commit 62e3b01)
  • Loading branch information
dependabot[bot] authored and martin-g committed Sep 10, 2024
1 parent 30fc32a commit 2c786af
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions lang/rust/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lang/rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.209", features = ["derive"] }
serde = { default-features = false, version = "1.0.210", features = ["derive"] }
serde_bytes = { default-features = false, version = "0.11.15", features = ["std"] }
serde_json = { default-features = false, version = "1.0.128", features = ["std"] }

Expand Down

0 comments on commit 2c786af

Please sign in to comment.