diff --git a/crates/noether-grid-broker/Cargo.toml b/crates/noether-grid-broker/Cargo.toml index b615dbc..2e41ba6 100644 --- a/crates/noether-grid-broker/Cargo.toml +++ b/crates/noether-grid-broker/Cargo.toml @@ -28,7 +28,7 @@ reqwest = { version = "0.12", features = ["json", "rustls-tls"], default-feature tracing = "0.1" tracing-subscriber = { version = "0.3", features = ["env-filter", "fmt"] } uuid = { version = "1", features = ["v4"] } -tower-http = { version = "0.6", features = ["cors", "trace"] } +tower-http = { version = "0.7", features = ["cors", "trace"] } clap = { version = "4", features = ["derive", "env"] } prometheus = { version = "0.13", default-features = false, features = ["process"] } # Postgres-backed durability — opt in with `--features postgres` (off by