Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 20, 2024
1 parent 7a17530 commit 3d2daeb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ authors = ["Carter Himmel <[email protected]>"]

[dependencies]
image = { version = "0.24.8", default-features = false }
serde = { version = "1.0.195", optional = true, features = ["derive"] }
tract-onnx = "0.20.22"
serde = { version = "1.0.197", optional = true, features = ["derive"] }
tract-onnx = "0.21.1"
once_cell = "1.19.0"

[dev-dependencies]
tokio = { version = "1.35.1", features = ["rt-multi-thread", "macros"] }
serde_json = "1.0.111"
tokio = { version = "1.36.0", features = ["rt-multi-thread", "macros"] }
serde_json = "1.0.114"

[features]
default = ["jpeg", "png"]
Expand Down

0 comments on commit 3d2daeb

Please sign in to comment.