diff --git a/Cargo.lock b/Cargo.lock index 560769f4a..09e1a47c6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4885,9 +4885,9 @@ dependencies = [ [[package]] name = "trillium-api" -version = "0.2.0-rc.4" +version = "0.2.0-rc.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "09858200af96cce5cb8c5353df2ed6f5048b62856b35c733af4eecae8479211c" +checksum = "c1ba54a34ce9ccbe37dfe5549395830e5e7c7c49a5ab9eeff22de3c9f6e4ce5d" dependencies = [ "log", "mime", @@ -4896,6 +4896,7 @@ dependencies = [ "serde_path_to_error", "thiserror", "trillium", + "trillium-macros", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index d9a5a52bf..0e0889d95 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -54,7 +54,7 @@ testcontainers = "0.15.0" thiserror = "1.0" tokio = { version = "1.33", features = ["full", "tracing"] } trillium = "0.2.11" -trillium-api = { version = "0.2.0-rc.4", default-features = false } +trillium-api = { version = "0.2.0-rc.7", default-features = false } trillium-caching-headers = "0.2.1" trillium-head = "0.2.0" trillium-opentelemetry = "0.3.0"