Skip to content

Commit

Permalink
fix(deps): update rust crate serde to 1.0.200
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 1, 2024
1 parent 5172fb0 commit 3e00377
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 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 3e00377

Please sign in to comment.