Skip to content

Commit

Permalink
fix(deps): update rust crate serde to 1.0.213
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 23, 2024
1 parent 8c81faf commit 1d85f50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ authors = ["Carter Himmel <[email protected]>"]

[dependencies]
image = { version = "0.25.3", default-features = false }
serde = { version = "1.0.212", optional = true, features = ["derive"] }
serde = { version = "1.0.213", optional = true, features = ["derive"] }
tract-onnx = "0.21.7"
once_cell = "1.20.2"

Expand Down

0 comments on commit 1d85f50

Please sign in to comment.