diff --git a/Cargo.toml b/Cargo.toml index 99afcbb..adb70ab 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ anyhow = "1.0.75" askama = { version = "0.12.1", features = ["with-axum"] } askama_axum = "0.3.0" axum = { version = "0.6.20", features = ["macros"] } -axum-extra = { version = "0.8.0", features = ["protobuf"] } +axum-extra = { version = "0.9.0", features = ["protobuf"] } chrono = "0.4.31" dhat = { version = "0.3.2", optional = true } dotenv = "0.15.0"