diff --git a/Cargo.toml b/Cargo.toml index 0c9f626..b481a43 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -96,7 +96,6 @@ uuid = { version = "1.6.1", features = ["v4", "fast-rng"], optional = true } jsonschema = { version = "0.17.1", default-features = false, optional = true } chrono = { version = "0.4.31", optional = true } chrono-tz = { version = "0.8.5", optional = true } -compact-rc = "0.5.2" jsonwebtoken = { version = "9.2.0", optional = true } itertools = "0.12.1"