diff --git a/Cargo.toml b/Cargo.toml index 32cab36..6124dd6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ authors = ["Carter Himmel "] 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.19.0" +once_cell = "1.20.0" [dev-dependencies] tokio = { version = "1.40.0", features = ["rt-multi-thread", "macros"] }