fix: remove duplicate once_cell dependency in Cargo.toml

This commit is contained in:
Andrew Phillips
2025-08-12 16:57:15 -03:00
committed by Andrew Phillips (aider)
parent 3a999e60f8
commit 47f4c1b865

View File

@@ -48,8 +48,8 @@ axum = "0.7"
tower = "0.4" tower = "0.4"
tower-http = { version = "0.5", features = ["cors", "fs", "trace"] } tower-http = { version = "0.5", features = ["cors", "fs", "trace"] }
hyper = { version = "1.0", features = ["full"] } hyper = { version = "1.0", features = ["full"] }
once_cell = "1.19.0" once_cell = "1.19.0" once_cell = "1.19.0"
once_cell = "1.19.0"which = "6.0" which = "6.0"
[dev-dependencies] [dev-dependencies]
tempfile = "3.3.0" tempfile = "3.3.0"