Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 5, 2024
1 parent 2f910a9 commit 517cca8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ authors = ["Carter Himmel <[email protected]>"]
[dependencies]
image = { version = "0.25.2", default-features = false }
serde = { version = "1.0.210", optional = true, features = ["derive"] }
tract-onnx = "0.21.6"
once_cell = "1.20.0"
tract-onnx = "0.21.7"
once_cell = "1.20.2"

[dev-dependencies]
tokio = { version = "1.40.0", features = ["rt-multi-thread", "macros"] }
Expand Down

0 comments on commit 517cca8

Please sign in to comment.