diff --git a/upub/core/Cargo.toml b/upub/core/Cargo.toml index 1930253..ebc7434 100644 --- a/upub/core/Cargo.toml +++ b/upub/core/Cargo.toml @@ -28,7 +28,6 @@ serde-inline-default = "0.2" toml = "0.8" uriproxy = { path = "../../utils/uriproxy" } httpsign = { path = "../../utils/httpsign/" } -jsonvec = { path = "../../utils/jsonvec/" } jrd = "0.1" tracing = "0.1" sea-orm = { version = "0.12", features = ["macros"] }