diff --git a/Cargo.lock b/Cargo.lock index d7ab0af..3ccb7f2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -736,7 +736,6 @@ dependencies = [ "axum", "axum-extra", "chrono", - "once_cell", "regex", "reqwest", "serde", diff --git a/Cargo.toml b/Cargo.toml index ed4d512..ce8d7ce 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,6 @@ tracing-subscriber = { version = "0.3.18", features = ["env-filter"] } thiserror = "1.0.61" validator = {version = "0.18.1", features = ["derive"] } uuid = { version = "1.8.0", features = ["v4"] } -once_cell = "1.19.0" regex = "1.10.4" chrono = "0.4.38" url = "2.5.0"