Skip to content

Commit

Permalink
fix(deps): update rust crate serde to v1.0.204 (#69)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] and mergify[bot] authored Jul 12, 2024
1 parent 7719ac5 commit f5bf260
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ required-features = ["image"]

[dependencies]
image = { version = "0.25", optional = true }
serde = { version = "1", features = ["derive"], optional = true }
serde = { version = "1.0.200", features = ["derive"], optional = true }
# transitive dependencies
rayon = { version = ">=1.1", optional = true }
cfg-if = { version = ">=0.1.2", optional = true }
Expand Down

0 comments on commit f5bf260

Please sign in to comment.