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 22, 2024
1 parent babc0c8 commit 8c81faf
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 @@ -13,12 +13,12 @@ authors = ["Carter Himmel <[email protected]>"]

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

[dev-dependencies]
tokio = { version = "1.40.0", features = ["rt-multi-thread", "macros"] }
tokio = { version = "1.41.0", features = ["rt-multi-thread", "macros"] }
serde_json = "1.0.132"

[features]
Expand Down

0 comments on commit 8c81faf

Please sign in to comment.