Skip to content

Commit

Permalink
Bump serde from 1.0.206 to 1.0.207 in /lang/rust (#3094)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Aug 13, 2024
1 parent 7f509be commit a3c2fb8
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.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"] }

Expand Down

0 comments on commit a3c2fb8

Please sign in to comment.