Skip to content

Commit

Permalink
fix(deps): update rust crate once_cell to 1.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 7, 2023
1 parent 709ac9d commit e291dfa
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 @@ -15,7 +15,7 @@ authors = ["Carter Himmel <[email protected]>"]
image = { version = "0.24.7", default-features = false }
serde = { version = "1.0.193", optional = true, features = ["derive"] }
tract-onnx = "0.20.22"
once_cell = "1.18.0"
once_cell = "1.19.0"

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

0 comments on commit e291dfa

Please sign in to comment.